Shades of Cold Purple #988FBD
Tints of Cold Purple #988FBD
RGB
CMYK
RGB Variations
Color information
#988FBD (or 0x988FBD) is known color: Cold Purple. HEX triplet: 98, 8F and BD. RGB value is (152,143,189). Sum of RGB (Red+Green+Blue) = 152+143+189=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #988FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FBD is #677042. Grayscale: #969696. Windows color (decimal): -6778947 or 12423064. OLE color: 12423064.
HSL color Cylindrical-coordinate representation of color #988FBD: hue angle of 251.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988FBD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 143 | 189 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.26 |
| HSL | 251.74º | 0.26% | 0.65% | - |
| HSV(B) | 251.74º | 0.24% | 0.74% | - |
| XYZ | 31.96 | 29.99 | 52.25 | - |
| YUV | 150.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 189 | 0.20 | 0.24 | 0 | 0.26 | 251.74 | 0.26 | 0.65 |
| Hex | 98 | 8F | BD | 14 | 18 | 0 | 1A | FC | 1A | 41 |
| Octal | 230 | 217 | 275 | 24 | 30 | 0 | 32 | 374 | 32 | 101 |
| Binary | 10011000 | 10001111 | 10111101 | 10100 | 11000 | 0 | 11010 | 11111100 | 11010 | 1000001 |
Color Harmonies of #988FBD
Complementary color
Monochromatic Colors of #988FBD
Black with #988FBD
Text Example
Text Example
White with #988FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FBD; }
p { color: rgb(152,143,189); }
H1.HeaderClassName
{
color: #988FBD;
}
.AnyTagClassName
{
color: #988FBD;
}
</style>
background-color css
<style>
a { background-color: #988FBD; }
a { background-color: rgb(152,143,189); }
div.DivClassName
{
background-color: #988FBD;
}
.BgClassName
{
background-color: #988FBD;
}
</style>
border-color css
<style>
span { border-color: #988FBD; }
span { border-color: rgb(152,143,189); }
td.TdClassName
{
border-color: #988FBD;
}
.TagClassName
{
border-color: #988FBD;
}
</style>