Shades of Medium Purple #986FE6
Tints of Medium Purple #986FE6
RGB
CMYK
RGB Variations
Color information
#986FE6 (or 0x986FE6) is known color: Medium Purple. HEX triplet: 98, 6F and E6. RGB value is (152,111,230). Sum of RGB (Red+Green+Blue) = 152+111+230=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #986FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FE6 is #679019. Grayscale: #888888. Windows color (decimal): -6787098 or 15101848. OLE color: 15101848.
HSL color Cylindrical-coordinate representation of color #986FE6: hue angle of 260.67º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986FE6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 111 | 230 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.10 |
| HSL | 260.67º | 0.7% | 0.67% | - |
| HSV(B) | 260.67º | 0.52% | 0.9% | - |
| XYZ | 32.92 | 23.76 | 77.71 | - |
| YUV | 136.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 230 | 0.34 | 0.52 | 0 | 0.10 | 260.67 | 0.7 | 0.67 |
| Hex | 98 | 6F | E6 | 22 | 34 | 0 | A | 105 | 46 | 43 |
| Octal | 230 | 157 | 346 | 42 | 64 | 0 | 12 | 405 | 106 | 103 |
| Binary | 10011000 | 1101111 | 11100110 | 100010 | 110100 | 0 | 1010 | 100000101 | 1000110 | 1000011 |
Color Harmonies of #986FE6
Complementary color
Monochromatic Colors of #986FE6
Black with #986FE6
Text Example
Text Example
White with #986FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FE6; }
p { color: rgb(152,111,230); }
H1.HeaderClassName
{
color: #986FE6;
}
.AnyTagClassName
{
color: #986FE6;
}
</style>
background-color css
<style>
a { background-color: #986FE6; }
a { background-color: rgb(152,111,230); }
div.DivClassName
{
background-color: #986FE6;
}
.BgClassName
{
background-color: #986FE6;
}
</style>
border-color css
<style>
span { border-color: #986FE6; }
span { border-color: rgb(152,111,230); }
td.TdClassName
{
border-color: #986FE6;
}
.TagClassName
{
border-color: #986FE6;
}
</style>