#9E0C90

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

Shades of Dark Magenta #9E0C90

Tints of Dark Magenta #9E0C90

Color information

#9E0C90 (or 0x9E0C90) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0C and 90. RGB value is (158,12,144). Sum of RGB (Red+Green+Blue) = 158+12+144=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0C90 is #61F36F. Grayscale: #464646. Windows color (decimal): -6419312 or 9440414. OLE color: 9440414.

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

Color convert

RGB15812144-
CMYK00.920.090.38
HSL305.75º85.88%33.33%-
HSV(B)305.75º92.41%61.96%-
XYZ19.279.5527.21-
YUV70.7169.37190.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=50.32%
G=3.82%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581214400.920.090.38305.7585.8833.33
Hex9EC9005C9261325621
Octal236142200134114646212641
Binary100111101100100100000101110010011001101001100101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,12,144); }

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

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

 a { background-color: rgb(158,12,144); }

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

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

 span { border-color: rgb(158,12,144); }

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