#9E0B8E

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

Shades of Dark Magenta #9E0B8E

Tints of Dark Magenta #9E0B8E

Color information

#9E0B8E (or 0x9E0B8E) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0B and 8E. RGB value is (158,11,142). Sum of RGB (Red+Green+Blue) = 158+11+142=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0B8E is #61F471. Grayscale: #454545. Windows color (decimal): -6419570 or 9309086. OLE color: 9309086.

HSL color Cylindrical-coordinate representation of color #9E0B8E: hue angle of 306.53º 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 #9E0B8E is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15811142-
CMYK00.930.100.38
HSL306.53º86.98%33.14%-
HSV(B)306.53º93.04%61.96%-
XYZ19.19.4626.41-
YUV69.89168.7190.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=50.80%
G=3.54%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581114200.930.100.38306.5386.9833.14
Hex9EB8E05DA261335721
Octal236132160135124646312741
Binary100111101011100011100101110110101001101001100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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