Shades of Medium Purple #986CE2
Tints of Medium Purple #986CE2
RGB
CMYK
RGB Variations
Color information
#986CE2 (or 0x986CE2) is known color: Medium Purple. HEX triplet: 98, 6C and E2. RGB value is (152,108,226). Sum of RGB (Red+Green+Blue) = 152+108+226=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #986CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CE2 is #67931D. Grayscale: #868686. Windows color (decimal): -6787870 or 14838936. OLE color: 14838936.
HSL color Cylindrical-coordinate representation of color #986CE2: hue angle of 262.37º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986CE2 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 108 | 226 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.11 |
| HSL | 262.37º | 0.67% | 0.65% | - |
| HSV(B) | 262.37º | 0.52% | 0.89% | - |
| XYZ | 32.04 | 22.89 | 74.68 | - |
| YUV | 134.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 226 | 0.33 | 0.52 | 0 | 0.11 | 262.37 | 0.67 | 0.65 |
| Hex | 98 | 6C | E2 | 21 | 34 | 0 | B | 106 | 43 | 41 |
| Octal | 230 | 154 | 342 | 41 | 64 | 0 | 13 | 406 | 103 | 101 |
| Binary | 10011000 | 1101100 | 11100010 | 100001 | 110100 | 0 | 1011 | 100000110 | 1000011 | 1000001 |
Color Harmonies of #986CE2
Complementary color
Monochromatic Colors of #986CE2
Black with #986CE2
Text Example
Text Example
White with #986CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CE2; }
p { color: rgb(152,108,226); }
H1.HeaderClassName
{
color: #986CE2;
}
.AnyTagClassName
{
color: #986CE2;
}
</style>
background-color css
<style>
a { background-color: #986CE2; }
a { background-color: rgb(152,108,226); }
div.DivClassName
{
background-color: #986CE2;
}
.BgClassName
{
background-color: #986CE2;
}
</style>
border-color css
<style>
span { border-color: #986CE2; }
span { border-color: rgb(152,108,226); }
td.TdClassName
{
border-color: #986CE2;
}
.TagClassName
{
border-color: #986CE2;
}
</style>