Shades of Cold Purple #998CAE
Tints of Cold Purple #998CAE
RGB
CMYK
RGB Variations
Color information
#998CAE (or 0x998CAE) is known color: Cold Purple. HEX triplet: 99, 8C and AE. RGB value is (153,140,174). Sum of RGB (Red+Green+Blue) = 153+140+174=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #998CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CAE is #667351. Grayscale: #939393. Windows color (decimal): -6714194 or 11439257. OLE color: 11439257.
HSL color Cylindrical-coordinate representation of color #998CAE: hue angle of 262.94º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998CAE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 140 | 174 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.32 |
| HSL | 262.94º | 0.17% | 0.62% | - |
| HSV(B) | 262.94º | 0.2% | 0.68% | - |
| XYZ | 30.15 | 28.58 | 43.97 | - |
| YUV | 147.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 174 | 0.12 | 0.20 | 0 | 0.32 | 262.94 | 0.17 | 0.62 |
| Hex | 99 | 8C | AE | C | 14 | 0 | 20 | 107 | 11 | 3E |
| Octal | 231 | 214 | 256 | 14 | 24 | 0 | 40 | 407 | 21 | 76 |
| Binary | 10011001 | 10001100 | 10101110 | 1100 | 10100 | 0 | 100000 | 100000111 | 10001 | 111110 |
Color Harmonies of #998CAE
Complementary color
Monochromatic Colors of #998CAE
Black with #998CAE
Text Example
Text Example
White with #998CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CAE; }
p { color: rgb(153,140,174); }
H1.HeaderClassName
{
color: #998CAE;
}
.AnyTagClassName
{
color: #998CAE;
}
</style>
background-color css
<style>
a { background-color: #998CAE; }
a { background-color: rgb(153,140,174); }
div.DivClassName
{
background-color: #998CAE;
}
.BgClassName
{
background-color: #998CAE;
}
</style>
border-color css
<style>
span { border-color: #998CAE; }
span { border-color: rgb(153,140,174); }
td.TdClassName
{
border-color: #998CAE;
}
.TagClassName
{
border-color: #998CAE;
}
</style>