Shades of Medium Purple #986CEC
Tints of Medium Purple #986CEC
RGB
CMYK
RGB Variations
Color information
#986CEC (or 0x986CEC) is known color: Medium Purple. HEX triplet: 98, 6C and EC. RGB value is (152,108,236). Sum of RGB (Red+Green+Blue) = 152+108+236=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #986CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CEC is #679313. Grayscale: #878787. Windows color (decimal): -6787860 or 15494296. OLE color: 15494296.
HSL color Cylindrical-coordinate representation of color #986CEC: hue angle of 260.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986CEC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 108 | 236 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.07 |
| HSL | 260.63º | 0.77% | 0.67% | - |
| HSV(B) | 260.63º | 0.54% | 0.93% | - |
| XYZ | 33.45 | 23.46 | 82.12 | - |
| YUV | 135.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 236 | 0.36 | 0.54 | 0 | 0.07 | 260.63 | 0.77 | 0.67 |
| Hex | 98 | 6C | EC | 24 | 36 | 0 | 7 | 105 | 4D | 43 |
| Octal | 230 | 154 | 354 | 44 | 66 | 0 | 7 | 405 | 115 | 103 |
| Binary | 10011000 | 1101100 | 11101100 | 100100 | 110110 | 0 | 111 | 100000101 | 1001101 | 1000011 |
Color Harmonies of #986CEC
Complementary color
Monochromatic Colors of #986CEC
Black with #986CEC
Text Example
Text Example
White with #986CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CEC; }
p { color: rgb(152,108,236); }
H1.HeaderClassName
{
color: #986CEC;
}
.AnyTagClassName
{
color: #986CEC;
}
</style>
background-color css
<style>
a { background-color: #986CEC; }
a { background-color: rgb(152,108,236); }
div.DivClassName
{
background-color: #986CEC;
}
.BgClassName
{
background-color: #986CEC;
}
</style>
border-color css
<style>
span { border-color: #986CEC; }
span { border-color: rgb(152,108,236); }
td.TdClassName
{
border-color: #986CEC;
}
.TagClassName
{
border-color: #986CEC;
}
</style>