#9C2096

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

Shades of Dark Purple #9C2096

Tints of Dark Purple #9C2096

Color information

#9C2096 (or 0x9C2096) is unknown color: approx Dark Purple. HEX triplet: 9C, 20 and 96. RGB value is (156,32,150). Sum of RGB (Red+Green+Blue) = 156+32+150=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2096 is #63DF69. Grayscale: #525252. Windows color (decimal): -6545258 or 9838748. OLE color: 9838748.

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

Color convert

RGB15632150-
CMYK00.790.040.39
HSL302.9º65.96%36.86%-
HSV(B)302.9º79.49%61.18%-
XYZ19.7310.329.8-
YUV82.53166.08180.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=46.15%
G=9.47%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563215000.790.040.39302.965.9636.86
Hex9C209604F42712f4225
Octal23440226011744745710245
Binary1001110010000010010110010011111001001111001011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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