Shades of Cold Purple #988EAF
Tints of Cold Purple #988EAF
RGB
CMYK
RGB Variations
Color information
#988EAF (or 0x988EAF) is known color: Cold Purple. HEX triplet: 98, 8E and AF. RGB value is (152,142,175). Sum of RGB (Red+Green+Blue) = 152+142+175=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #988EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EAF is #677150. Grayscale: #949494. Windows color (decimal): -6779217 or 11505304. OLE color: 11505304.
HSL color Cylindrical-coordinate representation of color #988EAF: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988EAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 142 | 175 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.31 |
| HSL | 258.18º | 0.17% | 0.62% | - |
| HSV(B) | 258.18º | 0.19% | 0.69% | - |
| XYZ | 30.36 | 29.12 | 44.58 | - |
| YUV | 148.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 175 | 0.13 | 0.19 | 0 | 0.31 | 258.18 | 0.17 | 0.62 |
| Hex | 98 | 8E | AF | D | 13 | 0 | 1F | 102 | 11 | 3E |
| Octal | 230 | 216 | 257 | 15 | 23 | 0 | 37 | 402 | 21 | 76 |
| Binary | 10011000 | 10001110 | 10101111 | 1101 | 10011 | 0 | 11111 | 100000010 | 10001 | 111110 |
Color Harmonies of #988EAF
Complementary color
Monochromatic Colors of #988EAF
Black with #988EAF
Text Example
Text Example
White with #988EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EAF; }
p { color: rgb(152,142,175); }
H1.HeaderClassName
{
color: #988EAF;
}
.AnyTagClassName
{
color: #988EAF;
}
</style>
background-color css
<style>
a { background-color: #988EAF; }
a { background-color: rgb(152,142,175); }
div.DivClassName
{
background-color: #988EAF;
}
.BgClassName
{
background-color: #988EAF;
}
</style>
border-color css
<style>
span { border-color: #988EAF; }
span { border-color: rgb(152,142,175); }
td.TdClassName
{
border-color: #988EAF;
}
.TagClassName
{
border-color: #988EAF;
}
</style>