Shades of Dark Purple #9C2493
Tints of Dark Purple #9C2493
RGB
CMYK
RGB Variations
Color information
#9C2493 (or 0x9C2493) is known color: Dark Purple. HEX triplet: 9C, 24 and 93. RGB value is (156,36,147). Sum of RGB (Red+Green+Blue) = 156+36+147=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2493 is #63DB6C. Grayscale: #545454. Windows color (decimal): -6544237 or 9643164. OLE color: 9643164.
HSL color Cylindrical-coordinate representation of color #9C2493: hue angle of 304.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 #9C2493 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 147 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.39 |
| HSL | 304.5º | 0.63% | 0.38% | - |
| HSV(B) | 304.5º | 0.77% | 0.61% | - |
| XYZ | 19.61 | 10.44 | 28.58 | - |
| YUV | 84.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 147 | 0 | 0.77 | 0.06 | 0.39 | 304.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 93 | 0 | 4D | 6 | 27 | 130 | 3E | 26 |
| Octal | 234 | 44 | 223 | 0 | 115 | 6 | 47 | 460 | 76 | 46 |
| Binary | 10011100 | 100100 | 10010011 | 0 | 1001101 | 110 | 100111 | 100110000 | 111110 | 100110 |
Color Harmonies of #9C2493
Complementary color
Monochromatic Colors of #9C2493
Black with #9C2493
Text Example
Text Example
White with #9C2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2493; }
p { color: rgb(156,36,147); }
H1.HeaderClassName
{
color: #9C2493;
}
.AnyTagClassName
{
color: #9C2493;
}
</style>
background-color css
<style>
a { background-color: #9C2493; }
a { background-color: rgb(156,36,147); }
div.DivClassName
{
background-color: #9C2493;
}
.BgClassName
{
background-color: #9C2493;
}
</style>
border-color css
<style>
span { border-color: #9C2493; }
span { border-color: rgb(156,36,147); }
td.TdClassName
{
border-color: #9C2493;
}
.TagClassName
{
border-color: #9C2493;
}
</style>