#9E36AC

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

Shades of Dark Orchid #9E36AC

Tints of Dark Orchid #9E36AC

Color information

#9E36AC (or 0x9E36AC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and AC. RGB value is (158,54,172). Sum of RGB (Red+Green+Blue) = 158+54+172=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E36AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E36AC is #61C953. Grayscale: #626262. Windows color (decimal): -6408532 or 11286174. OLE color: 11286174.

HSL color Cylindrical-coordinate representation of color #9E36AC: hue angle of 292.88º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E36AC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15854172-
CMYK0.080.6900.33
HSL292.88º52.21%44.31%-
HSV(B)292.88º68.6%67.45%-
XYZ22.8712.8940.31-
YUV98.55169.46170.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=41.15%
G=14.06%
B=44.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158541720.080.6900.33292.8852.2144.31
Hex9E36AC845021125342c
Octal23666254101050414456454
Binary1001111011011010101100100010001010100001100100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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