#9C2379

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

Shades of Dark Purple #9C2379

Tints of Dark Purple #9C2379

Color information

#9C2379 (or 0x9C2379) is unknown color: approx Dark Purple. HEX triplet: 9C, 23 and 79. RGB value is (156,35,121). Sum of RGB (Red+Green+Blue) = 156+35+121=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2379 is #63DC86. Grayscale: #505050. Windows color (decimal): -6544519 or 7938972. OLE color: 7938972.

HSL color Cylindrical-coordinate representation of color #9C2379: hue angle of 317.36º degrees, saturation: 0.63, 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 #9C2379 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15635121-
CMYK00.780.220.39
HSL317.36º63.35%37.45%-
HSV(B)317.36º77.56%61.18%-
XYZ17.769.6519.02-
YUV80.98150.59181.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=50%
G=11.22%
B=38.78%

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
Decimal1563512100.780.220.39317.3663.3537.45
Hex9C237904E162713d3f25
Octal23443171011626474757745
Binary1001110010001111110010100111010110100111100111101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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