Shades of Medium Purple #986FD5
Tints of Medium Purple #986FD5
RGB
CMYK
RGB Variations
Color information
#986FD5 (or 0x986FD5) is known color: Medium Purple. HEX triplet: 98, 6F and D5. RGB value is (152,111,213). Sum of RGB (Red+Green+Blue) = 152+111+213=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #986FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD5 is #67902A. Grayscale: #868686. Windows color (decimal): -6787115 or 13987736. OLE color: 13987736.
HSL color Cylindrical-coordinate representation of color #986FD5: hue angle of 264.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #986FD5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 111 | 213 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.16 |
| HSL | 264.12º | 0.55% | 0.64% | - |
| HSV(B) | 264.12º | 0.48% | 0.84% | - |
| XYZ | 30.64 | 22.85 | 65.75 | - |
| YUV | 134.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 213 | 0.29 | 0.48 | 0 | 0.16 | 264.12 | 0.55 | 0.64 |
| Hex | 98 | 6F | D5 | 1D | 30 | 0 | 10 | 108 | 37 | 40 |
| Octal | 230 | 157 | 325 | 35 | 60 | 0 | 20 | 410 | 67 | 100 |
| Binary | 10011000 | 1101111 | 11010101 | 11101 | 110000 | 0 | 10000 | 100001000 | 110111 | 1000000 |
Color Harmonies of #986FD5
Complementary color
Monochromatic Colors of #986FD5
Black with #986FD5
Text Example
Text Example
White with #986FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FD5; }
p { color: rgb(152,111,213); }
H1.HeaderClassName
{
color: #986FD5;
}
.AnyTagClassName
{
color: #986FD5;
}
</style>
background-color css
<style>
a { background-color: #986FD5; }
a { background-color: rgb(152,111,213); }
div.DivClassName
{
background-color: #986FD5;
}
.BgClassName
{
background-color: #986FD5;
}
</style>
border-color css
<style>
span { border-color: #986FD5; }
span { border-color: rgb(152,111,213); }
td.TdClassName
{
border-color: #986FD5;
}
.TagClassName
{
border-color: #986FD5;
}
</style>