#9C2C80

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

Shades of Dark Purple #9C2C80

Tints of Dark Purple #9C2C80

Color information

#9C2C80 (or 0x9C2C80) is unknown color: approx Dark Purple. HEX triplet: 9C, 2C and 80. RGB value is (156,44,128). Sum of RGB (Red+Green+Blue) = 156+44+128=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2C80 is #63D37F. Grayscale: #565656. Windows color (decimal): -6542208 or 8400028. OLE color: 8400028.

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

Color convert

RGB15644128-
CMYK00.720.180.39
HSL315º56%39.22%-
HSV(B)315º71.79%61.18%-
XYZ18.5110.4321.46-
YUV87.06151.11177.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 44 (17.58% from 255) = 13.41%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=47.56%
G=13.41%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564412800.720.180.393155639.22
Hex9C2C80048122713b3827
Octal23454200011022474737047
Binary10011100101100100000000100100010010100111100111011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,44,128); }

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

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

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

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

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

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

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