Shades of Cold Purple #988CB9
Tints of Cold Purple #988CB9
RGB
CMYK
RGB Variations
Color information
#988CB9 (or 0x988CB9) is known color: Cold Purple. HEX triplet: 98, 8C and B9. RGB value is (152,140,185). Sum of RGB (Red+Green+Blue) = 152+140+185=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #988CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CB9 is #677346. Grayscale: #949494. Windows color (decimal): -6779719 or 12160152. OLE color: 12160152.
HSL color Cylindrical-coordinate representation of color #988CB9: hue angle of 256º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988CB9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 140 | 185 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.27 |
| HSL | 256º | 0.24% | 0.64% | - |
| HSV(B) | 256º | 0.24% | 0.73% | - |
| XYZ | 31.08 | 28.93 | 49.85 | - |
| YUV | 148.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 185 | 0.18 | 0.24 | 0 | 0.27 | 256 | 0.24 | 0.64 |
| Hex | 98 | 8C | B9 | 12 | 18 | 0 | 1B | 100 | 18 | 40 |
| Octal | 230 | 214 | 271 | 22 | 30 | 0 | 33 | 400 | 30 | 100 |
| Binary | 10011000 | 10001100 | 10111001 | 10010 | 11000 | 0 | 11011 | 100000000 | 11000 | 1000000 |
Color Harmonies of #988CB9
Complementary color
Monochromatic Colors of #988CB9
Black with #988CB9
Text Example
Text Example
White with #988CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CB9; }
p { color: rgb(152,140,185); }
H1.HeaderClassName
{
color: #988CB9;
}
.AnyTagClassName
{
color: #988CB9;
}
</style>
background-color css
<style>
a { background-color: #988CB9; }
a { background-color: rgb(152,140,185); }
div.DivClassName
{
background-color: #988CB9;
}
.BgClassName
{
background-color: #988CB9;
}
</style>
border-color css
<style>
span { border-color: #988CB9; }
span { border-color: rgb(152,140,185); }
td.TdClassName
{
border-color: #988CB9;
}
.TagClassName
{
border-color: #988CB9;
}
</style>