#9A0592

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

Shades of Dark Magenta #9A0592

Tints of Dark Magenta #9A0592

Color information

#9A0592 (or 0x9A0592) is unknown color: approx Dark Magenta. HEX triplet: 9A, 05 and 92. RGB value is (154,5,146). Sum of RGB (Red+Green+Blue) = 154+5+146=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0592 is #65FA6D. Grayscale: #414141. Windows color (decimal): -6683246 or 9569690. OLE color: 9569690.

HSL color Cylindrical-coordinate representation of color #9A0592: hue angle of 303.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0592 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB1545146-
CMYK00.970.050.40
HSL303.22º93.71%31.18%-
HSV(B)303.22º96.75%60.39%-
XYZ18.579.0527.96-
YUV65.62173.36191.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=50.49%
G=1.64%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154514600.970.050.40303.2293.7131.18
Hex9A59206152812f5e1f
Octal2325222014155045713637
Binary100110101011001001001100001101101000100101111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,5,146); }

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

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

 a { background-color: rgb(154,5,146); }

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

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

 span { border-color: rgb(154,5,146); }

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