Shades of Cold Purple #998EAD
Tints of Cold Purple #998EAD
RGB
CMYK
RGB Variations
Color information
#998EAD (or 0x998EAD) is known color: Cold Purple. HEX triplet: 99, 8E and AD. RGB value is (153,142,173). Sum of RGB (Red+Green+Blue) = 153+142+173=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #998EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAD is #667152. Grayscale: #949494. Windows color (decimal): -6713683 or 11374233. OLE color: 11374233.
HSL color Cylindrical-coordinate representation of color #998EAD: hue angle of 261.29º 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 #998EAD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 142 | 173 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.32 |
| HSL | 261.29º | 0.16% | 0.62% | - |
| HSV(B) | 261.29º | 0.18% | 0.68% | - |
| XYZ | 30.35 | 29.14 | 43.56 | - |
| YUV | 148.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 173 | 0.12 | 0.18 | 0 | 0.32 | 261.29 | 0.16 | 0.62 |
| Hex | 99 | 8E | AD | C | 12 | 0 | 20 | 105 | 10 | 3E |
| Octal | 231 | 216 | 255 | 14 | 22 | 0 | 40 | 405 | 20 | 76 |
| Binary | 10011001 | 10001110 | 10101101 | 1100 | 10010 | 0 | 100000 | 100000101 | 10000 | 111110 |
Color Harmonies of #998EAD
Complementary color
Monochromatic Colors of #998EAD
Black with #998EAD
Text Example
Text Example
White with #998EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EAD; }
p { color: rgb(153,142,173); }
H1.HeaderClassName
{
color: #998EAD;
}
.AnyTagClassName
{
color: #998EAD;
}
</style>
background-color css
<style>
a { background-color: #998EAD; }
a { background-color: rgb(153,142,173); }
div.DivClassName
{
background-color: #998EAD;
}
.BgClassName
{
background-color: #998EAD;
}
</style>
border-color css
<style>
span { border-color: #998EAD; }
span { border-color: rgb(153,142,173); }
td.TdClassName
{
border-color: #998EAD;
}
.TagClassName
{
border-color: #998EAD;
}
</style>