#9E0B92

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

Shades of Dark Magenta #9E0B92

Tints of Dark Magenta #9E0B92

Color information

#9E0B92 (or 0x9E0B92) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0B and 92. RGB value is (158,11,146). Sum of RGB (Red+Green+Blue) = 158+11+146=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0B92 is #61F46D. Grayscale: #454545. Windows color (decimal): -6419566 or 9571230. OLE color: 9571230.

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

Color convert

RGB15811146-
CMYK00.930.080.38
HSL304.9º86.98%33.14%-
HSV(B)304.9º93.04%61.96%-
XYZ19.419.5828.02-
YUV70.34170.7190.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 11 (4.69% from 255) = 3.49%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=50.16%
G=3.49%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581114600.930.080.38304.986.9833.14
Hex9EB9205D8261315721
Octal236132220135104646112741
Binary100111101011100100100101110110001001101001100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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