Shades of Medium Purple #986EE0
Tints of Medium Purple #986EE0
RGB
CMYK
RGB Variations
Color information
#986EE0 (or 0x986EE0) is known color: Medium Purple. HEX triplet: 98, 6E and E0. RGB value is (152,110,224). Sum of RGB (Red+Green+Blue) = 152+110+224=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #986EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EE0 is #67911F. Grayscale: #878787. Windows color (decimal): -6787360 or 14708376. OLE color: 14708376.
HSL color Cylindrical-coordinate representation of color #986EE0: hue angle of 262.11º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986EE0 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 110 | 224 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.12 |
| HSL | 262.11º | 0.65% | 0.65% | - |
| HSV(B) | 262.11º | 0.51% | 0.88% | - |
| XYZ | 31.98 | 23.21 | 73.32 | - |
| YUV | 135.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 224 | 0.32 | 0.51 | 0 | 0.12 | 262.11 | 0.65 | 0.65 |
| Hex | 98 | 6E | E0 | 20 | 33 | 0 | C | 106 | 41 | 41 |
| Octal | 230 | 156 | 340 | 40 | 63 | 0 | 14 | 406 | 101 | 101 |
| Binary | 10011000 | 1101110 | 11100000 | 100000 | 110011 | 0 | 1100 | 100000110 | 1000001 | 1000001 |
Color Harmonies of #986EE0
Complementary color
Monochromatic Colors of #986EE0
Black with #986EE0
Text Example
Text Example
White with #986EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986EE0; }
p { color: rgb(152,110,224); }
H1.HeaderClassName
{
color: #986EE0;
}
.AnyTagClassName
{
color: #986EE0;
}
</style>
background-color css
<style>
a { background-color: #986EE0; }
a { background-color: rgb(152,110,224); }
div.DivClassName
{
background-color: #986EE0;
}
.BgClassName
{
background-color: #986EE0;
}
</style>
border-color css
<style>
span { border-color: #986EE0; }
span { border-color: rgb(152,110,224); }
td.TdClassName
{
border-color: #986EE0;
}
.TagClassName
{
border-color: #986EE0;
}
</style>