Shades of Medium Purple #998BEB
Tints of Medium Purple #998BEB
RGB
CMYK
RGB Variations
Color information
#998BEB (or 0x998BEB) is known color: Medium Purple. HEX triplet: 99, 8B and EB. RGB value is (153,139,235). Sum of RGB (Red+Green+Blue) = 153+139+235=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #998BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BEB is #667414. Grayscale: #999999. Windows color (decimal): -6714389 or 15436697. OLE color: 15436697.
HSL color Cylindrical-coordinate representation of color #998BEB: hue angle of 248.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998BEB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 139 | 235 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.08 |
| HSL | 248.75º | 0.71% | 0.73% | - |
| HSV(B) | 248.75º | 0.41% | 0.92% | - |
| XYZ | 37.36 | 31.24 | 82.66 | - |
| YUV | 154.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 235 | 0.35 | 0.41 | 0 | 0.08 | 248.75 | 0.71 | 0.73 |
| Hex | 99 | 8B | EB | 23 | 29 | 0 | 8 | F9 | 47 | 49 |
| Octal | 231 | 213 | 353 | 43 | 51 | 0 | 10 | 371 | 107 | 111 |
| Binary | 10011001 | 10001011 | 11101011 | 100011 | 101001 | 0 | 1000 | 11111001 | 1000111 | 1001001 |
Color Harmonies of #998BEB
Complementary color
Monochromatic Colors of #998BEB
Black with #998BEB
Text Example
Text Example
White with #998BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BEB; }
p { color: rgb(153,139,235); }
H1.HeaderClassName
{
color: #998BEB;
}
.AnyTagClassName
{
color: #998BEB;
}
</style>
background-color css
<style>
a { background-color: #998BEB; }
a { background-color: rgb(153,139,235); }
div.DivClassName
{
background-color: #998BEB;
}
.BgClassName
{
background-color: #998BEB;
}
</style>
border-color css
<style>
span { border-color: #998BEB; }
span { border-color: rgb(153,139,235); }
td.TdClassName
{
border-color: #998BEB;
}
.TagClassName
{
border-color: #998BEB;
}
</style>