#9C2774

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

Shades of Dark Purple #9C2774

Tints of Dark Purple #9C2774

Color information

#9C2774 (or 0x9C2774) is unknown color: approx Dark Purple. HEX triplet: 9C, 27 and 74. RGB value is (156,39,116). Sum of RGB (Red+Green+Blue) = 156+39+116=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2774 is #63D88B. Grayscale: #525252. Windows color (decimal): -6543500 or 7612316. OLE color: 7612316.

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

Color convert

RGB15639116-
CMYK00.750.260.39
HSL320.51º60%38.24%-
HSV(B)320.51º75%61.18%-
XYZ17.599.7817.48-
YUV82.76146.76180.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=50.16%
G=12.54%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563911600.750.260.39320.516038.24
Hex9C277404B1A271413c26
Octal23447164011332475017446
Binary1001110010011111101000100101111010100111101000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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