#9C2C82

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

Shades of Dark Purple #9C2C82

Tints of Dark Purple #9C2C82

Color information

#9C2C82 (or 0x9C2C82) is unknown color: approx Dark Purple. HEX triplet: 9C, 2C and 82. RGB value is (156,44,130). Sum of RGB (Red+Green+Blue) = 156+44+130=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2C82 is #63D37D. Grayscale: #575757. Windows color (decimal): -6542206 or 8531100. OLE color: 8531100.

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

Color convert

RGB15644130-
CMYK00.720.170.39
HSL313.93º56%39.22%-
HSV(B)313.93º71.79%61.18%-
XYZ18.6410.4822.16-
YUV87.29152.11177.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=47.27%
G=13.33%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564413000.720.170.39313.935639.22
Hex9C2C82048112713a3827
Octal23454202011021474727047
Binary10011100101100100000100100100010001100111100111010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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