Shades of Cold Purple #998EAE
Tints of Cold Purple #998EAE
RGB
CMYK
RGB Variations
Color information
#998EAE (or 0x998EAE) is known color: Cold Purple. HEX triplet: 99, 8E and AE. RGB value is (153,142,174). Sum of RGB (Red+Green+Blue) = 153+142+174=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #998EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAE is #667151. Grayscale: #949494. Windows color (decimal): -6713682 or 11439769. OLE color: 11439769.
HSL color Cylindrical-coordinate representation of color #998EAE: 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 #998EAE is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 142 | 174 | - |
| 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.45 | 29.17 | 44.07 | - |
| YUV | 148.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 174 | 0.12 | 0.18 | 0 | 0.32 | 260.63 | 0.16 | 0.62 |
| Hex | 99 | 8E | AE | C | 12 | 0 | 20 | 105 | 10 | 3E |
| Octal | 231 | 216 | 256 | 14 | 22 | 0 | 40 | 405 | 20 | 76 |
| Binary | 10011001 | 10001110 | 10101110 | 1100 | 10010 | 0 | 100000 | 100000101 | 10000 | 111110 |
Color Harmonies of #998EAE
Complementary color
Monochromatic Colors of #998EAE
Black with #998EAE
Text Example
Text Example
White with #998EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EAE; }
p { color: rgb(153,142,174); }
H1.HeaderClassName
{
color: #998EAE;
}
.AnyTagClassName
{
color: #998EAE;
}
</style>
background-color css
<style>
a { background-color: #998EAE; }
a { background-color: rgb(153,142,174); }
div.DivClassName
{
background-color: #998EAE;
}
.BgClassName
{
background-color: #998EAE;
}
</style>
border-color css
<style>
span { border-color: #998EAE; }
span { border-color: rgb(153,142,174); }
td.TdClassName
{
border-color: #998EAE;
}
.TagClassName
{
border-color: #998EAE;
}
</style>