Shades of Medium Purple #996EE6
Tints of Medium Purple #996EE6
RGB
CMYK
RGB Variations
Color information
#996EE6 (or 0x996EE6) is known color: Medium Purple. HEX triplet: 99, 6E and E6. RGB value is (153,110,230). Sum of RGB (Red+Green+Blue) = 153+110+230=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #996EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EE6 is #669119. Grayscale: #888888. Windows color (decimal): -6721818 or 15101593. OLE color: 15101593.
HSL color Cylindrical-coordinate representation of color #996EE6: hue angle of 261.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996EE6 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 110 | 230 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.10 |
| HSL | 261.5º | 0.71% | 0.67% | - |
| HSV(B) | 261.5º | 0.52% | 0.9% | - |
| XYZ | 33 | 23.64 | 77.69 | - |
| YUV | 136.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 230 | 0.33 | 0.52 | 0 | 0.10 | 261.5 | 0.71 | 0.67 |
| Hex | 99 | 6E | E6 | 21 | 34 | 0 | A | 106 | 47 | 43 |
| Octal | 231 | 156 | 346 | 41 | 64 | 0 | 12 | 406 | 107 | 103 |
| Binary | 10011001 | 1101110 | 11100110 | 100001 | 110100 | 0 | 1010 | 100000110 | 1000111 | 1000011 |
Color Harmonies of #996EE6
Complementary color
Monochromatic Colors of #996EE6
Black with #996EE6
Text Example
Text Example
White with #996EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996EE6; }
p { color: rgb(153,110,230); }
H1.HeaderClassName
{
color: #996EE6;
}
.AnyTagClassName
{
color: #996EE6;
}
</style>
background-color css
<style>
a { background-color: #996EE6; }
a { background-color: rgb(153,110,230); }
div.DivClassName
{
background-color: #996EE6;
}
.BgClassName
{
background-color: #996EE6;
}
</style>
border-color css
<style>
span { border-color: #996EE6; }
span { border-color: rgb(153,110,230); }
td.TdClassName
{
border-color: #996EE6;
}
.TagClassName
{
border-color: #996EE6;
}
</style>