#9C2A79

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

Shades of Dark Purple #9C2A79

Tints of Dark Purple #9C2A79

Color information

#9C2A79 (or 0x9C2A79) is unknown color: approx Dark Purple. HEX triplet: 9C, 2A and 79. RGB value is (156,42,121). Sum of RGB (Red+Green+Blue) = 156+42+121=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A79 is #63D586. Grayscale: #545454. Windows color (decimal): -6542727 or 7940764. OLE color: 7940764.

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

Color convert

RGB15642121-
CMYK00.730.220.39
HSL318.42º57.58%38.82%-
HSV(B)318.42º73.08%61.18%-
XYZ17.9910.119.09-
YUV85.09148.27178.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=48.90%
G=13.17%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564212100.730.220.39318.4257.5838.82
Hex9C2A79049162713e3a27
Octal23452171011126474767247
Binary1001110010101011110010100100110110100111100111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,121); }

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

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

 a { background-color: rgb(156,42,121); }

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

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

 span { border-color: rgb(156,42,121); }

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