#9E36DE

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

Shades of Dark Orchid #9E36DE

Tints of Dark Orchid #9E36DE

Color information

#9E36DE (or 0x9E36DE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and DE. RGB value is (158,54,222). Sum of RGB (Red+Green+Blue) = 158+54+222=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E36DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36DE is #61C921. Grayscale: #676767. Windows color (decimal): -6408482 or 14562974. OLE color: 14562974.

HSL color Cylindrical-coordinate representation of color #9E36DE: hue angle of 277.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E36DE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15854222-
CMYK0.290.7600.13
HSL277.14º71.79%54.12%-
HSV(B)277.14º75.68%87.06%-
XYZ28.615.1870.53-
YUV104.25194.46166.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=36.41%
G=12.44%
B=51.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158542220.290.7600.13277.1471.7954.12
Hex9E36DE1D4C0D1154836
Octal236663363511401542511066
Binary1001111011011011011110111011001100011011000101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,54,222); }

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

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

 a { background-color: rgb(158,54,222); }

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

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

 span { border-color: rgb(158,54,222); }

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