Shades of Cold Purple #988EBC
Tints of Cold Purple #988EBC
RGB
CMYK
RGB Variations
Color information
#988EBC (or 0x988EBC) is known color: Cold Purple. HEX triplet: 98, 8E and BC. RGB value is (152,142,188). Sum of RGB (Red+Green+Blue) = 152+142+188=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #988EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EBC is #677143. Grayscale: #969696. Windows color (decimal): -6779204 or 12357272. OLE color: 12357272.
HSL color Cylindrical-coordinate representation of color #988EBC: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988EBC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 142 | 188 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.26 |
| HSL | 253.04º | 0.26% | 0.65% | - |
| HSV(B) | 253.04º | 0.24% | 0.74% | - |
| XYZ | 31.7 | 29.65 | 51.63 | - |
| YUV | 150.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 188 | 0.19 | 0.24 | 0 | 0.26 | 253.04 | 0.26 | 0.65 |
| Hex | 98 | 8E | BC | 13 | 18 | 0 | 1A | FD | 1A | 41 |
| Octal | 230 | 216 | 274 | 23 | 30 | 0 | 32 | 375 | 32 | 101 |
| Binary | 10011000 | 10001110 | 10111100 | 10011 | 11000 | 0 | 11010 | 11111101 | 11010 | 1000001 |
Color Harmonies of #988EBC
Complementary color
Monochromatic Colors of #988EBC
Black with #988EBC
Text Example
Text Example
White with #988EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EBC; }
p { color: rgb(152,142,188); }
H1.HeaderClassName
{
color: #988EBC;
}
.AnyTagClassName
{
color: #988EBC;
}
</style>
background-color css
<style>
a { background-color: #988EBC; }
a { background-color: rgb(152,142,188); }
div.DivClassName
{
background-color: #988EBC;
}
.BgClassName
{
background-color: #988EBC;
}
</style>
border-color css
<style>
span { border-color: #988EBC; }
span { border-color: rgb(152,142,188); }
td.TdClassName
{
border-color: #988EBC;
}
.TagClassName
{
border-color: #988EBC;
}
</style>