Shades of Cold Purple #998DBF
Tints of Cold Purple #998DBF
RGB
CMYK
RGB Variations
Color information
#998DBF (or 0x998DBF) is known color: Cold Purple. HEX triplet: 99, 8D and BF. RGB value is (153,141,191). Sum of RGB (Red+Green+Blue) = 153+141+191=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #998DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBF is #667240. Grayscale: #969696. Windows color (decimal): -6713921 or 12553625. OLE color: 12553625.
HSL color Cylindrical-coordinate representation of color #998DBF: hue angle of 254.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998DBF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 141 | 191 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.25 |
| HSL | 254.4º | 0.28% | 0.65% | - |
| HSV(B) | 254.4º | 0.26% | 0.75% | - |
| XYZ | 32.07 | 29.58 | 53.31 | - |
| YUV | 150.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 191 | 0.20 | 0.26 | 0 | 0.25 | 254.4 | 0.28 | 0.65 |
| Hex | 99 | 8D | BF | 14 | 1A | 0 | 19 | FE | 1C | 41 |
| Octal | 231 | 215 | 277 | 24 | 32 | 0 | 31 | 376 | 34 | 101 |
| Binary | 10011001 | 10001101 | 10111111 | 10100 | 11010 | 0 | 11001 | 11111110 | 11100 | 1000001 |
Color Harmonies of #998DBF
Complementary color
Monochromatic Colors of #998DBF
Black with #998DBF
Text Example
Text Example
White with #998DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DBF; }
p { color: rgb(153,141,191); }
H1.HeaderClassName
{
color: #998DBF;
}
.AnyTagClassName
{
color: #998DBF;
}
</style>
background-color css
<style>
a { background-color: #998DBF; }
a { background-color: rgb(153,141,191); }
div.DivClassName
{
background-color: #998DBF;
}
.BgClassName
{
background-color: #998DBF;
}
</style>
border-color css
<style>
span { border-color: #998DBF; }
span { border-color: rgb(153,141,191); }
td.TdClassName
{
border-color: #998DBF;
}
.TagClassName
{
border-color: #998DBF;
}
</style>