#9E2DAD

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

Shades of Dark Orchid #9E2DAD

Tints of Dark Orchid #9E2DAD

Color information

#9E2DAD (or 0x9E2DAD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2D and AD. RGB value is (158,45,173). Sum of RGB (Red+Green+Blue) = 158+45+173=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E2DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2DAD is #61D252. Grayscale: #5C5C5C. Windows color (decimal): -6410835 or 11349406. OLE color: 11349406.

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

Color convert

RGB15845173-
CMYK0.090.7400.32
HSL292.97º58.72%42.75%-
HSV(B)292.97º73.99%67.84%-
XYZ22.5812.1640.69-
YUV93.38172.94174.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=42.02%
G=11.97%
B=46.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158451730.090.7400.32292.9758.7242.75
Hex9E2DAD94A0201253b2b
Octal23655255111120404457353
Binary1001111010110110101101100110010100100000100100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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