Shades of Dark Purple #9C2495
Tints of Dark Purple #9C2495
RGB
CMYK
RGB Variations
Color information
#9C2495 (or 0x9C2495) is known color: Dark Purple. HEX triplet: 9C, 24 and 95. RGB value is (156,36,149). Sum of RGB (Red+Green+Blue) = 156+36+149=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2495 is #63DB6A. Grayscale: #545454. Windows color (decimal): -6544235 or 9774236. OLE color: 9774236.
HSL color Cylindrical-coordinate representation of color #9C2495: hue angle of 303.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 #9C2495 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 149 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.39 |
| HSL | 303.5º | 0.63% | 0.38% | - |
| HSV(B) | 303.5º | 0.77% | 0.61% | - |
| XYZ | 19.77 | 10.5 | 29.42 | - |
| YUV | 84.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 149 | 0 | 0.77 | 0.04 | 0.39 | 303.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 95 | 0 | 4D | 4 | 27 | 130 | 3E | 26 |
| Octal | 234 | 44 | 225 | 0 | 115 | 4 | 47 | 460 | 76 | 46 |
| Binary | 10011100 | 100100 | 10010101 | 0 | 1001101 | 100 | 100111 | 100110000 | 111110 | 100110 |
Color Harmonies of #9C2495
Complementary color
Monochromatic Colors of #9C2495
Black with #9C2495
Text Example
Text Example
White with #9C2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2495; }
p { color: rgb(156,36,149); }
H1.HeaderClassName
{
color: #9C2495;
}
.AnyTagClassName
{
color: #9C2495;
}
</style>
background-color css
<style>
a { background-color: #9C2495; }
a { background-color: rgb(156,36,149); }
div.DivClassName
{
background-color: #9C2495;
}
.BgClassName
{
background-color: #9C2495;
}
</style>
border-color css
<style>
span { border-color: #9C2495; }
span { border-color: rgb(156,36,149); }
td.TdClassName
{
border-color: #9C2495;
}
.TagClassName
{
border-color: #9C2495;
}
</style>