#9E098E

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

Shades of Dark Magenta #9E098E

Tints of Dark Magenta #9E098E

Color information

#9E098E (or 0x9E098E) is unknown color: approx Dark Magenta. HEX triplet: 9E, 09 and 8E. RGB value is (158,9,142). Sum of RGB (Red+Green+Blue) = 158+9+142=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E098E is #61F671. Grayscale: #444444. Windows color (decimal): -6420082 or 9308574. OLE color: 9308574.

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

Color convert

RGB1589142-
CMYK00.940.100.38
HSL306.44º89.22%32.75%-
HSV(B)306.44º94.3%61.96%-
XYZ19.089.4226.4-
YUV68.71169.36191.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=51.13%
G=2.91%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158914200.940.100.38306.4489.2232.75
Hex9E98E05EA261325921
Octal236112160136124646213141
Binary100111101001100011100101111010101001101001100101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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