Shades of Dark Purple #9C2590
Tints of Dark Purple #9C2590
RGB
CMYK
RGB Variations
Color information
#9C2590 (or 0x9C2590) is known color: Dark Purple. HEX triplet: 9C, 25 and 90. RGB value is (156,37,144). Sum of RGB (Red+Green+Blue) = 156+37+144=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2590 is #63DA6F. Grayscale: #545454. Windows color (decimal): -6543984 or 9446812. OLE color: 9446812.
HSL color Cylindrical-coordinate representation of color #9C2590: hue angle of 306.05º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2590 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 144 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.39 |
| HSL | 306.05º | 0.62% | 0.38% | - |
| HSV(B) | 306.05º | 0.76% | 0.61% | - |
| XYZ | 19.41 | 10.4 | 27.37 | - |
| YUV | 84.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 144 | 0 | 0.76 | 0.08 | 0.39 | 306.05 | 0.62 | 0.38 |
| Hex | 9C | 25 | 90 | 0 | 4C | 8 | 27 | 132 | 3E | 26 |
| Octal | 234 | 45 | 220 | 0 | 114 | 10 | 47 | 462 | 76 | 46 |
| Binary | 10011100 | 100101 | 10010000 | 0 | 1001100 | 1000 | 100111 | 100110010 | 111110 | 100110 |
Color Harmonies of #9C2590
Complementary color
Monochromatic Colors of #9C2590
Black with #9C2590
Text Example
Text Example
White with #9C2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2590; }
p { color: rgb(156,37,144); }
H1.HeaderClassName
{
color: #9C2590;
}
.AnyTagClassName
{
color: #9C2590;
}
</style>
background-color css
<style>
a { background-color: #9C2590; }
a { background-color: rgb(156,37,144); }
div.DivClassName
{
background-color: #9C2590;
}
.BgClassName
{
background-color: #9C2590;
}
</style>
border-color css
<style>
span { border-color: #9C2590; }
span { border-color: rgb(156,37,144); }
td.TdClassName
{
border-color: #9C2590;
}
.TagClassName
{
border-color: #9C2590;
}
</style>