Shades of Cold Purple #998EBE
Tints of Cold Purple #998EBE
RGB
CMYK
RGB Variations
Color information
#998EBE (or 0x998EBE) is known color: Cold Purple. HEX triplet: 99, 8E and BE. RGB value is (153,142,190). Sum of RGB (Red+Green+Blue) = 153+142+190=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #998EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EBE is #667141. Grayscale: #969696. Windows color (decimal): -6713666 or 12488345. OLE color: 12488345.
HSL color Cylindrical-coordinate representation of color #998EBE: hue angle of 253.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998EBE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 142 | 190 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.25 |
| HSL | 253.75º | 0.27% | 0.65% | - |
| HSV(B) | 253.75º | 0.25% | 0.75% | - |
| XYZ | 32.1 | 29.84 | 52.78 | - |
| YUV | 150.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 190 | 0.19 | 0.25 | 0 | 0.25 | 253.75 | 0.27 | 0.65 |
| Hex | 99 | 8E | BE | 13 | 19 | 0 | 19 | FE | 1B | 41 |
| Octal | 231 | 216 | 276 | 23 | 31 | 0 | 31 | 376 | 33 | 101 |
| Binary | 10011001 | 10001110 | 10111110 | 10011 | 11001 | 0 | 11001 | 11111110 | 11011 | 1000001 |
Color Harmonies of #998EBE
Complementary color
Monochromatic Colors of #998EBE
Black with #998EBE
Text Example
Text Example
White with #998EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EBE; }
p { color: rgb(153,142,190); }
H1.HeaderClassName
{
color: #998EBE;
}
.AnyTagClassName
{
color: #998EBE;
}
</style>
background-color css
<style>
a { background-color: #998EBE; }
a { background-color: rgb(153,142,190); }
div.DivClassName
{
background-color: #998EBE;
}
.BgClassName
{
background-color: #998EBE;
}
</style>
border-color css
<style>
span { border-color: #998EBE; }
span { border-color: rgb(153,142,190); }
td.TdClassName
{
border-color: #998EBE;
}
.TagClassName
{
border-color: #998EBE;
}
</style>