Shades of Cold Purple #988DBE
Tints of Cold Purple #988DBE
RGB
CMYK
RGB Variations
Color information
#988DBE (or 0x988DBE) is known color: Cold Purple. HEX triplet: 98, 8D and BE. RGB value is (152,141,190). Sum of RGB (Red+Green+Blue) = 152+141+190=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #988DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DBE is #677241. Grayscale: #959595. Windows color (decimal): -6779458 or 12488088. OLE color: 12488088.
HSL color Cylindrical-coordinate representation of color #988DBE: hue angle of 253.47º 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 #988DBE is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 141 | 190 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.25 |
| HSL | 253.47º | 0.27% | 0.65% | - |
| HSV(B) | 253.47º | 0.26% | 0.75% | - |
| XYZ | 31.77 | 29.44 | 52.72 | - |
| YUV | 149.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 190 | 0.2 | 0.26 | 0 | 0.25 | 253.47 | 0.27 | 0.65 |
| Hex | 98 | 8D | BE | 14 | 1A | 0 | 19 | FD | 1B | 41 |
| Octal | 230 | 215 | 276 | 24 | 32 | 0 | 31 | 375 | 33 | 101 |
| Binary | 10011000 | 10001101 | 10111110 | 10100 | 11010 | 0 | 11001 | 11111101 | 11011 | 1000001 |
Color Harmonies of #988DBE
Complementary color
Monochromatic Colors of #988DBE
Black with #988DBE
Text Example
Text Example
White with #988DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DBE; }
p { color: rgb(152,141,190); }
H1.HeaderClassName
{
color: #988DBE;
}
.AnyTagClassName
{
color: #988DBE;
}
</style>
background-color css
<style>
a { background-color: #988DBE; }
a { background-color: rgb(152,141,190); }
div.DivClassName
{
background-color: #988DBE;
}
.BgClassName
{
background-color: #988DBE;
}
</style>
border-color css
<style>
span { border-color: #988DBE; }
span { border-color: rgb(152,141,190); }
td.TdClassName
{
border-color: #988DBE;
}
.TagClassName
{
border-color: #988DBE;
}
</style>