Shades of Cold Purple #998DBE
Tints of Cold Purple #998DBE
RGB
CMYK
RGB Variations
Color information
#998DBE (or 0x998DBE) is known color: Cold Purple. HEX triplet: 99, 8D and BE. RGB value is (153,141,190). Sum of RGB (Red+Green+Blue) = 153+141+190=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #998DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBE is #667241. Grayscale: #959595. Windows color (decimal): -6713922 or 12488089. OLE color: 12488089.
HSL color Cylindrical-coordinate representation of color #998DBE: hue angle of 254.69º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998DBE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 141 | 190 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.25 |
| HSL | 254.69º | 0.27% | 0.65% | - |
| HSV(B) | 254.69º | 0.26% | 0.75% | - |
| XYZ | 31.96 | 29.54 | 52.73 | - |
| YUV | 150.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 190 | 0.19 | 0.26 | 0 | 0.25 | 254.69 | 0.27 | 0.65 |
| Hex | 99 | 8D | BE | 13 | 1A | 0 | 19 | FF | 1B | 41 |
| Octal | 231 | 215 | 276 | 23 | 32 | 0 | 31 | 377 | 33 | 101 |
| Binary | 10011001 | 10001101 | 10111110 | 10011 | 11010 | 0 | 11001 | 11111111 | 11011 | 1000001 |
Color Harmonies of #998DBE
Complementary color
Monochromatic Colors of #998DBE
Black with #998DBE
Text Example
Text Example
White with #998DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DBE; }
p { color: rgb(153,141,190); }
H1.HeaderClassName
{
color: #998DBE;
}
.AnyTagClassName
{
color: #998DBE;
}
</style>
background-color css
<style>
a { background-color: #998DBE; }
a { background-color: rgb(153,141,190); }
div.DivClassName
{
background-color: #998DBE;
}
.BgClassName
{
background-color: #998DBE;
}
</style>
border-color css
<style>
span { border-color: #998DBE; }
span { border-color: rgb(153,141,190); }
td.TdClassName
{
border-color: #998DBE;
}
.TagClassName
{
border-color: #998DBE;
}
</style>