#9E33CA

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

Shades of Dark Orchid #9E33CA

Tints of Dark Orchid #9E33CA

Color information

#9E33CA (or 0x9E33CA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 33 and CA. RGB value is (158,51,202). Sum of RGB (Red+Green+Blue) = 158+51+202=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E33CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E33CA is #61CC35. Grayscale: #636363. Windows color (decimal): -6409270 or 13251486. OLE color: 13251486.

HSL color Cylindrical-coordinate representation of color #9E33CA: hue angle of 282.52º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E33CA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15851202-
CMYK0.220.7500.21
HSL282.52º59.68%49.61%-
HSV(B)282.52º74.75%79.22%-
XYZ25.9513.957.19-
YUV100.21185.45169.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=38.44%
G=12.41%
B=49.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158512020.220.7500.21282.5259.6849.61
Hex9E33CA164B01511b3c32
Octal23663312261130254337462
Binary1001111011001111001010101101001011010101100011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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