Shades of Medium Purple #986CDE
Tints of Medium Purple #986CDE
RGB
CMYK
RGB Variations
Color information
#986CDE (or 0x986CDE) is known color: Medium Purple. HEX triplet: 98, 6C and DE. RGB value is (152,108,222). Sum of RGB (Red+Green+Blue) = 152+108+222=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #986CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CDE is #679321. Grayscale: #858585. Windows color (decimal): -6787874 or 14576792. OLE color: 14576792.
HSL color Cylindrical-coordinate representation of color #986CDE: hue angle of 263.16º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986CDE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 108 | 222 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.13 |
| HSL | 263.16º | 0.63% | 0.65% | - |
| HSV(B) | 263.16º | 0.51% | 0.87% | - |
| XYZ | 31.5 | 22.67 | 71.82 | - |
| YUV | 134.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 222 | 0.32 | 0.51 | 0 | 0.13 | 263.16 | 0.63 | 0.65 |
| Hex | 98 | 6C | DE | 20 | 33 | 0 | D | 107 | 3F | 41 |
| Octal | 230 | 154 | 336 | 40 | 63 | 0 | 15 | 407 | 77 | 101 |
| Binary | 10011000 | 1101100 | 11011110 | 100000 | 110011 | 0 | 1101 | 100000111 | 111111 | 1000001 |
Color Harmonies of #986CDE
Complementary color
Monochromatic Colors of #986CDE
Black with #986CDE
Text Example
Text Example
White with #986CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CDE; }
p { color: rgb(152,108,222); }
H1.HeaderClassName
{
color: #986CDE;
}
.AnyTagClassName
{
color: #986CDE;
}
</style>
background-color css
<style>
a { background-color: #986CDE; }
a { background-color: rgb(152,108,222); }
div.DivClassName
{
background-color: #986CDE;
}
.BgClassName
{
background-color: #986CDE;
}
</style>
border-color css
<style>
span { border-color: #986CDE; }
span { border-color: rgb(152,108,222); }
td.TdClassName
{
border-color: #986CDE;
}
.TagClassName
{
border-color: #986CDE;
}
</style>