#9E33CE

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

Shades of Dark Orchid #9E33CE

Tints of Dark Orchid #9E33CE

Color information

#9E33CE (or 0x9E33CE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 33 and CE. RGB value is (158,51,206). Sum of RGB (Red+Green+Blue) = 158+51+206=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E33CE is #61CC31. Grayscale: #646464. Windows color (decimal): -6409266 or 13513630. OLE color: 13513630.

HSL color Cylindrical-coordinate representation of color #9E33CE: hue angle of 281.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E33CE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15851206-
CMYK0.230.7500.19
HSL281.42º61.26%50.39%-
HSV(B)281.42º75.24%80.78%-
XYZ26.4214.0959.72-
YUV100.66187.45168.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=38.07%
G=12.29%
B=49.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158512060.230.7500.19281.4261.2650.39
Hex9E33CE174B0131193d32
Octal23663316271130234317562
Binary1001111011001111001110101111001011010011100011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,206); }

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

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

 a { background-color: rgb(158,51,206); }

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

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

 span { border-color: rgb(158,51,206); }

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