Shades of Medium Purple #986FEB
Tints of Medium Purple #986FEB
RGB
CMYK
RGB Variations
Color information
#986FEB (or 0x986FEB) is known color: Medium Purple. HEX triplet: 98, 6F and EB. RGB value is (152,111,235). Sum of RGB (Red+Green+Blue) = 152+111+235=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #986FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FEB is #679014. Grayscale: #888888. Windows color (decimal): -6787093 or 15429528. OLE color: 15429528.
HSL color Cylindrical-coordinate representation of color #986FEB: hue angle of 259.84º 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 #986FEB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 111 | 235 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.08 |
| HSL | 259.84º | 0.76% | 0.68% | - |
| HSV(B) | 259.84º | 0.53% | 0.92% | - |
| XYZ | 33.63 | 24.04 | 81.47 | - |
| YUV | 137.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 235 | 0.35 | 0.53 | 0 | 0.08 | 259.84 | 0.76 | 0.68 |
| Hex | 98 | 6F | EB | 23 | 35 | 0 | 8 | 104 | 4C | 44 |
| Octal | 230 | 157 | 353 | 43 | 65 | 0 | 10 | 404 | 114 | 104 |
| Binary | 10011000 | 1101111 | 11101011 | 100011 | 110101 | 0 | 1000 | 100000100 | 1001100 | 1000100 |
Color Harmonies of #986FEB
Complementary color
Monochromatic Colors of #986FEB
Black with #986FEB
Text Example
Text Example
White with #986FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FEB; }
p { color: rgb(152,111,235); }
H1.HeaderClassName
{
color: #986FEB;
}
.AnyTagClassName
{
color: #986FEB;
}
</style>
background-color css
<style>
a { background-color: #986FEB; }
a { background-color: rgb(152,111,235); }
div.DivClassName
{
background-color: #986FEB;
}
.BgClassName
{
background-color: #986FEB;
}
</style>
border-color css
<style>
span { border-color: #986FEB; }
span { border-color: rgb(152,111,235); }
td.TdClassName
{
border-color: #986FEB;
}
.TagClassName
{
border-color: #986FEB;
}
</style>