Shades of Cold Purple #988DAD
Tints of Cold Purple #988DAD
RGB
CMYK
RGB Variations
Color information
#988DAD (or 0x988DAD) is known color: Cold Purple. HEX triplet: 98, 8D and AD. RGB value is (152,141,173). Sum of RGB (Red+Green+Blue) = 152+141+173=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #988DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988DAD is #677252. Grayscale: #939393. Windows color (decimal): -6779475 or 11373976. OLE color: 11373976.
HSL color Cylindrical-coordinate representation of color #988DAD: hue angle of 260.62º 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 #988DAD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 141 | 173 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.32 |
| HSL | 260.63º | 0.16% | 0.62% | - |
| HSV(B) | 260.63º | 0.18% | 0.68% | - |
| XYZ | 30.02 | 28.74 | 43.5 | - |
| YUV | 147.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 173 | 0.12 | 0.18 | 0 | 0.32 | 260.63 | 0.16 | 0.62 |
| Hex | 98 | 8D | AD | C | 12 | 0 | 20 | 105 | 10 | 3E |
| Octal | 230 | 215 | 255 | 14 | 22 | 0 | 40 | 405 | 20 | 76 |
| Binary | 10011000 | 10001101 | 10101101 | 1100 | 10010 | 0 | 100000 | 100000101 | 10000 | 111110 |
Color Harmonies of #988DAD
Complementary color
Monochromatic Colors of #988DAD
Black with #988DAD
Text Example
Text Example
White with #988DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DAD; }
p { color: rgb(152,141,173); }
H1.HeaderClassName
{
color: #988DAD;
}
.AnyTagClassName
{
color: #988DAD;
}
</style>
background-color css
<style>
a { background-color: #988DAD; }
a { background-color: rgb(152,141,173); }
div.DivClassName
{
background-color: #988DAD;
}
.BgClassName
{
background-color: #988DAD;
}
</style>
border-color css
<style>
span { border-color: #988DAD; }
span { border-color: rgb(152,141,173); }
td.TdClassName
{
border-color: #988DAD;
}
.TagClassName
{
border-color: #988DAD;
}
</style>