Shades of Medium Purple #996EED
Tints of Medium Purple #996EED
RGB
CMYK
RGB Variations
Color information
#996EED (or 0x996EED) is known color: Medium Purple. HEX triplet: 99, 6E and ED. RGB value is (153,110,237). Sum of RGB (Red+Green+Blue) = 153+110+237=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #996EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EED is #669112. Grayscale: #888888. Windows color (decimal): -6721811 or 15560345. OLE color: 15560345.
HSL color Cylindrical-coordinate representation of color #996EED: hue angle of 260.31º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996EED is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 110 | 237 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.07 |
| HSL | 260.31º | 0.78% | 0.68% | - |
| HSV(B) | 260.31º | 0.54% | 0.93% | - |
| XYZ | 34 | 24.04 | 82.97 | - |
| YUV | 137.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 237 | 0.35 | 0.54 | 0 | 0.07 | 260.31 | 0.78 | 0.68 |
| Hex | 99 | 6E | ED | 23 | 36 | 0 | 7 | 104 | 4E | 44 |
| Octal | 231 | 156 | 355 | 43 | 66 | 0 | 7 | 404 | 116 | 104 |
| Binary | 10011001 | 1101110 | 11101101 | 100011 | 110110 | 0 | 111 | 100000100 | 1001110 | 1000100 |
Color Harmonies of #996EED
Complementary color
Monochromatic Colors of #996EED
Black with #996EED
Text Example
Text Example
White with #996EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EED; }
p { color: rgb(153,110,237); }
H1.HeaderClassName
{
color: #996EED;
}
.AnyTagClassName
{
color: #996EED;
}
</style>
background-color css
<style>
a { background-color: #996EED; }
a { background-color: rgb(153,110,237); }
div.DivClassName
{
background-color: #996EED;
}
.BgClassName
{
background-color: #996EED;
}
</style>
border-color css
<style>
span { border-color: #996EED; }
span { border-color: rgb(153,110,237); }
td.TdClassName
{
border-color: #996EED;
}
.TagClassName
{
border-color: #996EED;
}
</style>