Shades of Medium Purple #986ADE
Tints of Medium Purple #986ADE
RGB
CMYK
RGB Variations
Color information
#986ADE (or 0x986ADE) is known color: Medium Purple. HEX triplet: 98, 6A and DE. RGB value is (152,106,222). Sum of RGB (Red+Green+Blue) = 152+106+222=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #986ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ADE is #679521. Grayscale: #848484. Windows color (decimal): -6788386 or 14576280. OLE color: 14576280.
HSL color Cylindrical-coordinate representation of color #986ADE: hue angle of 263.79º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986ADE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 106 | 222 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 263.79º | 0.64% | 0.64% | - |
| HSV(B) | 263.79º | 0.52% | 0.87% | - |
| XYZ | 31.29 | 22.26 | 71.75 | - |
| YUV | 132.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 222 | 0.32 | 0.52 | 0 | 0.13 | 263.79 | 0.64 | 0.64 |
| Hex | 98 | 6A | DE | 20 | 34 | 0 | D | 108 | 40 | 40 |
| Octal | 230 | 152 | 336 | 40 | 64 | 0 | 15 | 410 | 100 | 100 |
| Binary | 10011000 | 1101010 | 11011110 | 100000 | 110100 | 0 | 1101 | 100001000 | 1000000 | 1000000 |
Color Harmonies of #986ADE
Complementary color
Monochromatic Colors of #986ADE
Black with #986ADE
Text Example
Text Example
White with #986ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ADE; }
p { color: rgb(152,106,222); }
H1.HeaderClassName
{
color: #986ADE;
}
.AnyTagClassName
{
color: #986ADE;
}
</style>
background-color css
<style>
a { background-color: #986ADE; }
a { background-color: rgb(152,106,222); }
div.DivClassName
{
background-color: #986ADE;
}
.BgClassName
{
background-color: #986ADE;
}
</style>
border-color css
<style>
span { border-color: #986ADE; }
span { border-color: rgb(152,106,222); }
td.TdClassName
{
border-color: #986ADE;
}
.TagClassName
{
border-color: #986ADE;
}
</style>