Shades of Cold Purple #998CAC
Tints of Cold Purple #998CAC
RGB
CMYK
RGB Variations
Color information
#998CAC (or 0x998CAC) is known color: Cold Purple. HEX triplet: 99, 8C and AC. RGB value is (153,140,172). Sum of RGB (Red+Green+Blue) = 153+140+172=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #998CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAC is #667353. Grayscale: #939393. Windows color (decimal): -6714196 or 11308185. OLE color: 11308185.
HSL color Cylindrical-coordinate representation of color #998CAC: hue angle of 264.38º 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 #998CAC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 140 | 172 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 264.38º | 0.16% | 0.61% | - |
| HSV(B) | 264.38º | 0.19% | 0.67% | - |
| XYZ | 29.96 | 28.51 | 42.95 | - |
| YUV | 147.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 172 | 0.11 | 0.19 | 0 | 0.33 | 264.38 | 0.16 | 0.61 |
| Hex | 99 | 8C | AC | B | 13 | 0 | 21 | 108 | 10 | 3D |
| Octal | 231 | 214 | 254 | 13 | 23 | 0 | 41 | 410 | 20 | 75 |
| Binary | 10011001 | 10001100 | 10101100 | 1011 | 10011 | 0 | 100001 | 100001000 | 10000 | 111101 |
Color Harmonies of #998CAC
Complementary color
Monochromatic Colors of #998CAC
Black with #998CAC
Text Example
Text Example
White with #998CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CAC; }
p { color: rgb(153,140,172); }
H1.HeaderClassName
{
color: #998CAC;
}
.AnyTagClassName
{
color: #998CAC;
}
</style>
background-color css
<style>
a { background-color: #998CAC; }
a { background-color: rgb(153,140,172); }
div.DivClassName
{
background-color: #998CAC;
}
.BgClassName
{
background-color: #998CAC;
}
</style>
border-color css
<style>
span { border-color: #998CAC; }
span { border-color: rgb(153,140,172); }
td.TdClassName
{
border-color: #998CAC;
}
.TagClassName
{
border-color: #998CAC;
}
</style>