Shades of Dark Purple #9D2779
Tints of Dark Purple #9D2779
RGB
CMYK
RGB Variations
Color information
#9D2779 (or 0x9D2779) is known color: Dark Purple. HEX triplet: 9D, 27 and 79. RGB value is (157,39,121). Sum of RGB (Red+Green+Blue) = 157+39+121=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2779 is #62D886. Grayscale: #535353. Windows color (decimal): -6477959 or 7939997. OLE color: 7939997.
HSL color Cylindrical-coordinate representation of color #9D2779: hue angle of 318.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2779 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 121 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.38 |
| HSL | 318.31º | 0.6% | 0.38% | - |
| HSV(B) | 318.31º | 0.75% | 0.62% | - |
| XYZ | 18.08 | 10 | 19.07 | - |
| YUV | 83.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 121 | 0 | 0.75 | 0.23 | 0.38 | 318.31 | 0.6 | 0.38 |
| Hex | 9D | 27 | 79 | 0 | 4B | 17 | 26 | 13E | 3C | 26 |
| Octal | 235 | 47 | 171 | 0 | 113 | 27 | 46 | 476 | 74 | 46 |
| Binary | 10011101 | 100111 | 1111001 | 0 | 1001011 | 10111 | 100110 | 100111110 | 111100 | 100110 |
Color Harmonies of #9D2779
Complementary color
Monochromatic Colors of #9D2779
Black with #9D2779
Text Example
Text Example
White with #9D2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2779; }
p { color: rgb(157,39,121); }
H1.HeaderClassName
{
color: #9D2779;
}
.AnyTagClassName
{
color: #9D2779;
}
</style>
background-color css
<style>
a { background-color: #9D2779; }
a { background-color: rgb(157,39,121); }
div.DivClassName
{
background-color: #9D2779;
}
.BgClassName
{
background-color: #9D2779;
}
</style>
border-color css
<style>
span { border-color: #9D2779; }
span { border-color: rgb(157,39,121); }
td.TdClassName
{
border-color: #9D2779;
}
.TagClassName
{
border-color: #9D2779;
}
</style>