#9C029C

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

Shades of Dark Magenta #9C029C

Tints of Dark Magenta #9C029C

Color information

#9C029C (or 0x9C029C) is unknown color: approx Dark Magenta. HEX triplet: 9C, 02 and 9C. RGB value is (156,2,156). Sum of RGB (Red+Green+Blue) = 156+2+156=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C029C is #63FD63. Grayscale: #414141. Windows color (decimal): -6552932 or 10224284. OLE color: 10224284.

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

Color convert

RGB1562156-
CMYK00.9900.39
HSL300º97.47%30.98%-
HSV(B)300º98.72%61.18%-
XYZ19.739.5132.25-
YUV65.6179.02192.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=49.68%
G=0.64%
B=49.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156215600.9900.3930097.4730.98
Hex9C29C06302712c611f
Octal2342234014304745414137
Binary100111001010011100011000110100111100101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,156); }

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

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

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

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

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

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

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