Shades of Cold Purple #988CAC
Tints of Cold Purple #988CAC
RGB
CMYK
RGB Variations
Color information
#988CAC (or 0x988CAC) is known color: Cold Purple. HEX triplet: 98, 8C and AC. RGB value is (152,140,172). Sum of RGB (Red+Green+Blue) = 152+140+172=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #988CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CAC is #677353. Grayscale: #939393. Windows color (decimal): -6779732 or 11308184. OLE color: 11308184.
HSL color Cylindrical-coordinate representation of color #988CAC: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988CAC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 140 | 172 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.33 |
| HSL | 262.5º | 0.16% | 0.61% | - |
| HSV(B) | 262.5º | 0.19% | 0.67% | - |
| XYZ | 29.77 | 28.41 | 42.94 | - |
| YUV | 147.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 172 | 0.12 | 0.19 | 0 | 0.33 | 262.5 | 0.16 | 0.61 |
| Hex | 98 | 8C | AC | C | 13 | 0 | 21 | 106 | 10 | 3D |
| Octal | 230 | 214 | 254 | 14 | 23 | 0 | 41 | 406 | 20 | 75 |
| Binary | 10011000 | 10001100 | 10101100 | 1100 | 10011 | 0 | 100001 | 100000110 | 10000 | 111101 |
Color Harmonies of #988CAC
Complementary color
Monochromatic Colors of #988CAC
Black with #988CAC
Text Example
Text Example
White with #988CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CAC; }
p { color: rgb(152,140,172); }
H1.HeaderClassName
{
color: #988CAC;
}
.AnyTagClassName
{
color: #988CAC;
}
</style>
background-color css
<style>
a { background-color: #988CAC; }
a { background-color: rgb(152,140,172); }
div.DivClassName
{
background-color: #988CAC;
}
.BgClassName
{
background-color: #988CAC;
}
</style>
border-color css
<style>
span { border-color: #988CAC; }
span { border-color: rgb(152,140,172); }
td.TdClassName
{
border-color: #988CAC;
}
.TagClassName
{
border-color: #988CAC;
}
</style>