Shades of Medium Purple #988BED
Tints of Medium Purple #988BED
RGB
CMYK
RGB Variations
Color information
#988BED (or 0x988BED) is known color: Medium Purple. HEX triplet: 98, 8B and ED. RGB value is (152,139,237). Sum of RGB (Red+Green+Blue) = 152+139+237=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #988BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BED is #677412. Grayscale: #999999. Windows color (decimal): -6779923 or 15567768. OLE color: 15567768.
HSL color Cylindrical-coordinate representation of color #988BED: hue angle of 247.96º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988BED is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 139 | 237 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 247.96º | 0.73% | 0.74% | - |
| HSV(B) | 247.96º | 0.41% | 0.93% | - |
| XYZ | 37.47 | 31.26 | 84.18 | - |
| YUV | 154.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 237 | 0.36 | 0.41 | 0 | 0.07 | 247.96 | 0.73 | 0.74 |
| Hex | 98 | 8B | ED | 24 | 29 | 0 | 7 | F8 | 49 | 4A |
| Octal | 230 | 213 | 355 | 44 | 51 | 0 | 7 | 370 | 111 | 112 |
| Binary | 10011000 | 10001011 | 11101101 | 100100 | 101001 | 0 | 111 | 11111000 | 1001001 | 1001010 |
Color Harmonies of #988BED
Complementary color
Monochromatic Colors of #988BED
Black with #988BED
Text Example
Text Example
White with #988BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BED; }
p { color: rgb(152,139,237); }
H1.HeaderClassName
{
color: #988BED;
}
.AnyTagClassName
{
color: #988BED;
}
</style>
background-color css
<style>
a { background-color: #988BED; }
a { background-color: rgb(152,139,237); }
div.DivClassName
{
background-color: #988BED;
}
.BgClassName
{
background-color: #988BED;
}
</style>
border-color css
<style>
span { border-color: #988BED; }
span { border-color: rgb(152,139,237); }
td.TdClassName
{
border-color: #988BED;
}
.TagClassName
{
border-color: #988BED;
}
</style>