Shades of Medium Purple #9971DB
Tints of Medium Purple #9971DB
RGB
CMYK
RGB Variations
Color information
#9971DB (or 0x9971DB) is known color: Medium Purple. HEX triplet: 99, 71 and DB. RGB value is (153,113,219). Sum of RGB (Red+Green+Blue) = 153+113+219=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9971DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971DB is #668E24. Grayscale: #888888. Windows color (decimal): -6721061 or 14381465. OLE color: 14381465.
HSL color Cylindrical-coordinate representation of color #9971DB: hue angle of 262.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9971DB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 113 | 219 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.14 |
| HSL | 262.64º | 0.6% | 0.65% | - |
| HSV(B) | 262.64º | 0.48% | 0.86% | - |
| XYZ | 31.83 | 23.7 | 69.91 | - |
| YUV | 137.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 219 | 0.30 | 0.48 | 0 | 0.14 | 262.64 | 0.6 | 0.65 |
| Hex | 99 | 71 | DB | 1E | 30 | 0 | E | 107 | 3C | 41 |
| Octal | 231 | 161 | 333 | 36 | 60 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10011001 | 1110001 | 11011011 | 11110 | 110000 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #9971DB
Complementary color
Monochromatic Colors of #9971DB
Black with #9971DB
Text Example
Text Example
White with #9971DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971DB; }
p { color: rgb(153,113,219); }
H1.HeaderClassName
{
color: #9971DB;
}
.AnyTagClassName
{
color: #9971DB;
}
</style>
background-color css
<style>
a { background-color: #9971DB; }
a { background-color: rgb(153,113,219); }
div.DivClassName
{
background-color: #9971DB;
}
.BgClassName
{
background-color: #9971DB;
}
</style>
border-color css
<style>
span { border-color: #9971DB; }
span { border-color: rgb(153,113,219); }
td.TdClassName
{
border-color: #9971DB;
}
.TagClassName
{
border-color: #9971DB;
}
</style>