Shades of Medium Purple #998BEA
Tints of Medium Purple #998BEA
RGB
CMYK
RGB Variations
Color information
#998BEA (or 0x998BEA) is known color: Medium Purple. HEX triplet: 99, 8B and EA. RGB value is (153,139,234). Sum of RGB (Red+Green+Blue) = 153+139+234=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #998BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BEA is #667415. Grayscale: #999999. Windows color (decimal): -6714390 or 15371161. OLE color: 15371161.
HSL color Cylindrical-coordinate representation of color #998BEA: hue angle of 248.84º degrees, saturation: 0.69, 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 #998BEA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 139 | 234 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.08 |
| HSL | 248.84º | 0.69% | 0.73% | - |
| HSV(B) | 248.84º | 0.41% | 0.92% | - |
| XYZ | 37.22 | 31.18 | 81.9 | - |
| YUV | 154.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 234 | 0.35 | 0.41 | 0 | 0.08 | 248.84 | 0.69 | 0.73 |
| Hex | 99 | 8B | EA | 23 | 29 | 0 | 8 | F9 | 45 | 49 |
| Octal | 231 | 213 | 352 | 43 | 51 | 0 | 10 | 371 | 105 | 111 |
| Binary | 10011001 | 10001011 | 11101010 | 100011 | 101001 | 0 | 1000 | 11111001 | 1000101 | 1001001 |
Color Harmonies of #998BEA
Complementary color
Monochromatic Colors of #998BEA
Black with #998BEA
Text Example
Text Example
White with #998BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BEA; }
p { color: rgb(153,139,234); }
H1.HeaderClassName
{
color: #998BEA;
}
.AnyTagClassName
{
color: #998BEA;
}
</style>
background-color css
<style>
a { background-color: #998BEA; }
a { background-color: rgb(153,139,234); }
div.DivClassName
{
background-color: #998BEA;
}
.BgClassName
{
background-color: #998BEA;
}
</style>
border-color css
<style>
span { border-color: #998BEA; }
span { border-color: rgb(153,139,234); }
td.TdClassName
{
border-color: #998BEA;
}
.TagClassName
{
border-color: #998BEA;
}
</style>