Shades of Medium Purple #986FE7
Tints of Medium Purple #986FE7
RGB
CMYK
RGB Variations
Color information
#986FE7 (or 0x986FE7) is known color: Medium Purple. HEX triplet: 98, 6F and E7. RGB value is (152,111,231). Sum of RGB (Red+Green+Blue) = 152+111+231=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #986FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FE7 is #679018. Grayscale: #888888. Windows color (decimal): -6787097 or 15167384. OLE color: 15167384.
HSL color Cylindrical-coordinate representation of color #986FE7: hue angle of 260.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986FE7 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 111 | 231 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.09 |
| HSL | 260.5º | 0.71% | 0.67% | - |
| HSV(B) | 260.5º | 0.52% | 0.91% | - |
| XYZ | 33.06 | 23.81 | 78.46 | - |
| YUV | 136.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 231 | 0.34 | 0.52 | 0 | 0.09 | 260.5 | 0.71 | 0.67 |
| Hex | 98 | 6F | E7 | 22 | 34 | 0 | 9 | 104 | 47 | 43 |
| Octal | 230 | 157 | 347 | 42 | 64 | 0 | 11 | 404 | 107 | 103 |
| Binary | 10011000 | 1101111 | 11100111 | 100010 | 110100 | 0 | 1001 | 100000100 | 1000111 | 1000011 |
Color Harmonies of #986FE7
Complementary color
Monochromatic Colors of #986FE7
Black with #986FE7
Text Example
Text Example
White with #986FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FE7; }
p { color: rgb(152,111,231); }
H1.HeaderClassName
{
color: #986FE7;
}
.AnyTagClassName
{
color: #986FE7;
}
</style>
background-color css
<style>
a { background-color: #986FE7; }
a { background-color: rgb(152,111,231); }
div.DivClassName
{
background-color: #986FE7;
}
.BgClassName
{
background-color: #986FE7;
}
</style>
border-color css
<style>
span { border-color: #986FE7; }
span { border-color: rgb(152,111,231); }
td.TdClassName
{
border-color: #986FE7;
}
.TagClassName
{
border-color: #986FE7;
}
</style>