Shades of Cold Purple #988FAF
Tints of Cold Purple #988FAF
RGB
CMYK
RGB Variations
Color information
#988FAF (or 0x988FAF) is known color: Cold Purple. HEX triplet: 98, 8F and AF. RGB value is (152,143,175). Sum of RGB (Red+Green+Blue) = 152+143+175=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #988FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAF is #677050. Grayscale: #959595. Windows color (decimal): -6778961 or 11505560. OLE color: 11505560.
HSL color Cylindrical-coordinate representation of color #988FAF: hue angle of 256.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988FAF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 143 | 175 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.31 |
| HSL | 256.88º | 0.17% | 0.62% | - |
| HSV(B) | 256.88º | 0.18% | 0.69% | - |
| XYZ | 30.51 | 29.42 | 44.63 | - |
| YUV | 149.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 175 | 0.13 | 0.18 | 0 | 0.31 | 256.88 | 0.17 | 0.62 |
| Hex | 98 | 8F | AF | D | 12 | 0 | 1F | 101 | 11 | 3E |
| Octal | 230 | 217 | 257 | 15 | 22 | 0 | 37 | 401 | 21 | 76 |
| Binary | 10011000 | 10001111 | 10101111 | 1101 | 10010 | 0 | 11111 | 100000001 | 10001 | 111110 |
Color Harmonies of #988FAF
Complementary color
Monochromatic Colors of #988FAF
Black with #988FAF
Text Example
Text Example
White with #988FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FAF; }
p { color: rgb(152,143,175); }
H1.HeaderClassName
{
color: #988FAF;
}
.AnyTagClassName
{
color: #988FAF;
}
</style>
background-color css
<style>
a { background-color: #988FAF; }
a { background-color: rgb(152,143,175); }
div.DivClassName
{
background-color: #988FAF;
}
.BgClassName
{
background-color: #988FAF;
}
</style>
border-color css
<style>
span { border-color: #988FAF; }
span { border-color: rgb(152,143,175); }
td.TdClassName
{
border-color: #988FAF;
}
.TagClassName
{
border-color: #988FAF;
}
</style>