Shades of Medium Purple #998AED
Tints of Medium Purple #998AED
RGB
CMYK
RGB Variations
Color information
#998AED (or 0x998AED) is known color: Medium Purple. HEX triplet: 99, 8A and ED. RGB value is (153,138,237). Sum of RGB (Red+Green+Blue) = 153+138+237=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 138 (54.30% from 255 or 26.14% 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 #998AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998AED is #667512. Grayscale: #999999. Windows color (decimal): -6714643 or 15567513. OLE color: 15567513.
HSL color Cylindrical-coordinate representation of color #998AED: hue angle of 249.09º degrees, saturation: 0.73, 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 #998AED is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 138 | 237 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.07 |
| HSL | 249.09º | 0.73% | 0.74% | - |
| HSV(B) | 249.09º | 0.42% | 0.93% | - |
| XYZ | 37.51 | 31.06 | 84.14 | - |
| YUV | 153.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 237 | 0.35 | 0.42 | 0 | 0.07 | 249.09 | 0.73 | 0.74 |
| Hex | 99 | 8A | ED | 23 | 2A | 0 | 7 | F9 | 49 | 4A |
| Octal | 231 | 212 | 355 | 43 | 52 | 0 | 7 | 371 | 111 | 112 |
| Binary | 10011001 | 10001010 | 11101101 | 100011 | 101010 | 0 | 111 | 11111001 | 1001001 | 1001010 |
Color Harmonies of #998AED
Complementary color
Monochromatic Colors of #998AED
Black with #998AED
Text Example
Text Example
White with #998AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AED; }
p { color: rgb(153,138,237); }
H1.HeaderClassName
{
color: #998AED;
}
.AnyTagClassName
{
color: #998AED;
}
</style>
background-color css
<style>
a { background-color: #998AED; }
a { background-color: rgb(153,138,237); }
div.DivClassName
{
background-color: #998AED;
}
.BgClassName
{
background-color: #998AED;
}
</style>
border-color css
<style>
span { border-color: #998AED; }
span { border-color: rgb(153,138,237); }
td.TdClassName
{
border-color: #998AED;
}
.TagClassName
{
border-color: #998AED;
}
</style>