Shades of Medium Purple #996FD4
Tints of Medium Purple #996FD4
RGB
CMYK
RGB Variations
Color information
#996FD4 (or 0x996FD4) is known color: Medium Purple. HEX triplet: 99, 6F and D4. RGB value is (153,111,212). Sum of RGB (Red+Green+Blue) = 153+111+212=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #996FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FD4 is #66902B. Grayscale: #868686. Windows color (decimal): -6721580 or 13922201. OLE color: 13922201.
HSL color Cylindrical-coordinate representation of color #996FD4: hue angle of 264.95º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996FD4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 111 | 212 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.17 |
| HSL | 264.95º | 0.54% | 0.63% | - |
| HSV(B) | 264.95º | 0.48% | 0.83% | - |
| XYZ | 30.7 | 22.89 | 65.09 | - |
| YUV | 135.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 212 | 0.28 | 0.48 | 0 | 0.17 | 264.95 | 0.54 | 0.63 |
| Hex | 99 | 6F | D4 | 1C | 30 | 0 | 11 | 109 | 36 | 3F |
| Octal | 231 | 157 | 324 | 34 | 60 | 0 | 21 | 411 | 66 | 77 |
| Binary | 10011001 | 1101111 | 11010100 | 11100 | 110000 | 0 | 10001 | 100001001 | 110110 | 111111 |
Color Harmonies of #996FD4
Complementary color
Monochromatic Colors of #996FD4
Black with #996FD4
Text Example
Text Example
White with #996FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FD4; }
p { color: rgb(153,111,212); }
H1.HeaderClassName
{
color: #996FD4;
}
.AnyTagClassName
{
color: #996FD4;
}
</style>
background-color css
<style>
a { background-color: #996FD4; }
a { background-color: rgb(153,111,212); }
div.DivClassName
{
background-color: #996FD4;
}
.BgClassName
{
background-color: #996FD4;
}
</style>
border-color css
<style>
span { border-color: #996FD4; }
span { border-color: rgb(153,111,212); }
td.TdClassName
{
border-color: #996FD4;
}
.TagClassName
{
border-color: #996FD4;
}
</style>