#9C2D72

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

Shades of Dark Purple #9C2D72

Tints of Dark Purple #9C2D72

Color information

#9C2D72 (or 0x9C2D72) is unknown color: approx Dark Purple. HEX triplet: 9C, 2D and 72. RGB value is (156,45,114). Sum of RGB (Red+Green+Blue) = 156+45+114=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2D72 is #63D28D. Grayscale: #555555. Windows color (decimal): -6541966 or 7482780. OLE color: 7482780.

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

Color convert

RGB15645114-
CMYK00.710.270.39
HSL322.7º55.22%39.41%-
HSV(B)322.7º71.15%61.18%-
XYZ17.6910.1616.95-
YUV86.06143.77177.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=49.52%
G=14.29%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564511400.710.270.39322.755.2239.41
Hex9C2D720471B271433727
Octal23455162010733475036747
Binary1001110010110111100100100011111011100111101000011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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