Shades of Cold Purple #988EB2
Tints of Cold Purple #988EB2
RGB
CMYK
RGB Variations
Color information
#988EB2 (or 0x988EB2) is known color: Cold Purple. HEX triplet: 98, 8E and B2. RGB value is (152,142,178). Sum of RGB (Red+Green+Blue) = 152+142+178=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #988EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EB2 is #67714D. Grayscale: #949494. Windows color (decimal): -6779214 or 11701912. OLE color: 11701912.
HSL color Cylindrical-coordinate representation of color #988EB2: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988EB2 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 142 | 178 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.30 |
| HSL | 256.67º | 0.19% | 0.63% | - |
| HSV(B) | 256.67º | 0.2% | 0.7% | - |
| XYZ | 30.66 | 29.24 | 46.15 | - |
| YUV | 149.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 178 | 0.15 | 0.20 | 0 | 0.30 | 256.67 | 0.19 | 0.63 |
| Hex | 98 | 8E | B2 | F | 14 | 0 | 1E | 101 | 13 | 3F |
| Octal | 230 | 216 | 262 | 17 | 24 | 0 | 36 | 401 | 23 | 77 |
| Binary | 10011000 | 10001110 | 10110010 | 1111 | 10100 | 0 | 11110 | 100000001 | 10011 | 111111 |
Color Harmonies of #988EB2
Complementary color
Monochromatic Colors of #988EB2
Black with #988EB2
Text Example
Text Example
White with #988EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EB2; }
p { color: rgb(152,142,178); }
H1.HeaderClassName
{
color: #988EB2;
}
.AnyTagClassName
{
color: #988EB2;
}
</style>
background-color css
<style>
a { background-color: #988EB2; }
a { background-color: rgb(152,142,178); }
div.DivClassName
{
background-color: #988EB2;
}
.BgClassName
{
background-color: #988EB2;
}
</style>
border-color css
<style>
span { border-color: #988EB2; }
span { border-color: rgb(152,142,178); }
td.TdClassName
{
border-color: #988EB2;
}
.TagClassName
{
border-color: #988EB2;
}
</style>