Shades of Medium Purple #9970DD
Tints of Medium Purple #9970DD
RGB
CMYK
RGB Variations
Color information
#9970DD (or 0x9970DD) is known color: Medium Purple. HEX triplet: 99, 70 and DD. RGB value is (153,112,221). Sum of RGB (Red+Green+Blue) = 153+112+221=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9970DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970DD is #668F22. Grayscale: #888888. Windows color (decimal): -6721315 or 14512281. OLE color: 14512281.
HSL color Cylindrical-coordinate representation of color #9970DD: hue angle of 262.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9970DD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 112 | 221 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.13 |
| HSL | 262.57º | 0.62% | 0.65% | - |
| HSV(B) | 262.57º | 0.49% | 0.87% | - |
| XYZ | 31.98 | 23.58 | 71.27 | - |
| YUV | 136.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 221 | 0.31 | 0.49 | 0 | 0.13 | 262.57 | 0.62 | 0.65 |
| Hex | 99 | 70 | DD | 1F | 31 | 0 | D | 107 | 3E | 41 |
| Octal | 231 | 160 | 335 | 37 | 61 | 0 | 15 | 407 | 76 | 101 |
| Binary | 10011001 | 1110000 | 11011101 | 11111 | 110001 | 0 | 1101 | 100000111 | 111110 | 1000001 |
Color Harmonies of #9970DD
Complementary color
Monochromatic Colors of #9970DD
Black with #9970DD
Text Example
Text Example
White with #9970DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970DD; }
p { color: rgb(153,112,221); }
H1.HeaderClassName
{
color: #9970DD;
}
.AnyTagClassName
{
color: #9970DD;
}
</style>
background-color css
<style>
a { background-color: #9970DD; }
a { background-color: rgb(153,112,221); }
div.DivClassName
{
background-color: #9970DD;
}
.BgClassName
{
background-color: #9970DD;
}
</style>
border-color css
<style>
span { border-color: #9970DD; }
span { border-color: rgb(153,112,221); }
td.TdClassName
{
border-color: #9970DD;
}
.TagClassName
{
border-color: #9970DD;
}
</style>