Shades of Medium Purple #996FEB
Tints of Medium Purple #996FEB
RGB
CMYK
RGB Variations
Color information
#996FEB (or 0x996FEB) is known color: Medium Purple. HEX triplet: 99, 6F and EB. RGB value is (153,111,235). Sum of RGB (Red+Green+Blue) = 153+111+235=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #996FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FEB is #669014. Grayscale: #898989. Windows color (decimal): -6721557 or 15429529. OLE color: 15429529.
HSL color Cylindrical-coordinate representation of color #996FEB: hue angle of 260.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996FEB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 111 | 235 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.08 |
| HSL | 260.32º | 0.76% | 0.68% | - |
| HSV(B) | 260.32º | 0.53% | 0.92% | - |
| XYZ | 33.82 | 24.14 | 81.47 | - |
| YUV | 137.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 235 | 0.35 | 0.53 | 0 | 0.08 | 260.32 | 0.76 | 0.68 |
| Hex | 99 | 6F | EB | 23 | 35 | 0 | 8 | 104 | 4C | 44 |
| Octal | 231 | 157 | 353 | 43 | 65 | 0 | 10 | 404 | 114 | 104 |
| Binary | 10011001 | 1101111 | 11101011 | 100011 | 110101 | 0 | 1000 | 100000100 | 1001100 | 1000100 |
Color Harmonies of #996FEB
Complementary color
Monochromatic Colors of #996FEB
Black with #996FEB
Text Example
Text Example
White with #996FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FEB; }
p { color: rgb(153,111,235); }
H1.HeaderClassName
{
color: #996FEB;
}
.AnyTagClassName
{
color: #996FEB;
}
</style>
background-color css
<style>
a { background-color: #996FEB; }
a { background-color: rgb(153,111,235); }
div.DivClassName
{
background-color: #996FEB;
}
.BgClassName
{
background-color: #996FEB;
}
</style>
border-color css
<style>
span { border-color: #996FEB; }
span { border-color: rgb(153,111,235); }
td.TdClassName
{
border-color: #996FEB;
}
.TagClassName
{
border-color: #996FEB;
}
</style>