Shades of Medium Purple #986CDF
Tints of Medium Purple #986CDF
RGB
CMYK
RGB Variations
Color information
#986CDF (or 0x986CDF) is known color: Medium Purple. HEX triplet: 98, 6C and DF. RGB value is (152,108,223). Sum of RGB (Red+Green+Blue) = 152+108+223=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #986CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CDF is #679320. Grayscale: #858585. Windows color (decimal): -6787873 or 14642328. OLE color: 14642328.
HSL color Cylindrical-coordinate representation of color #986CDF: hue angle of 262.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986CDF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 108 | 223 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 262.96º | 0.64% | 0.65% | - |
| HSV(B) | 262.96º | 0.52% | 0.87% | - |
| XYZ | 31.63 | 22.73 | 72.53 | - |
| YUV | 134.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 223 | 0.32 | 0.52 | 0 | 0.13 | 262.96 | 0.64 | 0.65 |
| Hex | 98 | 6C | DF | 20 | 34 | 0 | D | 107 | 40 | 41 |
| Octal | 230 | 154 | 337 | 40 | 64 | 0 | 15 | 407 | 100 | 101 |
| Binary | 10011000 | 1101100 | 11011111 | 100000 | 110100 | 0 | 1101 | 100000111 | 1000000 | 1000001 |
Color Harmonies of #986CDF
Complementary color
Monochromatic Colors of #986CDF
Black with #986CDF
Text Example
Text Example
White with #986CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CDF; }
p { color: rgb(152,108,223); }
H1.HeaderClassName
{
color: #986CDF;
}
.AnyTagClassName
{
color: #986CDF;
}
</style>
background-color css
<style>
a { background-color: #986CDF; }
a { background-color: rgb(152,108,223); }
div.DivClassName
{
background-color: #986CDF;
}
.BgClassName
{
background-color: #986CDF;
}
</style>
border-color css
<style>
span { border-color: #986CDF; }
span { border-color: rgb(152,108,223); }
td.TdClassName
{
border-color: #986CDF;
}
.TagClassName
{
border-color: #986CDF;
}
</style>