#9E2AAE

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

Shades of Dark Orchid #9E2AAE

Tints of Dark Orchid #9E2AAE

Color information

#9E2AAE (or 0x9E2AAE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2A and AE. RGB value is (158,42,174). Sum of RGB (Red+Green+Blue) = 158+42+174=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2AAE is #61D551. Grayscale: #5B5B5B. Windows color (decimal): -6411602 or 11414174. OLE color: 11414174.

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

Color convert

RGB15842174-
CMYK0.090.7600.32
HSL292.73º61.11%42.35%-
HSV(B)292.73º75.86%68.24%-
XYZ22.5711.9841.17-
YUV91.73174.43175.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=42.25%
G=11.23%
B=46.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158421740.090.7600.32292.7361.1142.35
Hex9E2AAE94C0201253d2a
Octal23652256111140404457552
Binary1001111010101010101110100110011000100000100100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,42,174); }

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

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

 a { background-color: rgb(158,42,174); }

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

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

 span { border-color: rgb(158,42,174); }

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