#9C0598

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

Shades of Dark Magenta #9C0598

Tints of Dark Magenta #9C0598

Color information

#9C0598 (or 0x9C0598) is unknown color: approx Dark Magenta. HEX triplet: 9C, 05 and 98. RGB value is (156,5,152). Sum of RGB (Red+Green+Blue) = 156+5+152=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0598 is #63FA67. Grayscale: #424242. Windows color (decimal): -6552168 or 9962908. OLE color: 9962908.

HSL color Cylindrical-coordinate representation of color #9C0598: hue angle of 301.59º 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 #9C0598 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB1565152-
CMYK00.970.030.39
HSL301.59º93.79%31.57%-
HSV(B)301.59º96.79%61.18%-
XYZ19.439.4430.5-
YUV66.91176.03191.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=49.84%
G=1.60%
B=48.56%

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
Decimal156515200.970.030.39301.5993.7931.57
Hex9C59806132712e5e20
Octal2345230014134745613640
Binary100111001011001100001100001111001111001011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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