#9C0597

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

Shades of Dark Magenta #9C0597

Tints of Dark Magenta #9C0597

Color information

#9C0597 (or 0x9C0597) is unknown color: approx Dark Magenta. HEX triplet: 9C, 05 and 97. RGB value is (156,5,151). Sum of RGB (Red+Green+Blue) = 156+5+151=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0597 is #63FA68. Grayscale: #424242. Windows color (decimal): -6552169 or 9897372. OLE color: 9897372.

HSL color Cylindrical-coordinate representation of color #9C0597: hue angle of 301.99º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0597 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB1565151-
CMYK00.970.030.39
HSL301.99º93.79%31.57%-
HSV(B)301.99º96.79%61.18%-
XYZ19.359.4130.07-
YUV66.79175.53191.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=50%
G=1.60%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156515100.970.030.39301.9993.7931.57
Hex9C59706132712e5e20
Octal2345227014134745613640
Binary100111001011001011101100001111001111001011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,151); }

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

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

 a { background-color: rgb(156,5,151); }

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

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

 span { border-color: rgb(156,5,151); }

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