#9834AE

Color #9834AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9834AE

Tints of Dark Orchid #9834AE

Color information

#9834AE (or 0x9834AE) is unknown color: approx Dark Orchid. HEX triplet: 98, 34 and AE. RGB value is (152,52,174). Sum of RGB (Red+Green+Blue) = 152+52+174=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #9834AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9834AE is #67CB51. Grayscale: #5F5F5F. Windows color (decimal): -6802258 or 11416728. OLE color: 11416728.

HSL color Cylindrical-coordinate representation of color #9834AE: hue angle of 289.18º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9834AE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15252174-
CMYK0.130.7000.32
HSL289.18º53.98%44.31%-
HSV(B)289.18º70.11%68.24%-
XYZ21.8212.1941.25-
YUV95.81172.13168.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=40.21%
G=13.76%
B=46.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152521740.130.7000.32289.1853.9844.31
Hex9834AED46020121362c
Octal23064256151060404416654
Binary1001100011010010101110110110001100100000100100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9834AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9834AE; }

 p { color: rgb(152,52,174); }

 H1.HeaderClassName
 {
   color: #9834AE;
 }
 .AnyTagClassName
 {
   color: #9834AE;
 }
</style>
background-color css

<style>
 a { background-color: #9834AE; }

 a { background-color: rgb(152,52,174); }

 div.DivClassName
 {
   background-color: #9834AE;
 }
 .BgClassName
 {
   background-color: #9834AE;
 }
</style>
border-color css

<style>
 span { border-color: #9834AE; }

 span { border-color: rgb(152,52,174); }

 td.TdClassName
 {
   border-color: #9834AE;
 }
 .TagClassName
 {
   border-color: #9834AE;
 }
</style>