Shades of Cold Purple #998DBD
Tints of Cold Purple #998DBD
RGB
CMYK
RGB Variations
Color information
#998DBD (or 0x998DBD) is known color: Cold Purple. HEX triplet: 99, 8D and BD. RGB value is (153,141,189). Sum of RGB (Red+Green+Blue) = 153+141+189=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #998DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DBD is #667242. Grayscale: #959595. Windows color (decimal): -6713923 or 12422553. OLE color: 12422553.
HSL color Cylindrical-coordinate representation of color #998DBD: hue angle of 255º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998DBD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 141 | 189 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.26 |
| HSL | 255º | 0.27% | 0.65% | - |
| HSV(B) | 255º | 0.25% | 0.74% | - |
| XYZ | 31.85 | 29.5 | 52.16 | - |
| YUV | 150.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 189 | 0.19 | 0.25 | 0 | 0.26 | 255 | 0.27 | 0.65 |
| Hex | 99 | 8D | BD | 13 | 19 | 0 | 1A | FF | 1B | 41 |
| Octal | 231 | 215 | 275 | 23 | 31 | 0 | 32 | 377 | 33 | 101 |
| Binary | 10011001 | 10001101 | 10111101 | 10011 | 11001 | 0 | 11010 | 11111111 | 11011 | 1000001 |
Color Harmonies of #998DBD
Complementary color
Monochromatic Colors of #998DBD
Black with #998DBD
Text Example
Text Example
White with #998DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DBD; }
p { color: rgb(153,141,189); }
H1.HeaderClassName
{
color: #998DBD;
}
.AnyTagClassName
{
color: #998DBD;
}
</style>
background-color css
<style>
a { background-color: #998DBD; }
a { background-color: rgb(153,141,189); }
div.DivClassName
{
background-color: #998DBD;
}
.BgClassName
{
background-color: #998DBD;
}
</style>
border-color css
<style>
span { border-color: #998DBD; }
span { border-color: rgb(153,141,189); }
td.TdClassName
{
border-color: #998DBD;
}
.TagClassName
{
border-color: #998DBD;
}
</style>