#9E09AE

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

Shades of Dark Magenta #9E09AE

Tints of Dark Magenta #9E09AE

Color information

#9E09AE (or 0x9E09AE) is unknown color: approx Dark Magenta. HEX triplet: 9E, 09 and AE. RGB value is (158,9,174). Sum of RGB (Red+Green+Blue) = 158+9+174=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E09AE is #61F651. Grayscale: #474747. Windows color (decimal): -6420050 or 11405726. OLE color: 11405726.

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

Color convert

RGB1589174-
CMYK0.090.9500.32
HSL294.18º90.16%35.88%-
HSV(B)294.18º94.83%68.24%-
XYZ21.8410.5240.92-
YUV72.36185.36189.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 9 (3.91% from 255) = 2.64%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=46.33%
G=2.64%
B=51.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15891740.090.9500.32294.1890.1635.88
Hex9E9AE95F0201265a24
Octal236112561113704044613244
Binary100111101001101011101001101111101000001001001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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