Shades of Medium Purple #986BE7
Tints of Medium Purple #986BE7
RGB
CMYK
RGB Variations
Color information
#986BE7 (or 0x986BE7) is known color: Medium Purple. HEX triplet: 98, 6B and E7. RGB value is (152,107,231). Sum of RGB (Red+Green+Blue) = 152+107+231=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #986BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BE7 is #679418. Grayscale: #868686. Windows color (decimal): -6788121 or 15166360. OLE color: 15166360.
HSL color Cylindrical-coordinate representation of color #986BE7: hue angle of 261.77º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986BE7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 107 | 231 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.09 |
| HSL | 261.77º | 0.72% | 0.66% | - |
| HSV(B) | 261.77º | 0.54% | 0.91% | - |
| XYZ | 32.63 | 22.96 | 78.31 | - |
| YUV | 134.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 231 | 0.34 | 0.54 | 0 | 0.09 | 261.77 | 0.72 | 0.66 |
| Hex | 98 | 6B | E7 | 22 | 36 | 0 | 9 | 106 | 48 | 42 |
| Octal | 230 | 153 | 347 | 42 | 66 | 0 | 11 | 406 | 110 | 102 |
| Binary | 10011000 | 1101011 | 11100111 | 100010 | 110110 | 0 | 1001 | 100000110 | 1001000 | 1000010 |
Color Harmonies of #986BE7
Complementary color
Monochromatic Colors of #986BE7
Black with #986BE7
Text Example
Text Example
White with #986BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BE7; }
p { color: rgb(152,107,231); }
H1.HeaderClassName
{
color: #986BE7;
}
.AnyTagClassName
{
color: #986BE7;
}
</style>
background-color css
<style>
a { background-color: #986BE7; }
a { background-color: rgb(152,107,231); }
div.DivClassName
{
background-color: #986BE7;
}
.BgClassName
{
background-color: #986BE7;
}
</style>
border-color css
<style>
span { border-color: #986BE7; }
span { border-color: rgb(152,107,231); }
td.TdClassName
{
border-color: #986BE7;
}
.TagClassName
{
border-color: #986BE7;
}
</style>