#9C2779

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

Shades of Dark Purple #9C2779

Tints of Dark Purple #9C2779

Color information

#9C2779 (or 0x9C2779) is unknown color: approx Dark Purple. HEX triplet: 9C, 27 and 79. RGB value is (156,39,121). Sum of RGB (Red+Green+Blue) = 156+39+121=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2779 is #63D886. Grayscale: #535353. Windows color (decimal): -6543495 or 7939996. OLE color: 7939996.

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

Color convert

RGB15639121-
CMYK00.750.220.39
HSL317.95º60%38.24%-
HSV(B)317.95º75%61.18%-
XYZ17.899.919.06-
YUV83.33149.26179.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=49.37%
G=12.34%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563912100.750.220.39317.956038.24
Hex9C277904B162713e3c26
Octal23447171011326474767446
Binary1001110010011111110010100101110110100111100111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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