#9E229A

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

Shades of Dark Magenta #9E229A

Tints of Dark Magenta #9E229A

Color information

#9E229A (or 0x9E229A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 22 and 9A. RGB value is (158,34,154). Sum of RGB (Red+Green+Blue) = 158+34+154=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E229A is #61DD65. Grayscale: #545454. Windows color (decimal): -6413670 or 10101406. OLE color: 10101406.

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

Color convert

RGB15834154-
CMYK00.780.030.38
HSL301.94º64.58%37.65%-
HSV(B)301.94º78.48%61.96%-
XYZ20.5110.7531.57-
YUV84.76167.08180.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.66%
GREEN value IS 34 (13.67% from 255) = 9.83%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=45.66%
G=9.83%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583415400.780.030.38301.9464.5837.65
Hex9E229A04E32612e4126
Octal23642232011634645610146
Binary100111101000101001101001001110111001101001011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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