Shades of Medium Purple #986CEF
Tints of Medium Purple #986CEF
RGB
CMYK
RGB Variations
Color information
#986CEF (or 0x986CEF) is known color: Medium Purple. HEX triplet: 98, 6C and EF. RGB value is (152,108,239). Sum of RGB (Red+Green+Blue) = 152+108+239=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #986CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CEF is #679310. Grayscale: #878787. Windows color (decimal): -6787857 or 15690904. OLE color: 15690904.
HSL color Cylindrical-coordinate representation of color #986CEF: hue angle of 260.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986CEF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 108 | 239 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.06 |
| HSL | 260.15º | 0.8% | 0.68% | - |
| HSV(B) | 260.15º | 0.55% | 0.94% | - |
| XYZ | 33.89 | 23.63 | 84.44 | - |
| YUV | 136.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 239 | 0.36 | 0.55 | 0 | 0.06 | 260.15 | 0.8 | 0.68 |
| Hex | 98 | 6C | EF | 24 | 37 | 0 | 6 | 104 | 50 | 44 |
| Octal | 230 | 154 | 357 | 44 | 67 | 0 | 6 | 404 | 120 | 104 |
| Binary | 10011000 | 1101100 | 11101111 | 100100 | 110111 | 0 | 110 | 100000100 | 1010000 | 1000100 |
Color Harmonies of #986CEF
Complementary color
Monochromatic Colors of #986CEF
Black with #986CEF
Text Example
Text Example
White with #986CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CEF; }
p { color: rgb(152,108,239); }
H1.HeaderClassName
{
color: #986CEF;
}
.AnyTagClassName
{
color: #986CEF;
}
</style>
background-color css
<style>
a { background-color: #986CEF; }
a { background-color: rgb(152,108,239); }
div.DivClassName
{
background-color: #986CEF;
}
.BgClassName
{
background-color: #986CEF;
}
</style>
border-color css
<style>
span { border-color: #986CEF; }
span { border-color: rgb(152,108,239); }
td.TdClassName
{
border-color: #986CEF;
}
.TagClassName
{
border-color: #986CEF;
}
</style>