#9C2D80

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

Shades of Dark Purple #9C2D80

Tints of Dark Purple #9C2D80

Color information

#9C2D80 (or 0x9C2D80) is unknown color: approx Dark Purple. HEX triplet: 9C, 2D and 80. RGB value is (156,45,128). Sum of RGB (Red+Green+Blue) = 156+45+128=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2D80 is #63D27F. Grayscale: #575757. Windows color (decimal): -6541952 or 8400284. OLE color: 8400284.

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

Color convert

RGB15645128-
CMYK00.710.180.39
HSL315.14º55.22%39.41%-
HSV(B)315.14º71.15%61.18%-
XYZ18.5410.521.47-
YUV87.65150.77176.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=47.42%
G=13.68%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564512800.710.180.39315.1455.2239.41
Hex9C2D80047122713b3727
Octal23455200010722474736747
Binary10011100101101100000000100011110010100111100111011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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