Shades of Medium Purple #986BE0
Tints of Medium Purple #986BE0
RGB
CMYK
RGB Variations
Color information
#986BE0 (or 0x986BE0) is known color: Medium Purple. HEX triplet: 98, 6B and E0. RGB value is (152,107,224). Sum of RGB (Red+Green+Blue) = 152+107+224=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #986BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BE0 is #67941F. Grayscale: #858585. Windows color (decimal): -6788128 or 14707608. OLE color: 14707608.
HSL color Cylindrical-coordinate representation of color #986BE0: hue angle of 263.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986BE0 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 107 | 224 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.12 |
| HSL | 263.08º | 0.65% | 0.65% | - |
| HSV(B) | 263.08º | 0.52% | 0.88% | - |
| XYZ | 31.66 | 22.57 | 73.21 | - |
| YUV | 133.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 224 | 0.32 | 0.52 | 0 | 0.12 | 263.08 | 0.65 | 0.65 |
| Hex | 98 | 6B | E0 | 20 | 34 | 0 | C | 107 | 41 | 41 |
| Octal | 230 | 153 | 340 | 40 | 64 | 0 | 14 | 407 | 101 | 101 |
| Binary | 10011000 | 1101011 | 11100000 | 100000 | 110100 | 0 | 1100 | 100000111 | 1000001 | 1000001 |
Color Harmonies of #986BE0
Complementary color
Monochromatic Colors of #986BE0
Black with #986BE0
Text Example
Text Example
White with #986BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BE0; }
p { color: rgb(152,107,224); }
H1.HeaderClassName
{
color: #986BE0;
}
.AnyTagClassName
{
color: #986BE0;
}
</style>
background-color css
<style>
a { background-color: #986BE0; }
a { background-color: rgb(152,107,224); }
div.DivClassName
{
background-color: #986BE0;
}
.BgClassName
{
background-color: #986BE0;
}
</style>
border-color css
<style>
span { border-color: #986BE0; }
span { border-color: rgb(152,107,224); }
td.TdClassName
{
border-color: #986BE0;
}
.TagClassName
{
border-color: #986BE0;
}
</style>