#9E39D2

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

Shades of Dark Orchid #9E39D2

Tints of Dark Orchid #9E39D2

Color information

#9E39D2 (or 0x9E39D2) is unknown color: approx Dark Orchid. HEX triplet: 9E, 39 and D2. RGB value is (158,57,210). Sum of RGB (Red+Green+Blue) = 158+57+210=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #9E39D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E39D2 is #61C62D. Grayscale: #686868. Windows color (decimal): -6407726 or 13777310. OLE color: 13777310.

HSL color Cylindrical-coordinate representation of color #9E39D2: hue angle of 279.61º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E39D2 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15857210-
CMYK0.250.7300.18
HSL279.61º62.96%52.35%-
HSV(B)279.61º72.86%82.35%-
XYZ27.214.8562.41-
YUV104.64187.46166.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 210 (82.42% from 255) = 49.41%
R=37.18%
G=13.41%
B=49.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158572100.250.7300.18279.6162.9652.35
Hex9E39D219490121183f34
Octal23671322311110224307764
Binary1001111011100111010010110011001001010010100011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E39D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E39D2; }

 p { color: rgb(158,57,210); }

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

<style>
 a { background-color: #9E39D2; }

 a { background-color: rgb(158,57,210); }

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

<style>
 span { border-color: #9E39D2; }

 span { border-color: rgb(158,57,210); }

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