#9C2872

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

Shades of Dark Purple #9C2872

Tints of Dark Purple #9C2872

Color information

#9C2872 (or 0x9C2872) is unknown color: approx Dark Purple. HEX triplet: 9C, 28 and 72. RGB value is (156,40,114). Sum of RGB (Red+Green+Blue) = 156+40+114=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2872 is #63D78D. Grayscale: #525252. Windows color (decimal): -6543246 or 7481500. OLE color: 7481500.

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

Color convert

RGB15640114-
CMYK00.740.270.39
HSL321.72º59.18%38.43%-
HSV(B)321.72º74.36%61.18%-
XYZ17.519.816.89-
YUV83.12145.43179.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=50.32%
G=12.90%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564011400.740.270.39321.7259.1838.43
Hex9C287204A1B271423b26
Octal23450162011233475027346
Binary1001110010100011100100100101011011100111101000010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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