Shades of Cold Purple #988EAE
Tints of Cold Purple #988EAE
RGB
CMYK
RGB Variations
Color information
#988EAE (or 0x988EAE) is known color: Cold Purple. HEX triplet: 98, 8E and AE. RGB value is (152,142,174). Sum of RGB (Red+Green+Blue) = 152+142+174=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #988EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAE is #677151. Grayscale: #949494. Windows color (decimal): -6779218 or 11439768. OLE color: 11439768.
HSL color Cylindrical-coordinate representation of color #988EAE: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988EAE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 142 | 174 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.32 |
| HSL | 258.75º | 0.16% | 0.62% | - |
| HSV(B) | 258.75º | 0.18% | 0.68% | - |
| XYZ | 30.26 | 29.08 | 44.06 | - |
| YUV | 148.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 174 | 0.13 | 0.18 | 0 | 0.32 | 258.75 | 0.16 | 0.62 |
| Hex | 98 | 8E | AE | D | 12 | 0 | 20 | 103 | 10 | 3E |
| Octal | 230 | 216 | 256 | 15 | 22 | 0 | 40 | 403 | 20 | 76 |
| Binary | 10011000 | 10001110 | 10101110 | 1101 | 10010 | 0 | 100000 | 100000011 | 10000 | 111110 |
Color Harmonies of #988EAE
Complementary color
Monochromatic Colors of #988EAE
Black with #988EAE
Text Example
Text Example
White with #988EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EAE; }
p { color: rgb(152,142,174); }
H1.HeaderClassName
{
color: #988EAE;
}
.AnyTagClassName
{
color: #988EAE;
}
</style>
background-color css
<style>
a { background-color: #988EAE; }
a { background-color: rgb(152,142,174); }
div.DivClassName
{
background-color: #988EAE;
}
.BgClassName
{
background-color: #988EAE;
}
</style>
border-color css
<style>
span { border-color: #988EAE; }
span { border-color: rgb(152,142,174); }
td.TdClassName
{
border-color: #988EAE;
}
.TagClassName
{
border-color: #988EAE;
}
</style>