Shades of Cold Purple #978DBC
Tints of Cold Purple #978DBC
RGB
CMYK
RGB Variations
Color information
#978DBC (or 0x978DBC) is known color: Cold Purple. HEX triplet: 97, 8D and BC. RGB value is (151,141,188). Sum of RGB (Red+Green+Blue) = 151+141+188=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #978DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBC is #687243. Grayscale: #959595. Windows color (decimal): -6844996 or 12357015. OLE color: 12357015.
HSL color Cylindrical-coordinate representation of color #978DBC: hue angle of 252.77º degrees, saturation: 0.26, 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 #978DBC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 141 | 188 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.26 |
| HSL | 252.77º | 0.26% | 0.65% | - |
| HSV(B) | 252.77º | 0.25% | 0.74% | - |
| XYZ | 31.36 | 29.26 | 51.57 | - |
| YUV | 149.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 188 | 0.20 | 0.25 | 0 | 0.26 | 252.77 | 0.26 | 0.65 |
| Hex | 97 | 8D | BC | 14 | 19 | 0 | 1A | FD | 1A | 41 |
| Octal | 227 | 215 | 274 | 24 | 31 | 0 | 32 | 375 | 32 | 101 |
| Binary | 10010111 | 10001101 | 10111100 | 10100 | 11001 | 0 | 11010 | 11111101 | 11010 | 1000001 |
Color Harmonies of #978DBC
Complementary color
Monochromatic Colors of #978DBC
Black with #978DBC
Text Example
Text Example
White with #978DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DBC; }
p { color: rgb(151,141,188); }
H1.HeaderClassName
{
color: #978DBC;
}
.AnyTagClassName
{
color: #978DBC;
}
</style>
background-color css
<style>
a { background-color: #978DBC; }
a { background-color: rgb(151,141,188); }
div.DivClassName
{
background-color: #978DBC;
}
.BgClassName
{
background-color: #978DBC;
}
</style>
border-color css
<style>
span { border-color: #978DBC; }
span { border-color: rgb(151,141,188); }
td.TdClassName
{
border-color: #978DBC;
}
.TagClassName
{
border-color: #978DBC;
}
</style>