Shades of Medium Purple #986DD8
Tints of Medium Purple #986DD8
RGB
CMYK
RGB Variations
Color information
#986DD8 (or 0x986DD8) is known color: Medium Purple. HEX triplet: 98, 6D and D8. RGB value is (152,109,216). Sum of RGB (Red+Green+Blue) = 152+109+216=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #986DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DD8 is #679227. Grayscale: #858585. Windows color (decimal): -6787624 or 14183832. OLE color: 14183832.
HSL color Cylindrical-coordinate representation of color #986DD8: hue angle of 264.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986DD8 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 109 | 216 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.15 |
| HSL | 264.11º | 0.58% | 0.64% | - |
| HSV(B) | 264.11º | 0.5% | 0.85% | - |
| XYZ | 30.81 | 22.57 | 67.7 | - |
| YUV | 134.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 216 | 0.30 | 0.50 | 0 | 0.15 | 264.11 | 0.58 | 0.64 |
| Hex | 98 | 6D | D8 | 1E | 32 | 0 | F | 108 | 3A | 40 |
| Octal | 230 | 155 | 330 | 36 | 62 | 0 | 17 | 410 | 72 | 100 |
| Binary | 10011000 | 1101101 | 11011000 | 11110 | 110010 | 0 | 1111 | 100001000 | 111010 | 1000000 |
Color Harmonies of #986DD8
Complementary color
Monochromatic Colors of #986DD8
Black with #986DD8
Text Example
Text Example
White with #986DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DD8; }
p { color: rgb(152,109,216); }
H1.HeaderClassName
{
color: #986DD8;
}
.AnyTagClassName
{
color: #986DD8;
}
</style>
background-color css
<style>
a { background-color: #986DD8; }
a { background-color: rgb(152,109,216); }
div.DivClassName
{
background-color: #986DD8;
}
.BgClassName
{
background-color: #986DD8;
}
</style>
border-color css
<style>
span { border-color: #986DD8; }
span { border-color: rgb(152,109,216); }
td.TdClassName
{
border-color: #986DD8;
}
.TagClassName
{
border-color: #986DD8;
}
</style>