Shades of Medium Purple #996EEE
Tints of Medium Purple #996EEE
RGB
CMYK
RGB Variations
Color information
#996EEE (or 0x996EEE) is known color: Medium Purple. HEX triplet: 99, 6E and EE. RGB value is (153,110,238). Sum of RGB (Red+Green+Blue) = 153+110+238=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #996EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EEE is #669111. Grayscale: #888888. Windows color (decimal): -6721810 or 15625881. OLE color: 15625881.
HSL color Cylindrical-coordinate representation of color #996EEE: hue angle of 260.16º degrees, saturation: 0.79, 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 #996EEE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 110 | 238 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.07 |
| HSL | 260.16º | 0.79% | 0.68% | - |
| HSV(B) | 260.16º | 0.54% | 0.93% | - |
| XYZ | 34.15 | 24.1 | 83.74 | - |
| YUV | 137.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 238 | 0.36 | 0.54 | 0 | 0.07 | 260.16 | 0.79 | 0.68 |
| Hex | 99 | 6E | EE | 24 | 36 | 0 | 7 | 104 | 4F | 44 |
| Octal | 231 | 156 | 356 | 44 | 66 | 0 | 7 | 404 | 117 | 104 |
| Binary | 10011001 | 1101110 | 11101110 | 100100 | 110110 | 0 | 111 | 100000100 | 1001111 | 1000100 |
Color Harmonies of #996EEE
Complementary color
Monochromatic Colors of #996EEE
Black with #996EEE
Text Example
Text Example
White with #996EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EEE; }
p { color: rgb(153,110,238); }
H1.HeaderClassName
{
color: #996EEE;
}
.AnyTagClassName
{
color: #996EEE;
}
</style>
background-color css
<style>
a { background-color: #996EEE; }
a { background-color: rgb(153,110,238); }
div.DivClassName
{
background-color: #996EEE;
}
.BgClassName
{
background-color: #996EEE;
}
</style>
border-color css
<style>
span { border-color: #996EEE; }
span { border-color: rgb(153,110,238); }
td.TdClassName
{
border-color: #996EEE;
}
.TagClassName
{
border-color: #996EEE;
}
</style>