Shades of Cold Purple #988DC9
Tints of Cold Purple #988DC9
RGB
CMYK
RGB Variations
Color information
#988DC9 (or 0x988DC9) is known color: Cold Purple. HEX triplet: 98, 8D and C9. RGB value is (152,141,201). Sum of RGB (Red+Green+Blue) = 152+141+201=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #988DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DC9 is #677236. Grayscale: #969696. Windows color (decimal): -6779447 or 13208984. OLE color: 13208984.
HSL color Cylindrical-coordinate representation of color #988DC9: hue angle of 251º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988DC9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 141 | 201 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.21 |
| HSL | 251º | 0.36% | 0.67% | - |
| HSV(B) | 251º | 0.3% | 0.79% | - |
| XYZ | 33.02 | 29.94 | 59.3 | - |
| YUV | 151.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 201 | 0.24 | 0.30 | 0 | 0.21 | 251 | 0.36 | 0.67 |
| Hex | 98 | 8D | C9 | 18 | 1E | 0 | 15 | FB | 24 | 43 |
| Octal | 230 | 215 | 311 | 30 | 36 | 0 | 25 | 373 | 44 | 103 |
| Binary | 10011000 | 10001101 | 11001001 | 11000 | 11110 | 0 | 10101 | 11111011 | 100100 | 1000011 |
Color Harmonies of #988DC9
Complementary color
Monochromatic Colors of #988DC9
Black with #988DC9
Text Example
Text Example
White with #988DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DC9; }
p { color: rgb(152,141,201); }
H1.HeaderClassName
{
color: #988DC9;
}
.AnyTagClassName
{
color: #988DC9;
}
</style>
background-color css
<style>
a { background-color: #988DC9; }
a { background-color: rgb(152,141,201); }
div.DivClassName
{
background-color: #988DC9;
}
.BgClassName
{
background-color: #988DC9;
}
</style>
border-color css
<style>
span { border-color: #988DC9; }
span { border-color: rgb(152,141,201); }
td.TdClassName
{
border-color: #988DC9;
}
.TagClassName
{
border-color: #988DC9;
}
</style>