Shades of Medium Purple #996ED7
Tints of Medium Purple #996ED7
RGB
CMYK
RGB Variations
Color information
#996ED7 (or 0x996ED7) is known color: Medium Purple. HEX triplet: 99, 6E and D7. RGB value is (153,110,215). Sum of RGB (Red+Green+Blue) = 153+110+215=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #996ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ED7 is #669128. Grayscale: #868686. Windows color (decimal): -6721833 or 14118553. OLE color: 14118553.
HSL color Cylindrical-coordinate representation of color #996ED7: hue angle of 264.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996ED7 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 110 | 215 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.16 |
| HSL | 264.57º | 0.57% | 0.64% | - |
| HSV(B) | 264.57º | 0.49% | 0.84% | - |
| XYZ | 30.98 | 22.83 | 67.06 | - |
| YUV | 134.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 215 | 0.29 | 0.49 | 0 | 0.16 | 264.57 | 0.57 | 0.64 |
| Hex | 99 | 6E | D7 | 1D | 31 | 0 | 10 | 109 | 39 | 40 |
| Octal | 231 | 156 | 327 | 35 | 61 | 0 | 20 | 411 | 71 | 100 |
| Binary | 10011001 | 1101110 | 11010111 | 11101 | 110001 | 0 | 10000 | 100001001 | 111001 | 1000000 |
Color Harmonies of #996ED7
Complementary color
Monochromatic Colors of #996ED7
Black with #996ED7
Text Example
Text Example
White with #996ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996ED7; }
p { color: rgb(153,110,215); }
H1.HeaderClassName
{
color: #996ED7;
}
.AnyTagClassName
{
color: #996ED7;
}
</style>
background-color css
<style>
a { background-color: #996ED7; }
a { background-color: rgb(153,110,215); }
div.DivClassName
{
background-color: #996ED7;
}
.BgClassName
{
background-color: #996ED7;
}
</style>
border-color css
<style>
span { border-color: #996ED7; }
span { border-color: rgb(153,110,215); }
td.TdClassName
{
border-color: #996ED7;
}
.TagClassName
{
border-color: #996ED7;
}
</style>