Shades of Cold Purple #998EAB
Tints of Cold Purple #998EAB
RGB
CMYK
RGB Variations
Color information
#998EAB (or 0x998EAB) is known color: Cold Purple. HEX triplet: 99, 8E and AB. RGB value is (153,142,171). Sum of RGB (Red+Green+Blue) = 153+142+171=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #998EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAB is #667154. Grayscale: #949494. Windows color (decimal): -6713685 or 11243161. OLE color: 11243161.
HSL color Cylindrical-coordinate representation of color #998EAB: hue angle of 262.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #998EAB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 142 | 171 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.33 |
| HSL | 262.76º | 0.15% | 0.61% | - |
| HSV(B) | 262.76º | 0.17% | 0.67% | - |
| XYZ | 30.16 | 29.06 | 42.55 | - |
| YUV | 148.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 171 | 0.11 | 0.17 | 0 | 0.33 | 262.76 | 0.15 | 0.61 |
| Hex | 99 | 8E | AB | B | 11 | 0 | 21 | 107 | F | 3D |
| Octal | 231 | 216 | 253 | 13 | 21 | 0 | 41 | 407 | 17 | 75 |
| Binary | 10011001 | 10001110 | 10101011 | 1011 | 10001 | 0 | 100001 | 100000111 | 1111 | 111101 |
Color Harmonies of #998EAB
Complementary color
Monochromatic Colors of #998EAB
Black with #998EAB
Text Example
Text Example
White with #998EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EAB; }
p { color: rgb(153,142,171); }
H1.HeaderClassName
{
color: #998EAB;
}
.AnyTagClassName
{
color: #998EAB;
}
</style>
background-color css
<style>
a { background-color: #998EAB; }
a { background-color: rgb(153,142,171); }
div.DivClassName
{
background-color: #998EAB;
}
.BgClassName
{
background-color: #998EAB;
}
</style>
border-color css
<style>
span { border-color: #998EAB; }
span { border-color: rgb(153,142,171); }
td.TdClassName
{
border-color: #998EAB;
}
.TagClassName
{
border-color: #998EAB;
}
</style>