Shades of Dark Purple #9C2479
Tints of Dark Purple #9C2479
RGB
CMYK
RGB Variations
Color information
#9C2479 (or 0x9C2479) is known color: Dark Purple. HEX triplet: 9C, 24 and 79. RGB value is (156,36,121). Sum of RGB (Red+Green+Blue) = 156+36+121=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2479 is #63DB86. Grayscale: #515151. Windows color (decimal): -6544263 or 7939228. OLE color: 7939228.
HSL color Cylindrical-coordinate representation of color #9C2479: hue angle of 317.5º 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 #9C2479 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 121 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.39 |
| HSL | 317.5º | 0.63% | 0.38% | - |
| HSV(B) | 317.5º | 0.77% | 0.61% | - |
| XYZ | 17.79 | 9.71 | 19.03 | - |
| YUV | 81.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 121 | 0 | 0.77 | 0.22 | 0.39 | 317.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 79 | 0 | 4D | 16 | 27 | 13E | 3E | 26 |
| Octal | 234 | 44 | 171 | 0 | 115 | 26 | 47 | 476 | 76 | 46 |
| Binary | 10011100 | 100100 | 1111001 | 0 | 1001101 | 10110 | 100111 | 100111110 | 111110 | 100110 |
Color Harmonies of #9C2479
Complementary color
Monochromatic Colors of #9C2479
Black with #9C2479
Text Example
Text Example
White with #9C2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2479; }
p { color: rgb(156,36,121); }
H1.HeaderClassName
{
color: #9C2479;
}
.AnyTagClassName
{
color: #9C2479;
}
</style>
background-color css
<style>
a { background-color: #9C2479; }
a { background-color: rgb(156,36,121); }
div.DivClassName
{
background-color: #9C2479;
}
.BgClassName
{
background-color: #9C2479;
}
</style>
border-color css
<style>
span { border-color: #9C2479; }
span { border-color: rgb(156,36,121); }
td.TdClassName
{
border-color: #9C2479;
}
.TagClassName
{
border-color: #9C2479;
}
</style>