Shades of Medium Purple #9971DC
Tints of Medium Purple #9971DC
RGB
CMYK
RGB Variations
Color information
#9971DC (or 0x9971DC) is known color: Medium Purple. HEX triplet: 99, 71 and DC. RGB value is (153,113,220). Sum of RGB (Red+Green+Blue) = 153+113+220=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9971DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971DC is #668E23. Grayscale: #888888. Windows color (decimal): -6721060 or 14447001. OLE color: 14447001.
HSL color Cylindrical-coordinate representation of color #9971DC: hue angle of 262.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9971DC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 113 | 220 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.14 |
| HSL | 262.43º | 0.6% | 0.65% | - |
| HSV(B) | 262.43º | 0.49% | 0.86% | - |
| XYZ | 31.96 | 23.75 | 70.61 | - |
| YUV | 137.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 220 | 0.30 | 0.49 | 0 | 0.14 | 262.43 | 0.6 | 0.65 |
| Hex | 99 | 71 | DC | 1E | 31 | 0 | E | 106 | 3C | 41 |
| Octal | 231 | 161 | 334 | 36 | 61 | 0 | 16 | 406 | 74 | 101 |
| Binary | 10011001 | 1110001 | 11011100 | 11110 | 110001 | 0 | 1110 | 100000110 | 111100 | 1000001 |
Color Harmonies of #9971DC
Complementary color
Monochromatic Colors of #9971DC
Black with #9971DC
Text Example
Text Example
White with #9971DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971DC; }
p { color: rgb(153,113,220); }
H1.HeaderClassName
{
color: #9971DC;
}
.AnyTagClassName
{
color: #9971DC;
}
</style>
background-color css
<style>
a { background-color: #9971DC; }
a { background-color: rgb(153,113,220); }
div.DivClassName
{
background-color: #9971DC;
}
.BgClassName
{
background-color: #9971DC;
}
</style>
border-color css
<style>
span { border-color: #9971DC; }
span { border-color: rgb(153,113,220); }
td.TdClassName
{
border-color: #9971DC;
}
.TagClassName
{
border-color: #9971DC;
}
</style>