#9C2279

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

Shades of Dark Purple #9C2279

Tints of Dark Purple #9C2279

Color information

#9C2279 (or 0x9C2279) is unknown color: approx Dark Purple. HEX triplet: 9C, 22 and 79. RGB value is (156,34,121). Sum of RGB (Red+Green+Blue) = 156+34+121=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2279 is #63DD86. Grayscale: #505050. Windows color (decimal): -6544775 or 7938716. OLE color: 7938716.

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

Color convert

RGB15634121-
CMYK00.780.220.39
HSL317.21º64.21%37.25%-
HSV(B)317.21º78.21%61.18%-
XYZ17.739.5919.01-
YUV80.4150.92181.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=50.16%
G=10.93%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563412100.780.220.39317.2164.2137.25
Hex9C227904E162713d4025
Octal234421710116264747510045
Binary10011100100010111100101001110101101001111001111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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