Shades of Medium Purple #996FDD
Tints of Medium Purple #996FDD
RGB
CMYK
RGB Variations
Color information
#996FDD (or 0x996FDD) is known color: Medium Purple. HEX triplet: 99, 6F and DD. RGB value is (153,111,221). Sum of RGB (Red+Green+Blue) = 153+111+221=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #996FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FDD is #669022. Grayscale: #878787. Windows color (decimal): -6721571 or 14512025. OLE color: 14512025.
HSL color Cylindrical-coordinate representation of color #996FDD: hue angle of 262.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996FDD is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 111 | 221 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.13 |
| HSL | 262.91º | 0.62% | 0.65% | - |
| HSV(B) | 262.91º | 0.5% | 0.87% | - |
| XYZ | 31.87 | 23.36 | 71.24 | - |
| YUV | 136.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 221 | 0.31 | 0.50 | 0 | 0.13 | 262.91 | 0.62 | 0.65 |
| Hex | 99 | 6F | DD | 1F | 32 | 0 | D | 107 | 3E | 41 |
| Octal | 231 | 157 | 335 | 37 | 62 | 0 | 15 | 407 | 76 | 101 |
| Binary | 10011001 | 1101111 | 11011101 | 11111 | 110010 | 0 | 1101 | 100000111 | 111110 | 1000001 |
Color Harmonies of #996FDD
Complementary color
Monochromatic Colors of #996FDD
Black with #996FDD
Text Example
Text Example
White with #996FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FDD; }
p { color: rgb(153,111,221); }
H1.HeaderClassName
{
color: #996FDD;
}
.AnyTagClassName
{
color: #996FDD;
}
</style>
background-color css
<style>
a { background-color: #996FDD; }
a { background-color: rgb(153,111,221); }
div.DivClassName
{
background-color: #996FDD;
}
.BgClassName
{
background-color: #996FDD;
}
</style>
border-color css
<style>
span { border-color: #996FDD; }
span { border-color: rgb(153,111,221); }
td.TdClassName
{
border-color: #996FDD;
}
.TagClassName
{
border-color: #996FDD;
}
</style>