#9c2776

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

Shades of Dark Purple #9C2776

Tints of Dark Purple #9C2776

Color information

#9C2776 (or 0x9C2776) is unknown color: approx Dark Purple. HEX triplet: 9C, 27 and 76. RGB value is (156,39,118). Sum of RGB (Red+Green+Blue) = 156+39+118=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2776 is #63D889. Grayscale: #525252. Windows color (decimal): -6543498 or 7743388. OLE color: 7743388.

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

Color convert

RGB15639118-
CMYK00.750.240.39
HSL319.49º60%38.24%-
HSV(B)319.49º75%61.18%-
XYZ17.719.8318.1-
YUV82.99147.76180.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=49.84%
G=12.46%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563911800.750.240.39319.496038.24
Hex9C277604B182713f3c26
Octal23447166011330474777446
Binary1001110010011111101100100101111000100111100111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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