Shades of Medium Purple #986AEB
Tints of Medium Purple #986AEB
RGB
CMYK
RGB Variations
Color information
#986AEB (or 0x986AEB) is known color: Medium Purple. HEX triplet: 98, 6A and EB. RGB value is (152,106,235). Sum of RGB (Red+Green+Blue) = 152+106+235=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #986AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AEB is #679514. Grayscale: #858585. Windows color (decimal): -6788373 or 15428248. OLE color: 15428248.
HSL color Cylindrical-coordinate representation of color #986AEB: hue angle of 261.4º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986AEB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 106 | 235 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.08 |
| HSL | 261.4º | 0.76% | 0.67% | - |
| HSV(B) | 261.4º | 0.55% | 0.92% | - |
| XYZ | 33.1 | 22.98 | 81.29 | - |
| YUV | 134.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 235 | 0.35 | 0.55 | 0 | 0.08 | 261.4 | 0.76 | 0.67 |
| Hex | 98 | 6A | EB | 23 | 37 | 0 | 8 | 105 | 4C | 43 |
| Octal | 230 | 152 | 353 | 43 | 67 | 0 | 10 | 405 | 114 | 103 |
| Binary | 10011000 | 1101010 | 11101011 | 100011 | 110111 | 0 | 1000 | 100000101 | 1001100 | 1000011 |
Color Harmonies of #986AEB
Complementary color
Monochromatic Colors of #986AEB
Black with #986AEB
Text Example
Text Example
White with #986AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AEB; }
p { color: rgb(152,106,235); }
H1.HeaderClassName
{
color: #986AEB;
}
.AnyTagClassName
{
color: #986AEB;
}
</style>
background-color css
<style>
a { background-color: #986AEB; }
a { background-color: rgb(152,106,235); }
div.DivClassName
{
background-color: #986AEB;
}
.BgClassName
{
background-color: #986AEB;
}
</style>
border-color css
<style>
span { border-color: #986AEB; }
span { border-color: rgb(152,106,235); }
td.TdClassName
{
border-color: #986AEB;
}
.TagClassName
{
border-color: #986AEB;
}
</style>