Shades of Medium Purple #996FE4
Tints of Medium Purple #996FE4
RGB
CMYK
RGB Variations
Color information
#996FE4 (or 0x996FE4) is known color: Medium Purple. HEX triplet: 99, 6F and E4. RGB value is (153,111,228). Sum of RGB (Red+Green+Blue) = 153+111+228=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #996FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FE4 is #66901B. Grayscale: #888888. Windows color (decimal): -6721564 or 14970777. OLE color: 14970777.
HSL color Cylindrical-coordinate representation of color #996FE4: hue angle of 261.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996FE4 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 111 | 228 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.11 |
| HSL | 261.54º | 0.68% | 0.66% | - |
| HSV(B) | 261.54º | 0.51% | 0.89% | - |
| XYZ | 32.82 | 23.74 | 76.25 | - |
| YUV | 136.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 228 | 0.33 | 0.51 | 0 | 0.11 | 261.54 | 0.68 | 0.66 |
| Hex | 99 | 6F | E4 | 21 | 33 | 0 | B | 106 | 44 | 42 |
| Octal | 231 | 157 | 344 | 41 | 63 | 0 | 13 | 406 | 104 | 102 |
| Binary | 10011001 | 1101111 | 11100100 | 100001 | 110011 | 0 | 1011 | 100000110 | 1000100 | 1000010 |
Color Harmonies of #996FE4
Complementary color
Monochromatic Colors of #996FE4
Black with #996FE4
Text Example
Text Example
White with #996FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FE4; }
p { color: rgb(153,111,228); }
H1.HeaderClassName
{
color: #996FE4;
}
.AnyTagClassName
{
color: #996FE4;
}
</style>
background-color css
<style>
a { background-color: #996FE4; }
a { background-color: rgb(153,111,228); }
div.DivClassName
{
background-color: #996FE4;
}
.BgClassName
{
background-color: #996FE4;
}
</style>
border-color css
<style>
span { border-color: #996FE4; }
span { border-color: rgb(153,111,228); }
td.TdClassName
{
border-color: #996FE4;
}
.TagClassName
{
border-color: #996FE4;
}
</style>