Shades of Cold Purple #988EBA
Tints of Cold Purple #988EBA
RGB
CMYK
RGB Variations
Color information
#988EBA (or 0x988EBA) is known color: Cold Purple. HEX triplet: 98, 8E and BA. RGB value is (152,142,186). Sum of RGB (Red+Green+Blue) = 152+142+186=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #988EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EBA is #677145. Grayscale: #959595. Windows color (decimal): -6779206 or 12226200. OLE color: 12226200.
HSL color Cylindrical-coordinate representation of color #988EBA: hue angle of 253.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988EBA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 142 | 186 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.27 |
| HSL | 253.64º | 0.24% | 0.64% | - |
| HSV(B) | 253.64º | 0.24% | 0.73% | - |
| XYZ | 31.48 | 29.57 | 50.5 | - |
| YUV | 150.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 186 | 0.18 | 0.24 | 0 | 0.27 | 253.64 | 0.24 | 0.64 |
| Hex | 98 | 8E | BA | 12 | 18 | 0 | 1B | FE | 18 | 40 |
| Octal | 230 | 216 | 272 | 22 | 30 | 0 | 33 | 376 | 30 | 100 |
| Binary | 10011000 | 10001110 | 10111010 | 10010 | 11000 | 0 | 11011 | 11111110 | 11000 | 1000000 |
Color Harmonies of #988EBA
Complementary color
Monochromatic Colors of #988EBA
Black with #988EBA
Text Example
Text Example
White with #988EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EBA; }
p { color: rgb(152,142,186); }
H1.HeaderClassName
{
color: #988EBA;
}
.AnyTagClassName
{
color: #988EBA;
}
</style>
background-color css
<style>
a { background-color: #988EBA; }
a { background-color: rgb(152,142,186); }
div.DivClassName
{
background-color: #988EBA;
}
.BgClassName
{
background-color: #988EBA;
}
</style>
border-color css
<style>
span { border-color: #988EBA; }
span { border-color: rgb(152,142,186); }
td.TdClassName
{
border-color: #988EBA;
}
.TagClassName
{
border-color: #988EBA;
}
</style>