Shades of Medium Purple #996EDC
Tints of Medium Purple #996EDC
RGB
CMYK
RGB Variations
Color information
#996EDC (or 0x996EDC) is known color: Medium Purple. HEX triplet: 99, 6E and DC. RGB value is (153,110,220). Sum of RGB (Red+Green+Blue) = 153+110+220=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #996EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDC is #669123. Grayscale: #868686. Windows color (decimal): -6721828 or 14446233. OLE color: 14446233.
HSL color Cylindrical-coordinate representation of color #996EDC: hue angle of 263.45º 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 #996EDC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 110 | 220 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.14 |
| HSL | 263.45º | 0.61% | 0.65% | - |
| HSV(B) | 263.45º | 0.5% | 0.86% | - |
| XYZ | 31.63 | 23.09 | 70.5 | - |
| YUV | 135.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 220 | 0.30 | 0.50 | 0 | 0.14 | 263.45 | 0.61 | 0.65 |
| Hex | 99 | 6E | DC | 1E | 32 | 0 | E | 107 | 3D | 41 |
| Octal | 231 | 156 | 334 | 36 | 62 | 0 | 16 | 407 | 75 | 101 |
| Binary | 10011001 | 1101110 | 11011100 | 11110 | 110010 | 0 | 1110 | 100000111 | 111101 | 1000001 |
Color Harmonies of #996EDC
Complementary color
Monochromatic Colors of #996EDC
Black with #996EDC
Text Example
Text Example
White with #996EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EDC; }
p { color: rgb(153,110,220); }
H1.HeaderClassName
{
color: #996EDC;
}
.AnyTagClassName
{
color: #996EDC;
}
</style>
background-color css
<style>
a { background-color: #996EDC; }
a { background-color: rgb(153,110,220); }
div.DivClassName
{
background-color: #996EDC;
}
.BgClassName
{
background-color: #996EDC;
}
</style>
border-color css
<style>
span { border-color: #996EDC; }
span { border-color: rgb(153,110,220); }
td.TdClassName
{
border-color: #996EDC;
}
.TagClassName
{
border-color: #996EDC;
}
</style>