#9E219A

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

Shades of Dark Magenta #9E219A

Tints of Dark Magenta #9E219A

Color information

#9E219A (or 0x9E219A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 21 and 9A. RGB value is (158,33,154). Sum of RGB (Red+Green+Blue) = 158+33+154=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E219A is #61DE65. Grayscale: #535353. Windows color (decimal): -6413926 or 10101150. OLE color: 10101150.

HSL color Cylindrical-coordinate representation of color #9E219A: hue angle of 301.92º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E219A is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15833154-
CMYK00.790.030.38
HSL301.92º65.45%37.45%-
HSV(B)301.92º79.11%61.96%-
XYZ20.4810.6931.56-
YUV84.17167.41180.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=45.80%
G=9.57%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583315400.790.030.38301.9265.4537.45
Hex9E219A04F32612e4125
Octal23641232011734645610145
Binary100111101000011001101001001111111001101001011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,33,154); }

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

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

 a { background-color: rgb(158,33,154); }

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

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

 span { border-color: rgb(158,33,154); }

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