#9E0FAE

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

Shades of Dark Magenta #9E0FAE

Tints of Dark Magenta #9E0FAE

Color information

#9E0FAE (or 0x9E0FAE) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0F and AE. RGB value is (158,15,174). Sum of RGB (Red+Green+Blue) = 158+15+174=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0FAE is #61F051. Grayscale: #4B4B4B. Windows color (decimal): -6418514 or 11407262. OLE color: 11407262.

HSL color Cylindrical-coordinate representation of color #9E0FAE: hue angle of 293.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0FAE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15815174-
CMYK0.090.9100.32
HSL293.96º84.13%37.06%-
HSV(B)293.96º91.38%68.24%-
XYZ21.9110.6740.95-
YUV75.88183.38186.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=45.53%
G=4.32%
B=50.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158151740.090.9100.32293.9684.1337.06
Hex9EFAE95B0201265425
Octal236172561113304044612445
Binary100111101111101011101001101101101000001001001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,15,174); }

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

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

 a { background-color: rgb(158,15,174); }

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

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

 span { border-color: rgb(158,15,174); }

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