Shades of Medium Purple #998AEC
Tints of Medium Purple #998AEC
RGB
CMYK
RGB Variations
Color information
#998AEC (or 0x998AEC) is known color: Medium Purple. HEX triplet: 99, 8A and EC. RGB value is (153,138,236). Sum of RGB (Red+Green+Blue) = 153+138+236=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #998AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998AEC is #667513. Grayscale: #999999. Windows color (decimal): -6714644 or 15501977. OLE color: 15501977.
HSL color Cylindrical-coordinate representation of color #998AEC: hue angle of 249.18º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998AEC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 138 | 236 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.07 |
| HSL | 249.18º | 0.72% | 0.73% | - |
| HSV(B) | 249.18º | 0.42% | 0.93% | - |
| XYZ | 37.37 | 31.01 | 83.37 | - |
| YUV | 153.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 236 | 0.35 | 0.42 | 0 | 0.07 | 249.18 | 0.72 | 0.73 |
| Hex | 99 | 8A | EC | 23 | 2A | 0 | 7 | F9 | 48 | 49 |
| Octal | 231 | 212 | 354 | 43 | 52 | 0 | 7 | 371 | 110 | 111 |
| Binary | 10011001 | 10001010 | 11101100 | 100011 | 101010 | 0 | 111 | 11111001 | 1001000 | 1001001 |
Color Harmonies of #998AEC
Complementary color
Monochromatic Colors of #998AEC
Black with #998AEC
Text Example
Text Example
White with #998AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AEC; }
p { color: rgb(153,138,236); }
H1.HeaderClassName
{
color: #998AEC;
}
.AnyTagClassName
{
color: #998AEC;
}
</style>
background-color css
<style>
a { background-color: #998AEC; }
a { background-color: rgb(153,138,236); }
div.DivClassName
{
background-color: #998AEC;
}
.BgClassName
{
background-color: #998AEC;
}
</style>
border-color css
<style>
span { border-color: #998AEC; }
span { border-color: rgb(153,138,236); }
td.TdClassName
{
border-color: #998AEC;
}
.TagClassName
{
border-color: #998AEC;
}
</style>