Shades of Cold Purple #988BBD
Tints of Cold Purple #988BBD
RGB
CMYK
RGB Variations
Color information
#988BBD (or 0x988BBD) is known color: Cold Purple. HEX triplet: 98, 8B and BD. RGB value is (152,139,189). Sum of RGB (Red+Green+Blue) = 152+139+189=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #988BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BBD is #677442. Grayscale: #949494. Windows color (decimal): -6779971 or 12422040. OLE color: 12422040.
HSL color Cylindrical-coordinate representation of color #988BBD: hue angle of 255.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988BBD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 139 | 189 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.26 |
| HSL | 255.6º | 0.27% | 0.64% | - |
| HSV(B) | 255.6º | 0.26% | 0.74% | - |
| XYZ | 31.37 | 28.81 | 52.05 | - |
| YUV | 148.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 189 | 0.20 | 0.26 | 0 | 0.26 | 255.6 | 0.27 | 0.64 |
| Hex | 98 | 8B | BD | 14 | 1A | 0 | 1A | 100 | 1B | 40 |
| Octal | 230 | 213 | 275 | 24 | 32 | 0 | 32 | 400 | 33 | 100 |
| Binary | 10011000 | 10001011 | 10111101 | 10100 | 11010 | 0 | 11010 | 100000000 | 11011 | 1000000 |
Color Harmonies of #988BBD
Complementary color
Monochromatic Colors of #988BBD
Black with #988BBD
Text Example
Text Example
White with #988BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BBD; }
p { color: rgb(152,139,189); }
H1.HeaderClassName
{
color: #988BBD;
}
.AnyTagClassName
{
color: #988BBD;
}
</style>
background-color css
<style>
a { background-color: #988BBD; }
a { background-color: rgb(152,139,189); }
div.DivClassName
{
background-color: #988BBD;
}
.BgClassName
{
background-color: #988BBD;
}
</style>
border-color css
<style>
span { border-color: #988BBD; }
span { border-color: rgb(152,139,189); }
td.TdClassName
{
border-color: #988BBD;
}
.TagClassName
{
border-color: #988BBD;
}
</style>