Shades of Dark Purple #9C2391
Tints of Dark Purple #9C2391
RGB
CMYK
RGB Variations
Color information
#9C2391 (or 0x9C2391) is known color: Dark Purple. HEX triplet: 9C, 23 and 91. RGB value is (156,35,145). Sum of RGB (Red+Green+Blue) = 156+35+145=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2391 is #63DC6E. Grayscale: #535353. Windows color (decimal): -6544495 or 9511836. OLE color: 9511836.
HSL color Cylindrical-coordinate representation of color #9C2391: hue angle of 305.45º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2391 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 145 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.39 |
| HSL | 305.45º | 0.63% | 0.37% | - |
| HSV(B) | 305.45º | 0.78% | 0.61% | - |
| XYZ | 19.42 | 10.31 | 27.76 | - |
| YUV | 83.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 145 | 0 | 0.78 | 0.07 | 0.39 | 305.45 | 0.63 | 0.37 |
| Hex | 9C | 23 | 91 | 0 | 4E | 7 | 27 | 131 | 3F | 25 |
| Octal | 234 | 43 | 221 | 0 | 116 | 7 | 47 | 461 | 77 | 45 |
| Binary | 10011100 | 100011 | 10010001 | 0 | 1001110 | 111 | 100111 | 100110001 | 111111 | 100101 |
Color Harmonies of #9C2391
Complementary color
Monochromatic Colors of #9C2391
Black with #9C2391
Text Example
Text Example
White with #9C2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2391; }
p { color: rgb(156,35,145); }
H1.HeaderClassName
{
color: #9C2391;
}
.AnyTagClassName
{
color: #9C2391;
}
</style>
background-color css
<style>
a { background-color: #9C2391; }
a { background-color: rgb(156,35,145); }
div.DivClassName
{
background-color: #9C2391;
}
.BgClassName
{
background-color: #9C2391;
}
</style>
border-color css
<style>
span { border-color: #9C2391; }
span { border-color: rgb(156,35,145); }
td.TdClassName
{
border-color: #9C2391;
}
.TagClassName
{
border-color: #9C2391;
}
</style>