Shades of Cold Purple #988AAD
Tints of Cold Purple #988AAD
RGB
CMYK
RGB Variations
Color information
#988AAD (or 0x988AAD) is known color: Cold Purple. HEX triplet: 98, 8A and AD. RGB value is (152,138,173). Sum of RGB (Red+Green+Blue) = 152+138+173=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #988AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AAD is #677552. Grayscale: #929292. Windows color (decimal): -6780243 or 11373208. OLE color: 11373208.
HSL color Cylindrical-coordinate representation of color #988AAD: hue angle of 264º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988AAD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 138 | 173 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.32 |
| HSL | 264º | 0.18% | 0.61% | - |
| HSV(B) | 264º | 0.2% | 0.68% | - |
| XYZ | 29.58 | 27.87 | 43.36 | - |
| YUV | 146.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 173 | 0.12 | 0.20 | 0 | 0.32 | 264 | 0.18 | 0.61 |
| Hex | 98 | 8A | AD | C | 14 | 0 | 20 | 108 | 12 | 3D |
| Octal | 230 | 212 | 255 | 14 | 24 | 0 | 40 | 410 | 22 | 75 |
| Binary | 10011000 | 10001010 | 10101101 | 1100 | 10100 | 0 | 100000 | 100001000 | 10010 | 111101 |
Color Harmonies of #988AAD
Complementary color
Monochromatic Colors of #988AAD
Black with #988AAD
Text Example
Text Example
White with #988AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988AAD; }
p { color: rgb(152,138,173); }
H1.HeaderClassName
{
color: #988AAD;
}
.AnyTagClassName
{
color: #988AAD;
}
</style>
background-color css
<style>
a { background-color: #988AAD; }
a { background-color: rgb(152,138,173); }
div.DivClassName
{
background-color: #988AAD;
}
.BgClassName
{
background-color: #988AAD;
}
</style>
border-color css
<style>
span { border-color: #988AAD; }
span { border-color: rgb(152,138,173); }
td.TdClassName
{
border-color: #988AAD;
}
.TagClassName
{
border-color: #988AAD;
}
</style>