Shades of Medium Purple #986ED3
Tints of Medium Purple #986ED3
RGB
CMYK
RGB Variations
Color information
#986ED3 (or 0x986ED3) is known color: Medium Purple. HEX triplet: 98, 6E and D3. RGB value is (152,110,211). Sum of RGB (Red+Green+Blue) = 152+110+211=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #986ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ED3 is #67912C. Grayscale: #858585. Windows color (decimal): -6787373 or 13856408. OLE color: 13856408.
HSL color Cylindrical-coordinate representation of color #986ED3: hue angle of 264.95º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986ED3 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 110 | 211 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.17 |
| HSL | 264.95º | 0.53% | 0.63% | - |
| HSV(B) | 264.95º | 0.48% | 0.83% | - |
| XYZ | 30.28 | 22.53 | 64.38 | - |
| YUV | 134.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 211 | 0.28 | 0.48 | 0 | 0.17 | 264.95 | 0.53 | 0.63 |
| Hex | 98 | 6E | D3 | 1C | 30 | 0 | 11 | 109 | 35 | 3F |
| Octal | 230 | 156 | 323 | 34 | 60 | 0 | 21 | 411 | 65 | 77 |
| Binary | 10011000 | 1101110 | 11010011 | 11100 | 110000 | 0 | 10001 | 100001001 | 110101 | 111111 |
Color Harmonies of #986ED3
Complementary color
Monochromatic Colors of #986ED3
Black with #986ED3
Text Example
Text Example
White with #986ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ED3; }
p { color: rgb(152,110,211); }
H1.HeaderClassName
{
color: #986ED3;
}
.AnyTagClassName
{
color: #986ED3;
}
</style>
background-color css
<style>
a { background-color: #986ED3; }
a { background-color: rgb(152,110,211); }
div.DivClassName
{
background-color: #986ED3;
}
.BgClassName
{
background-color: #986ED3;
}
</style>
border-color css
<style>
span { border-color: #986ED3; }
span { border-color: rgb(152,110,211); }
td.TdClassName
{
border-color: #986ED3;
}
.TagClassName
{
border-color: #986ED3;
}
</style>