Shades of Cold Purple #988EAA
Tints of Cold Purple #988EAA
RGB
CMYK
RGB Variations
Color information
#988EAA (or 0x988EAA) is known color: Cold Purple. HEX triplet: 98, 8E and AA. RGB value is (152,142,170). Sum of RGB (Red+Green+Blue) = 152+142+170=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #988EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAA is #677155. Grayscale: #949494. Windows color (decimal): -6779222 or 11177624. OLE color: 11177624.
HSL color Cylindrical-coordinate representation of color #988EAA: hue angle of 261.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988EAA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 142 | 170 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 261.43º | 0.14% | 0.61% | - |
| HSV(B) | 261.43º | 0.16% | 0.67% | - |
| XYZ | 29.88 | 28.92 | 42.04 | - |
| YUV | 148.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 170 | 0.11 | 0.16 | 0 | 0.33 | 261.43 | 0.14 | 0.61 |
| Hex | 98 | 8E | AA | B | 10 | 0 | 21 | 105 | E | 3D |
| Octal | 230 | 216 | 252 | 13 | 20 | 0 | 41 | 405 | 16 | 75 |
| Binary | 10011000 | 10001110 | 10101010 | 1011 | 10000 | 0 | 100001 | 100000101 | 1110 | 111101 |
Color Harmonies of #988EAA
Complementary color
Monochromatic Colors of #988EAA
Black with #988EAA
Text Example
Text Example
White with #988EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EAA; }
p { color: rgb(152,142,170); }
H1.HeaderClassName
{
color: #988EAA;
}
.AnyTagClassName
{
color: #988EAA;
}
</style>
background-color css
<style>
a { background-color: #988EAA; }
a { background-color: rgb(152,142,170); }
div.DivClassName
{
background-color: #988EAA;
}
.BgClassName
{
background-color: #988EAA;
}
</style>
border-color css
<style>
span { border-color: #988EAA; }
span { border-color: rgb(152,142,170); }
td.TdClassName
{
border-color: #988EAA;
}
.TagClassName
{
border-color: #988EAA;
}
</style>