Shades of Medium Purple #998BEE
Tints of Medium Purple #998BEE
RGB
CMYK
RGB Variations
Color information
#998BEE (or 0x998BEE) is known color: Medium Purple. HEX triplet: 99, 8B and EE. RGB value is (153,139,238). Sum of RGB (Red+Green+Blue) = 153+139+238=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #998BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BEE is #667411. Grayscale: #9A9A9A. Windows color (decimal): -6714386 or 15633305. OLE color: 15633305.
HSL color Cylindrical-coordinate representation of color #998BEE: hue angle of 248.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998BEE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 139 | 238 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.07 |
| HSL | 248.48º | 0.74% | 0.74% | - |
| HSV(B) | 248.48º | 0.42% | 0.93% | - |
| XYZ | 37.8 | 31.41 | 84.96 | - |
| YUV | 154.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 238 | 0.36 | 0.42 | 0 | 0.07 | 248.48 | 0.74 | 0.74 |
| Hex | 99 | 8B | EE | 24 | 2A | 0 | 7 | F8 | 4A | 4A |
| Octal | 231 | 213 | 356 | 44 | 52 | 0 | 7 | 370 | 112 | 112 |
| Binary | 10011001 | 10001011 | 11101110 | 100100 | 101010 | 0 | 111 | 11111000 | 1001010 | 1001010 |
Color Harmonies of #998BEE
Complementary color
Monochromatic Colors of #998BEE
Black with #998BEE
Text Example
Text Example
White with #998BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BEE; }
p { color: rgb(153,139,238); }
H1.HeaderClassName
{
color: #998BEE;
}
.AnyTagClassName
{
color: #998BEE;
}
</style>
background-color css
<style>
a { background-color: #998BEE; }
a { background-color: rgb(153,139,238); }
div.DivClassName
{
background-color: #998BEE;
}
.BgClassName
{
background-color: #998BEE;
}
</style>
border-color css
<style>
span { border-color: #998BEE; }
span { border-color: rgb(153,139,238); }
td.TdClassName
{
border-color: #998BEE;
}
.TagClassName
{
border-color: #998BEE;
}
</style>