#9C2A84

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

Shades of Dark Purple #9C2A84

Tints of Dark Purple #9C2A84

Color information

#9C2A84 (or 0x9C2A84) is unknown color: approx Dark Purple. HEX triplet: 9C, 2A and 84. RGB value is (156,42,132). Sum of RGB (Red+Green+Blue) = 156+42+132=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2A84 is #63D57B. Grayscale: #565656. Windows color (decimal): -6542716 or 8661660. OLE color: 8661660.

HSL color Cylindrical-coordinate representation of color #9C2A84: hue angle of 312.63º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A84 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15642132-
CMYK00.730.150.39
HSL312.63º57.58%38.82%-
HSV(B)312.63º73.08%61.18%-
XYZ18.710.3922.85-
YUV86.35153.77177.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 132 (51.95% from 255) = 40%
R=47.27%
G=12.73%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564213200.730.150.39312.6357.5838.82
Hex9C2A84049F271393a27
Octal23452204011117474717247
Binary1001110010101010000100010010011111100111100111001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,132); }

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

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

 a { background-color: rgb(156,42,132); }

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

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

 span { border-color: rgb(156,42,132); }

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