Shades of Dark Purple #9D3079
Tints of Dark Purple #9D3079
RGB
CMYK
RGB Variations
Color information
#9D3079 (or 0x9D3079) is known color: Dark Purple. HEX triplet: 9D, 30 and 79. RGB value is (157,48,121). Sum of RGB (Red+Green+Blue) = 157+48+121=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3079 is #62CF86. Grayscale: #585858. Windows color (decimal): -6475655 or 7942301. OLE color: 7942301.
HSL color Cylindrical-coordinate representation of color #9D3079: hue angle of 319.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3079 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 121 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.38 |
| HSL | 319.82º | 0.53% | 0.4% | - |
| HSV(B) | 319.82º | 0.69% | 0.62% | - |
| XYZ | 18.41 | 10.66 | 19.18 | - |
| YUV | 88.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 121 | 0 | 0.69 | 0.23 | 0.38 | 319.82 | 0.53 | 0.4 |
| Hex | 9D | 30 | 79 | 0 | 45 | 17 | 26 | 140 | 35 | 28 |
| Octal | 235 | 60 | 171 | 0 | 105 | 27 | 46 | 500 | 65 | 50 |
| Binary | 10011101 | 110000 | 1111001 | 0 | 1000101 | 10111 | 100110 | 101000000 | 110101 | 101000 |
Color Harmonies of #9D3079
Complementary color
Monochromatic Colors of #9D3079
Black with #9D3079
Text Example
Text Example
White with #9D3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3079; }
p { color: rgb(157,48,121); }
H1.HeaderClassName
{
color: #9D3079;
}
.AnyTagClassName
{
color: #9D3079;
}
</style>
background-color css
<style>
a { background-color: #9D3079; }
a { background-color: rgb(157,48,121); }
div.DivClassName
{
background-color: #9D3079;
}
.BgClassName
{
background-color: #9D3079;
}
</style>
border-color css
<style>
span { border-color: #9D3079; }
span { border-color: rgb(157,48,121); }
td.TdClassName
{
border-color: #9D3079;
}
.TagClassName
{
border-color: #9D3079;
}
</style>