Shades of Dark Magenta #9D0698
Tints of Dark Magenta #9D0698
RGB
CMYK
RGB Variations
Color information
#9D0698 (or 0x9D0698) is known color: Dark Magenta. HEX triplet: 9D, 06 and 98. RGB value is (157,6,152). Sum of RGB (Red+Green+Blue) = 157+6+152=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0698 is #62F967. Grayscale: #434343. Windows color (decimal): -6486376 or 9963165. OLE color: 9963165.
HSL color Cylindrical-coordinate representation of color #9D0698: hue angle of 301.99º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0698 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 152 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.38 |
| HSL | 301.99º | 0.93% | 0.32% | - |
| HSV(B) | 301.99º | 0.96% | 0.62% | - |
| XYZ | 19.64 | 9.57 | 30.52 | - |
| YUV | 67.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 152 | 0 | 0.96 | 0.03 | 0.38 | 301.99 | 0.93 | 0.32 |
| Hex | 9D | 6 | 98 | 0 | 60 | 3 | 26 | 12E | 5D | 20 |
| Octal | 235 | 6 | 230 | 0 | 140 | 3 | 46 | 456 | 135 | 40 |
| Binary | 10011101 | 110 | 10011000 | 0 | 1100000 | 11 | 100110 | 100101110 | 1011101 | 100000 |
Color Harmonies of #9D0698
Complementary color
Monochromatic Colors of #9D0698
Black with #9D0698
Text Example
Text Example
White with #9D0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0698; }
p { color: rgb(157,6,152); }
H1.HeaderClassName
{
color: #9D0698;
}
.AnyTagClassName
{
color: #9D0698;
}
</style>
background-color css
<style>
a { background-color: #9D0698; }
a { background-color: rgb(157,6,152); }
div.DivClassName
{
background-color: #9D0698;
}
.BgClassName
{
background-color: #9D0698;
}
</style>
border-color css
<style>
span { border-color: #9D0698; }
span { border-color: rgb(157,6,152); }
td.TdClassName
{
border-color: #9D0698;
}
.TagClassName
{
border-color: #9D0698;
}
</style>