Shades of Medium Purple #996FDC
Tints of Medium Purple #996FDC
RGB
CMYK
RGB Variations
Color information
#996FDC (or 0x996FDC) is known color: Medium Purple. HEX triplet: 99, 6F and DC. RGB value is (153,111,220). Sum of RGB (Red+Green+Blue) = 153+111+220=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #996FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FDC is #669023. Grayscale: #878787. Windows color (decimal): -6721572 or 14446489. OLE color: 14446489.
HSL color Cylindrical-coordinate representation of color #996FDC: hue angle of 263.12º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996FDC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 111 | 220 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 263.12º | 0.61% | 0.65% | - |
| HSV(B) | 263.12º | 0.5% | 0.86% | - |
| XYZ | 31.74 | 23.31 | 70.54 | - |
| YUV | 135.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 220 | 0.30 | 0.50 | 0 | 0.14 | 263.12 | 0.61 | 0.65 |
| Hex | 99 | 6F | DC | 1E | 32 | 0 | E | 107 | 3D | 41 |
| Octal | 231 | 157 | 334 | 36 | 62 | 0 | 16 | 407 | 75 | 101 |
| Binary | 10011001 | 1101111 | 11011100 | 11110 | 110010 | 0 | 1110 | 100000111 | 111101 | 1000001 |
Color Harmonies of #996FDC
Complementary color
Monochromatic Colors of #996FDC
Black with #996FDC
Text Example
Text Example
White with #996FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FDC; }
p { color: rgb(153,111,220); }
H1.HeaderClassName
{
color: #996FDC;
}
.AnyTagClassName
{
color: #996FDC;
}
</style>
background-color css
<style>
a { background-color: #996FDC; }
a { background-color: rgb(153,111,220); }
div.DivClassName
{
background-color: #996FDC;
}
.BgClassName
{
background-color: #996FDC;
}
</style>
border-color css
<style>
span { border-color: #996FDC; }
span { border-color: rgb(153,111,220); }
td.TdClassName
{
border-color: #996FDC;
}
.TagClassName
{
border-color: #996FDC;
}
</style>