Shades of Cold Purple #998AB9
Tints of Cold Purple #998AB9
RGB
CMYK
RGB Variations
Color information
#998AB9 (or 0x998AB9) is known color: Cold Purple. HEX triplet: 99, 8A and B9. RGB value is (153,138,185). Sum of RGB (Red+Green+Blue) = 153+138+185=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #998AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998AB9 is #667546. Grayscale: #939393. Windows color (decimal): -6714695 or 12159641. OLE color: 12159641.
HSL color Cylindrical-coordinate representation of color #998AB9: hue angle of 259.15º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998AB9 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 138 | 185 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.27 |
| HSL | 259.15º | 0.25% | 0.63% | - |
| HSV(B) | 259.15º | 0.25% | 0.73% | - |
| XYZ | 30.98 | 28.45 | 49.76 | - |
| YUV | 147.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 185 | 0.17 | 0.25 | 0 | 0.27 | 259.15 | 0.25 | 0.63 |
| Hex | 99 | 8A | B9 | 11 | 19 | 0 | 1B | 103 | 19 | 3F |
| Octal | 231 | 212 | 271 | 21 | 31 | 0 | 33 | 403 | 31 | 77 |
| Binary | 10011001 | 10001010 | 10111001 | 10001 | 11001 | 0 | 11011 | 100000011 | 11001 | 111111 |
Color Harmonies of #998AB9
Complementary color
Monochromatic Colors of #998AB9
Black with #998AB9
Text Example
Text Example
White with #998AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AB9; }
p { color: rgb(153,138,185); }
H1.HeaderClassName
{
color: #998AB9;
}
.AnyTagClassName
{
color: #998AB9;
}
</style>
background-color css
<style>
a { background-color: #998AB9; }
a { background-color: rgb(153,138,185); }
div.DivClassName
{
background-color: #998AB9;
}
.BgClassName
{
background-color: #998AB9;
}
</style>
border-color css
<style>
span { border-color: #998AB9; }
span { border-color: rgb(153,138,185); }
td.TdClassName
{
border-color: #998AB9;
}
.TagClassName
{
border-color: #998AB9;
}
</style>