#9E36AD

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

Shades of Dark Orchid #9E36AD

Tints of Dark Orchid #9E36AD

Color information

#9E36AD (or 0x9E36AD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and AD. RGB value is (158,54,173). Sum of RGB (Red+Green+Blue) = 158+54+173=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E36AD is #61C952. Grayscale: #626262. Windows color (decimal): -6408531 or 11351710. OLE color: 11351710.

HSL color Cylindrical-coordinate representation of color #9E36AD: hue angle of 292.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E36AD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15854173-
CMYK0.090.6900.32
HSL292.44º52.42%44.51%-
HSV(B)292.44º68.79%67.84%-
XYZ22.9612.9240.82-
YUV98.66169.96170.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=41.04%
G=14.03%
B=44.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158541730.090.6900.32292.4452.4244.51
Hex9E36AD945020124342d
Octal23666255111050404446455
Binary1001111011011010101101100110001010100000100100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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