Shades of Medium Purple #9971DE
Tints of Medium Purple #9971DE
RGB
CMYK
RGB Variations
Color information
#9971DE (or 0x9971DE) is known color: Medium Purple. HEX triplet: 99, 71 and DE. RGB value is (153,113,222). Sum of RGB (Red+Green+Blue) = 153+113+222=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #9971DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971DE is #668E21. Grayscale: #888888. Windows color (decimal): -6721058 or 14578073. OLE color: 14578073.
HSL color Cylindrical-coordinate representation of color #9971DE: hue angle of 262.02º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9971DE is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 113 | 222 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.13 |
| HSL | 262.02º | 0.62% | 0.66% | - |
| HSV(B) | 262.02º | 0.49% | 0.87% | - |
| XYZ | 32.23 | 23.86 | 72.01 | - |
| YUV | 137.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 222 | 0.31 | 0.49 | 0 | 0.13 | 262.02 | 0.62 | 0.66 |
| Hex | 99 | 71 | DE | 1F | 31 | 0 | D | 106 | 3E | 42 |
| Octal | 231 | 161 | 336 | 37 | 61 | 0 | 15 | 406 | 76 | 102 |
| Binary | 10011001 | 1110001 | 11011110 | 11111 | 110001 | 0 | 1101 | 100000110 | 111110 | 1000010 |
Color Harmonies of #9971DE
Complementary color
Monochromatic Colors of #9971DE
Black with #9971DE
Text Example
Text Example
White with #9971DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971DE; }
p { color: rgb(153,113,222); }
H1.HeaderClassName
{
color: #9971DE;
}
.AnyTagClassName
{
color: #9971DE;
}
</style>
background-color css
<style>
a { background-color: #9971DE; }
a { background-color: rgb(153,113,222); }
div.DivClassName
{
background-color: #9971DE;
}
.BgClassName
{
background-color: #9971DE;
}
</style>
border-color css
<style>
span { border-color: #9971DE; }
span { border-color: rgb(153,113,222); }
td.TdClassName
{
border-color: #9971DE;
}
.TagClassName
{
border-color: #9971DE;
}
</style>