#9E2AAB

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

Shades of Dark Orchid #9E2AAB

Tints of Dark Orchid #9E2AAB

Color information

#9E2AAB (or 0x9E2AAB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2A and AB. RGB value is (158,42,171). Sum of RGB (Red+Green+Blue) = 158+42+171=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2AAB is #61D554. Grayscale: #5A5A5A. Windows color (decimal): -6411605 or 11217566. OLE color: 11217566.

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

Color convert

RGB15842171-
CMYK0.080.7500.33
HSL293.95º60.56%41.76%-
HSV(B)293.95º75.44%67.06%-
XYZ22.2811.8739.64-
YUV91.39172.93175.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=42.59%
G=11.32%
B=46.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158421710.080.7500.33293.9560.5641.76
Hex9E2AAB84B0211263d2a
Octal23652253101130414467552
Binary1001111010101010101011100010010110100001100100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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