Shades of Dark Purple #9D1978
Tints of Dark Purple #9D1978
RGB
CMYK
RGB Variations
Color information
#9D1978 (or 0x9D1978) is known color: Dark Purple. HEX triplet: 9D, 19 and 78. RGB value is (157,25,120). Sum of RGB (Red+Green+Blue) = 157+25+120=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1978 is #62E687. Grayscale: #4B4B4B. Windows color (decimal): -6481544 or 7870877. OLE color: 7870877.
HSL color Cylindrical-coordinate representation of color #9D1978: hue angle of 316.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1978 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 120 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.38 |
| HSL | 316.82º | 0.73% | 0.36% | - |
| HSV(B) | 316.82º | 0.84% | 0.62% | - |
| XYZ | 17.64 | 9.22 | 18.62 | - |
| YUV | 75.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 120 | 0 | 0.84 | 0.24 | 0.38 | 316.82 | 0.73 | 0.36 |
| Hex | 9D | 19 | 78 | 0 | 54 | 18 | 26 | 13D | 49 | 24 |
| Octal | 235 | 31 | 170 | 0 | 124 | 30 | 46 | 475 | 111 | 44 |
| Binary | 10011101 | 11001 | 1111000 | 0 | 1010100 | 11000 | 100110 | 100111101 | 1001001 | 100100 |
Color Harmonies of #9D1978
Complementary color
Monochromatic Colors of #9D1978
Black with #9D1978
Text Example
Text Example
White with #9D1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1978; }
p { color: rgb(157,25,120); }
H1.HeaderClassName
{
color: #9D1978;
}
.AnyTagClassName
{
color: #9D1978;
}
</style>
background-color css
<style>
a { background-color: #9D1978; }
a { background-color: rgb(157,25,120); }
div.DivClassName
{
background-color: #9D1978;
}
.BgClassName
{
background-color: #9D1978;
}
</style>
border-color css
<style>
span { border-color: #9D1978; }
span { border-color: rgb(157,25,120); }
td.TdClassName
{
border-color: #9D1978;
}
.TagClassName
{
border-color: #9D1978;
}
</style>