Shades of Medium Purple #986BEB
Tints of Medium Purple #986BEB
RGB
CMYK
RGB Variations
Color information
#986BEB (or 0x986BEB) is known color: Medium Purple. HEX triplet: 98, 6B and EB. RGB value is (152,107,235). Sum of RGB (Red+Green+Blue) = 152+107+235=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #986BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BEB is #679414. Grayscale: #868686. Windows color (decimal): -6788117 or 15428504. OLE color: 15428504.
HSL color Cylindrical-coordinate representation of color #986BEB: hue angle of 261.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986BEB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 107 | 235 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.08 |
| HSL | 261.09º | 0.76% | 0.67% | - |
| HSV(B) | 261.09º | 0.54% | 0.92% | - |
| XYZ | 33.2 | 23.19 | 81.32 | - |
| YUV | 135.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 235 | 0.35 | 0.54 | 0 | 0.08 | 261.09 | 0.76 | 0.67 |
| Hex | 98 | 6B | EB | 23 | 36 | 0 | 8 | 105 | 4C | 43 |
| Octal | 230 | 153 | 353 | 43 | 66 | 0 | 10 | 405 | 114 | 103 |
| Binary | 10011000 | 1101011 | 11101011 | 100011 | 110110 | 0 | 1000 | 100000101 | 1001100 | 1000011 |
Color Harmonies of #986BEB
Complementary color
Monochromatic Colors of #986BEB
Black with #986BEB
Text Example
Text Example
White with #986BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BEB; }
p { color: rgb(152,107,235); }
H1.HeaderClassName
{
color: #986BEB;
}
.AnyTagClassName
{
color: #986BEB;
}
</style>
background-color css
<style>
a { background-color: #986BEB; }
a { background-color: rgb(152,107,235); }
div.DivClassName
{
background-color: #986BEB;
}
.BgClassName
{
background-color: #986BEB;
}
</style>
border-color css
<style>
span { border-color: #986BEB; }
span { border-color: rgb(152,107,235); }
td.TdClassName
{
border-color: #986BEB;
}
.TagClassName
{
border-color: #986BEB;
}
</style>