#9E2EAB

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

Shades of Dark Orchid #9E2EAB

Tints of Dark Orchid #9E2EAB

Color information

#9E2EAB (or 0x9E2EAB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2E and AB. RGB value is (158,46,171). Sum of RGB (Red+Green+Blue) = 158+46+171=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2EAB is #61D154. Grayscale: #5D5D5D. Windows color (decimal): -6410581 or 11218590. OLE color: 11218590.

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

Color convert

RGB15846171-
CMYK0.080.7300.33
HSL293.76º57.6%42.55%-
HSV(B)293.76º73.1%67.06%-
XYZ22.4312.1639.69-
YUV93.74171.61173.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 46 (18.36% from 255) = 12.27%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=42.13%
G=12.27%
B=45.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158461710.080.7300.33293.7657.642.55
Hex9E2EAB8490211263a2b
Octal23656253101110414467253
Binary1001111010111010101011100010010010100001100100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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