#9C2076

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

Shades of Dark Purple #9C2076

Tints of Dark Purple #9C2076

Color information

#9C2076 (or 0x9C2076) is unknown color: approx Dark Purple. HEX triplet: 9C, 20 and 76. RGB value is (156,32,118). Sum of RGB (Red+Green+Blue) = 156+32+118=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2076 is #63DF89. Grayscale: #4E4E4E. Windows color (decimal): -6545290 or 7741596. OLE color: 7741596.

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

Color convert

RGB15632118-
CMYK00.790.240.39
HSL318.39º65.96%36.86%-
HSV(B)318.39º79.49%61.18%-
XYZ17.59.4118.03-
YUV78.88150.08183.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=50.98%
G=10.46%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563211800.790.240.39318.3965.9636.86
Hex9C207604F182713e4225
Octal234401660117304747610245
Binary10011100100000111011001001111110001001111001111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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