Shades of Cold Purple #988CA9
Tints of Cold Purple #988CA9
RGB
CMYK
RGB Variations
Color information
#988CA9 (or 0x988CA9) is known color: Cold Purple. HEX triplet: 98, 8C and A9. RGB value is (152,140,169). Sum of RGB (Red+Green+Blue) = 152+140+169=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #988CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CA9 is #677356. Grayscale: #929292. Windows color (decimal): -6779735 or 11111576. OLE color: 11111576.
HSL color Cylindrical-coordinate representation of color #988CA9: hue angle of 264.83º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988CA9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 140 | 169 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.34 |
| HSL | 264.83º | 0.14% | 0.61% | - |
| HSV(B) | 264.83º | 0.17% | 0.66% | - |
| XYZ | 29.49 | 28.3 | 41.44 | - |
| YUV | 146.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 169 | 0.10 | 0.17 | 0 | 0.34 | 264.83 | 0.14 | 0.61 |
| Hex | 98 | 8C | A9 | A | 11 | 0 | 22 | 109 | E | 3D |
| Octal | 230 | 214 | 251 | 12 | 21 | 0 | 42 | 411 | 16 | 75 |
| Binary | 10011000 | 10001100 | 10101001 | 1010 | 10001 | 0 | 100010 | 100001001 | 1110 | 111101 |
Color Harmonies of #988CA9
Complementary color
Monochromatic Colors of #988CA9
Black with #988CA9
Text Example
Text Example
White with #988CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CA9; }
p { color: rgb(152,140,169); }
H1.HeaderClassName
{
color: #988CA9;
}
.AnyTagClassName
{
color: #988CA9;
}
</style>
background-color css
<style>
a { background-color: #988CA9; }
a { background-color: rgb(152,140,169); }
div.DivClassName
{
background-color: #988CA9;
}
.BgClassName
{
background-color: #988CA9;
}
</style>
border-color css
<style>
span { border-color: #988CA9; }
span { border-color: rgb(152,140,169); }
td.TdClassName
{
border-color: #988CA9;
}
.TagClassName
{
border-color: #988CA9;
}
</style>