#9E2FAB

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

Shades of Dark Orchid #9E2FAB

Tints of Dark Orchid #9E2FAB

Color information

#9E2FAB (or 0x9E2FAB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2F and AB. RGB value is (158,47,171). Sum of RGB (Red+Green+Blue) = 158+47+171=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2FAB is #61D054. Grayscale: #5D5D5D. Windows color (decimal): -6410325 or 11218846. OLE color: 11218846.

HSL color Cylindrical-coordinate representation of color #9E2FAB: hue angle of 293.71º degrees, saturation: 0.57, 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 #9E2FAB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15847171-
CMYK0.080.7300.33
HSL293.71º56.88%42.75%-
HSV(B)293.71º72.51%67.06%-
XYZ22.4712.2439.71-
YUV94.32171.27173.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=42.02%
G=12.5%
B=45.48%

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
Decimal158471710.080.7300.33293.7156.8842.75
Hex9E2FAB849021126392b
Octal23657253101110414467153
Binary1001111010111110101011100010010010100001100100110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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