Shades of Medium Purple #987BEE
Tints of Medium Purple #987BEE
RGB
CMYK
RGB Variations
Color information
#987BEE (or 0x987BEE) is known color: Medium Purple. HEX triplet: 98, 7B and EE. RGB value is (152,123,238). Sum of RGB (Red+Green+Blue) = 152+123+238=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #987BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BEE is #678411. Grayscale: #909090. Windows color (decimal): -6784018 or 15629208. OLE color: 15629208.
HSL color Cylindrical-coordinate representation of color #987BEE: hue angle of 255.13º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #987BEE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 123 | 238 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.07 |
| HSL | 255.13º | 0.77% | 0.71% | - |
| HSV(B) | 255.13º | 0.48% | 0.93% | - |
| XYZ | 35.46 | 27.01 | 84.23 | - |
| YUV | 144.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 238 | 0.36 | 0.48 | 0 | 0.07 | 255.13 | 0.77 | 0.71 |
| Hex | 98 | 7B | EE | 24 | 30 | 0 | 7 | FF | 4D | 47 |
| Octal | 230 | 173 | 356 | 44 | 60 | 0 | 7 | 377 | 115 | 107 |
| Binary | 10011000 | 1111011 | 11101110 | 100100 | 110000 | 0 | 111 | 11111111 | 1001101 | 1000111 |
Color Harmonies of #987BEE
Complementary color
Monochromatic Colors of #987BEE
Black with #987BEE
Text Example
Text Example
White with #987BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BEE; }
p { color: rgb(152,123,238); }
H1.HeaderClassName
{
color: #987BEE;
}
.AnyTagClassName
{
color: #987BEE;
}
</style>
background-color css
<style>
a { background-color: #987BEE; }
a { background-color: rgb(152,123,238); }
div.DivClassName
{
background-color: #987BEE;
}
.BgClassName
{
background-color: #987BEE;
}
</style>
border-color css
<style>
span { border-color: #987BEE; }
span { border-color: rgb(152,123,238); }
td.TdClassName
{
border-color: #987BEE;
}
.TagClassName
{
border-color: #987BEE;
}
</style>