Shades of Dark Purple #9C2496
Tints of Dark Purple #9C2496
RGB
CMYK
RGB Variations
Color information
#9C2496 (or 0x9C2496) is known color: Dark Purple. HEX triplet: 9C, 24 and 96. RGB value is (156,36,150). Sum of RGB (Red+Green+Blue) = 156+36+150=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2496 is #63DB69. Grayscale: #545454. Windows color (decimal): -6544234 or 9839772. OLE color: 9839772.
HSL color Cylindrical-coordinate representation of color #9C2496: hue angle of 303º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2496 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 150 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.39 |
| HSL | 303º | 0.63% | 0.38% | - |
| HSV(B) | 303º | 0.77% | 0.61% | - |
| XYZ | 19.85 | 10.53 | 29.84 | - |
| YUV | 84.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 150 | 0 | 0.77 | 0.04 | 0.39 | 303 | 0.63 | 0.38 |
| Hex | 9C | 24 | 96 | 0 | 4D | 4 | 27 | 12F | 3E | 26 |
| Octal | 234 | 44 | 226 | 0 | 115 | 4 | 47 | 457 | 76 | 46 |
| Binary | 10011100 | 100100 | 10010110 | 0 | 1001101 | 100 | 100111 | 100101111 | 111110 | 100110 |
Color Harmonies of #9C2496
Complementary color
Monochromatic Colors of #9C2496
Black with #9C2496
Text Example
Text Example
White with #9C2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2496; }
p { color: rgb(156,36,150); }
H1.HeaderClassName
{
color: #9C2496;
}
.AnyTagClassName
{
color: #9C2496;
}
</style>
background-color css
<style>
a { background-color: #9C2496; }
a { background-color: rgb(156,36,150); }
div.DivClassName
{
background-color: #9C2496;
}
.BgClassName
{
background-color: #9C2496;
}
</style>
border-color css
<style>
span { border-color: #9C2496; }
span { border-color: rgb(156,36,150); }
td.TdClassName
{
border-color: #9C2496;
}
.TagClassName
{
border-color: #9C2496;
}
</style>