#9E0B8C

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

Shades of Dark Magenta #9E0B8C

Tints of Dark Magenta #9E0B8C

Color information

#9E0B8C (or 0x9E0B8C) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0B and 8C. RGB value is (158,11,140). Sum of RGB (Red+Green+Blue) = 158+11+140=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0B8C is #61F473. Grayscale: #454545. Windows color (decimal): -6419572 or 9178014. OLE color: 9178014.

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

Color convert

RGB15811140-
CMYK00.930.110.38
HSL307.35º86.98%33.14%-
HSV(B)307.35º93.04%61.96%-
XYZ18.959.425.63-
YUV69.66167.7191.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=51.13%
G=3.56%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581114000.930.110.38307.3586.9833.14
Hex9EB8C05DB261335721
Octal236132140135134646312741
Binary100111101011100011000101110110111001101001100111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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