Shades of Cold Purple #988DAF
Tints of Cold Purple #988DAF
RGB
CMYK
RGB Variations
Color information
#988DAF (or 0x988DAF) is known color: Cold Purple. HEX triplet: 98, 8D and AF. RGB value is (152,141,175). Sum of RGB (Red+Green+Blue) = 152+141+175=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #988DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988DAF is #677250. Grayscale: #949494. Windows color (decimal): -6779473 or 11505048. OLE color: 11505048.
HSL color Cylindrical-coordinate representation of color #988DAF: hue angle of 259.41º degrees, saturation: 0.18, 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 #988DAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 141 | 175 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.31 |
| HSL | 259.41º | 0.18% | 0.62% | - |
| HSV(B) | 259.41º | 0.19% | 0.69% | - |
| XYZ | 30.21 | 28.82 | 44.53 | - |
| YUV | 148.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 175 | 0.13 | 0.19 | 0 | 0.31 | 259.41 | 0.18 | 0.62 |
| Hex | 98 | 8D | AF | D | 13 | 0 | 1F | 103 | 12 | 3E |
| Octal | 230 | 215 | 257 | 15 | 23 | 0 | 37 | 403 | 22 | 76 |
| Binary | 10011000 | 10001101 | 10101111 | 1101 | 10011 | 0 | 11111 | 100000011 | 10010 | 111110 |
Color Harmonies of #988DAF
Complementary color
Monochromatic Colors of #988DAF
Black with #988DAF
Text Example
Text Example
White with #988DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DAF; }
p { color: rgb(152,141,175); }
H1.HeaderClassName
{
color: #988DAF;
}
.AnyTagClassName
{
color: #988DAF;
}
</style>
background-color css
<style>
a { background-color: #988DAF; }
a { background-color: rgb(152,141,175); }
div.DivClassName
{
background-color: #988DAF;
}
.BgClassName
{
background-color: #988DAF;
}
</style>
border-color css
<style>
span { border-color: #988DAF; }
span { border-color: rgb(152,141,175); }
td.TdClassName
{
border-color: #988DAF;
}
.TagClassName
{
border-color: #988DAF;
}
</style>