#9C2980

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

Shades of Dark Purple #9C2980

Tints of Dark Purple #9C2980

Color information

#9C2980 (or 0x9C2980) is unknown color: approx Dark Purple. HEX triplet: 9C, 29 and 80. RGB value is (156,41,128). Sum of RGB (Red+Green+Blue) = 156+41+128=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2980 is #63D67F. Grayscale: #555555. Windows color (decimal): -6542976 or 8399260. OLE color: 8399260.

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

Color convert

RGB15641128-
CMYK00.740.180.39
HSL314.61º58.38%38.63%-
HSV(B)314.61º73.72%61.18%-
XYZ18.410.2121.42-
YUV85.3152.1178.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=48%
G=12.62%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564112800.740.180.39314.6158.3838.63
Hex9C298004A122713b3a27
Octal23451200011222474737247
Binary10011100101001100000000100101010010100111100111011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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