Shades of Cold Purple #988DBD
Tints of Cold Purple #988DBD
RGB
CMYK
RGB Variations
Color information
#988DBD (or 0x988DBD) is known color: Cold Purple. HEX triplet: 98, 8D and BD. RGB value is (152,141,189). Sum of RGB (Red+Green+Blue) = 152+141+189=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #988DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DBD is #677242. Grayscale: #959595. Windows color (decimal): -6779459 or 12422552. OLE color: 12422552.
HSL color Cylindrical-coordinate representation of color #988DBD: hue angle of 253.75º 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 #988DBD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 141 | 189 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.26 |
| HSL | 253.75º | 0.27% | 0.65% | - |
| HSV(B) | 253.75º | 0.25% | 0.74% | - |
| XYZ | 31.66 | 29.4 | 52.15 | - |
| YUV | 149.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 189 | 0.20 | 0.25 | 0 | 0.26 | 253.75 | 0.27 | 0.65 |
| Hex | 98 | 8D | BD | 14 | 19 | 0 | 1A | FE | 1B | 41 |
| Octal | 230 | 215 | 275 | 24 | 31 | 0 | 32 | 376 | 33 | 101 |
| Binary | 10011000 | 10001101 | 10111101 | 10100 | 11001 | 0 | 11010 | 11111110 | 11011 | 1000001 |
Color Harmonies of #988DBD
Complementary color
Monochromatic Colors of #988DBD
Black with #988DBD
Text Example
Text Example
White with #988DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DBD; }
p { color: rgb(152,141,189); }
H1.HeaderClassName
{
color: #988DBD;
}
.AnyTagClassName
{
color: #988DBD;
}
</style>
background-color css
<style>
a { background-color: #988DBD; }
a { background-color: rgb(152,141,189); }
div.DivClassName
{
background-color: #988DBD;
}
.BgClassName
{
background-color: #988DBD;
}
</style>
border-color css
<style>
span { border-color: #988DBD; }
span { border-color: rgb(152,141,189); }
td.TdClassName
{
border-color: #988DBD;
}
.TagClassName
{
border-color: #988DBD;
}
</style>