Shades of Cold Purple #998EAF
Tints of Cold Purple #998EAF
RGB
CMYK
RGB Variations
Color information
#998EAF (or 0x998EAF) is known color: Cold Purple. HEX triplet: 99, 8E and AF. RGB value is (153,142,175). Sum of RGB (Red+Green+Blue) = 153+142+175=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #998EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998EAF is #667150. Grayscale: #949494. Windows color (decimal): -6713681 or 11505305. OLE color: 11505305.
HSL color Cylindrical-coordinate representation of color #998EAF: hue angle of 260º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998EAF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 142 | 175 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.31 |
| HSL | 260º | 0.17% | 0.62% | - |
| HSV(B) | 260º | 0.19% | 0.69% | - |
| XYZ | 30.55 | 29.21 | 44.59 | - |
| YUV | 149.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 175 | 0.13 | 0.19 | 0 | 0.31 | 260 | 0.17 | 0.62 |
| Hex | 99 | 8E | AF | D | 13 | 0 | 1F | 104 | 11 | 3E |
| Octal | 231 | 216 | 257 | 15 | 23 | 0 | 37 | 404 | 21 | 76 |
| Binary | 10011001 | 10001110 | 10101111 | 1101 | 10011 | 0 | 11111 | 100000100 | 10001 | 111110 |
Color Harmonies of #998EAF
Complementary color
Monochromatic Colors of #998EAF
Black with #998EAF
Text Example
Text Example
White with #998EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EAF; }
p { color: rgb(153,142,175); }
H1.HeaderClassName
{
color: #998EAF;
}
.AnyTagClassName
{
color: #998EAF;
}
</style>
background-color css
<style>
a { background-color: #998EAF; }
a { background-color: rgb(153,142,175); }
div.DivClassName
{
background-color: #998EAF;
}
.BgClassName
{
background-color: #998EAF;
}
</style>
border-color css
<style>
span { border-color: #998EAF; }
span { border-color: rgb(153,142,175); }
td.TdClassName
{
border-color: #998EAF;
}
.TagClassName
{
border-color: #998EAF;
}
</style>