Shades of Dark Purple #9C2A84
Tints of Dark Purple #9C2A84
RGB
CMYK
RGB Variations
Color information
#9C2A84 (or 0x9C2A84) is known color: 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
| RGB | 156 | 42 | 132 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.39 |
| HSL | 312.63º | 0.58% | 0.39% | - |
| HSV(B) | 312.63º | 0.73% | 0.61% | - |
| XYZ | 18.7 | 10.39 | 22.85 | - |
| YUV | 86.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 132 | 0 | 0.73 | 0.15 | 0.39 | 312.63 | 0.58 | 0.39 |
| Hex | 9C | 2A | 84 | 0 | 49 | F | 27 | 139 | 3A | 27 |
| Octal | 234 | 52 | 204 | 0 | 111 | 17 | 47 | 471 | 72 | 47 |
| Binary | 10011100 | 101010 | 10000100 | 0 | 1001001 | 1111 | 100111 | 100111001 | 111010 | 100111 |
Color Harmonies of #9C2A84
Complementary color
Monochromatic Colors of #9C2A84
Black with #9C2A84
Text Example
Text Example
White with #9C2A84
Text Example
Text Example
HTML Codes & Css Web 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>