Shades of Medium Purple #986EE8
Tints of Medium Purple #986EE8
RGB
CMYK
RGB Variations
Color information
#986EE8 (or 0x986EE8) is known color: Medium Purple. HEX triplet: 98, 6E and E8. RGB value is (152,110,232). Sum of RGB (Red+Green+Blue) = 152+110+232=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #986EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EE8 is #679117. Grayscale: #888888. Windows color (decimal): -6787352 or 15232664. OLE color: 15232664.
HSL color Cylindrical-coordinate representation of color #986EE8: 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.53%. Process color model (Four color, CMYK) of #986EE8 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 110 | 232 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.09 |
| HSL | 260.66º | 0.73% | 0.67% | - |
| HSV(B) | 260.66º | 0.53% | 0.91% | - |
| XYZ | 33.09 | 23.65 | 79.17 | - |
| YUV | 136.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 232 | 0.34 | 0.53 | 0 | 0.09 | 260.66 | 0.73 | 0.67 |
| Hex | 98 | 6E | E8 | 22 | 35 | 0 | 9 | 105 | 49 | 43 |
| Octal | 230 | 156 | 350 | 42 | 65 | 0 | 11 | 405 | 111 | 103 |
| Binary | 10011000 | 1101110 | 11101000 | 100010 | 110101 | 0 | 1001 | 100000101 | 1001001 | 1000011 |
Color Harmonies of #986EE8
Complementary color
Monochromatic Colors of #986EE8
Black with #986EE8
Text Example
Text Example
White with #986EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986EE8; }
p { color: rgb(152,110,232); }
H1.HeaderClassName
{
color: #986EE8;
}
.AnyTagClassName
{
color: #986EE8;
}
</style>
background-color css
<style>
a { background-color: #986EE8; }
a { background-color: rgb(152,110,232); }
div.DivClassName
{
background-color: #986EE8;
}
.BgClassName
{
background-color: #986EE8;
}
</style>
border-color css
<style>
span { border-color: #986EE8; }
span { border-color: rgb(152,110,232); }
td.TdClassName
{
border-color: #986EE8;
}
.TagClassName
{
border-color: #986EE8;
}
</style>