Shades of Cold Purple #988CAE
Tints of Cold Purple #988CAE
RGB
CMYK
RGB Variations
Color information
#988CAE (or 0x988CAE) is known color: Cold Purple. HEX triplet: 98, 8C and AE. RGB value is (152,140,174). Sum of RGB (Red+Green+Blue) = 152+140+174=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #988CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CAE is #677351. Grayscale: #939393. Windows color (decimal): -6779730 or 11439256. OLE color: 11439256.
HSL color Cylindrical-coordinate representation of color #988CAE: hue angle of 261.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988CAE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 140 | 174 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.32 |
| HSL | 261.18º | 0.17% | 0.62% | - |
| HSV(B) | 261.18º | 0.2% | 0.68% | - |
| XYZ | 29.97 | 28.49 | 43.96 | - |
| YUV | 147.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 174 | 0.13 | 0.20 | 0 | 0.32 | 261.18 | 0.17 | 0.62 |
| Hex | 98 | 8C | AE | D | 14 | 0 | 20 | 105 | 11 | 3E |
| Octal | 230 | 214 | 256 | 15 | 24 | 0 | 40 | 405 | 21 | 76 |
| Binary | 10011000 | 10001100 | 10101110 | 1101 | 10100 | 0 | 100000 | 100000101 | 10001 | 111110 |
Color Harmonies of #988CAE
Complementary color
Monochromatic Colors of #988CAE
Black with #988CAE
Text Example
Text Example
White with #988CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CAE; }
p { color: rgb(152,140,174); }
H1.HeaderClassName
{
color: #988CAE;
}
.AnyTagClassName
{
color: #988CAE;
}
</style>
background-color css
<style>
a { background-color: #988CAE; }
a { background-color: rgb(152,140,174); }
div.DivClassName
{
background-color: #988CAE;
}
.BgClassName
{
background-color: #988CAE;
}
</style>
border-color css
<style>
span { border-color: #988CAE; }
span { border-color: rgb(152,140,174); }
td.TdClassName
{
border-color: #988CAE;
}
.TagClassName
{
border-color: #988CAE;
}
</style>