Shades of Medium Purple #996FE9
Tints of Medium Purple #996FE9
RGB
CMYK
RGB Variations
Color information
#996FE9 (or 0x996FE9) is known color: Medium Purple. HEX triplet: 99, 6F and E9. RGB value is (153,111,233). Sum of RGB (Red+Green+Blue) = 153+111+233=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #996FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FE9 is #669016. Grayscale: #898989. Windows color (decimal): -6721559 or 15298457. OLE color: 15298457.
HSL color Cylindrical-coordinate representation of color #996FE9: hue angle of 260.66º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996FE9 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 111 | 233 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.09 |
| HSL | 260.66º | 0.73% | 0.67% | - |
| HSV(B) | 260.66º | 0.52% | 0.91% | - |
| XYZ | 33.53 | 24.02 | 79.96 | - |
| YUV | 137.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 233 | 0.34 | 0.52 | 0 | 0.09 | 260.66 | 0.73 | 0.67 |
| Hex | 99 | 6F | E9 | 22 | 34 | 0 | 9 | 105 | 49 | 43 |
| Octal | 231 | 157 | 351 | 42 | 64 | 0 | 11 | 405 | 111 | 103 |
| Binary | 10011001 | 1101111 | 11101001 | 100010 | 110100 | 0 | 1001 | 100000101 | 1001001 | 1000011 |
Color Harmonies of #996FE9
Complementary color
Monochromatic Colors of #996FE9
Black with #996FE9
Text Example
Text Example
White with #996FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FE9; }
p { color: rgb(153,111,233); }
H1.HeaderClassName
{
color: #996FE9;
}
.AnyTagClassName
{
color: #996FE9;
}
</style>
background-color css
<style>
a { background-color: #996FE9; }
a { background-color: rgb(153,111,233); }
div.DivClassName
{
background-color: #996FE9;
}
.BgClassName
{
background-color: #996FE9;
}
</style>
border-color css
<style>
span { border-color: #996FE9; }
span { border-color: rgb(153,111,233); }
td.TdClassName
{
border-color: #996FE9;
}
.TagClassName
{
border-color: #996FE9;
}
</style>