#9E0B81

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

Shades of Dark Magenta #9E0B81

Tints of Dark Magenta #9E0B81

Color information

#9E0B81 (or 0x9E0B81) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0B and 81. RGB value is (158,11,129). Sum of RGB (Red+Green+Blue) = 158+11+129=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0B81 is #61F47E. Grayscale: #444444. Windows color (decimal): -6419583 or 8457118. OLE color: 8457118.

HSL color Cylindrical-coordinate representation of color #9E0B81: hue angle of 311.84º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B81 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15811129-
CMYK00.930.180.38
HSL311.84º86.98%33.14%-
HSV(B)311.84º93.04%61.96%-
XYZ18.189.0921.57-
YUV68.4162.2191.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=53.02%
G=3.69%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581112900.930.180.38311.8486.9833.14
Hex9EB8105D12261385721
Octal236132010135224647012741
Binary1001111010111000000101011101100101001101001110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,129); }

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

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

 a { background-color: rgb(158,11,129); }

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

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

 span { border-color: rgb(158,11,129); }

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