Shades of Dark Purple #9D1779
Tints of Dark Purple #9D1779
RGB
CMYK
RGB Variations
Color information
#9D1779 (or 0x9D1779) is known color: Dark Purple. HEX triplet: 9D, 17 and 79. RGB value is (157,23,121). Sum of RGB (Red+Green+Blue) = 157+23+121=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1779 is #62E886. Grayscale: #494949. Windows color (decimal): -6482055 or 7935901. OLE color: 7935901.
HSL color Cylindrical-coordinate representation of color #9D1779: hue angle of 316.12º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1779 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 23 | 121 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.38 |
| HSL | 316.12º | 0.74% | 0.35% | - |
| HSV(B) | 316.12º | 0.85% | 0.62% | - |
| XYZ | 17.66 | 9.16 | 18.93 | - |
| YUV | 74.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 121 | 0 | 0.85 | 0.23 | 0.38 | 316.12 | 0.74 | 0.35 |
| Hex | 9D | 17 | 79 | 0 | 55 | 17 | 26 | 13C | 4A | 23 |
| Octal | 235 | 27 | 171 | 0 | 125 | 27 | 46 | 474 | 112 | 43 |
| Binary | 10011101 | 10111 | 1111001 | 0 | 1010101 | 10111 | 100110 | 100111100 | 1001010 | 100011 |
Color Harmonies of #9D1779
Complementary color
Monochromatic Colors of #9D1779
Black with #9D1779
Text Example
Text Example
White with #9D1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1779; }
p { color: rgb(157,23,121); }
H1.HeaderClassName
{
color: #9D1779;
}
.AnyTagClassName
{
color: #9D1779;
}
</style>
background-color css
<style>
a { background-color: #9D1779; }
a { background-color: rgb(157,23,121); }
div.DivClassName
{
background-color: #9D1779;
}
.BgClassName
{
background-color: #9D1779;
}
</style>
border-color css
<style>
span { border-color: #9D1779; }
span { border-color: rgb(157,23,121); }
td.TdClassName
{
border-color: #9D1779;
}
.TagClassName
{
border-color: #9D1779;
}
</style>