Shades of Cold Purple #978EBC
Tints of Cold Purple #978EBC
RGB
CMYK
RGB Variations
Color information
#978EBC (or 0x978EBC) is known color: Cold Purple. HEX triplet: 97, 8E and BC. RGB value is (151,142,188). Sum of RGB (Red+Green+Blue) = 151+142+188=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #978EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBC is #687143. Grayscale: #959595. Windows color (decimal): -6844740 or 12357271. OLE color: 12357271.
HSL color Cylindrical-coordinate representation of color #978EBC: 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 #978EBC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 142 | 188 | - |
| 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.51 | 29.56 | 51.62 | - |
| YUV | 149.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 188 | 0.20 | 0.24 | 0 | 0.26 | 251.74 | 0.26 | 0.65 |
| Hex | 97 | 8E | BC | 14 | 18 | 0 | 1A | FC | 1A | 41 |
| Octal | 227 | 216 | 274 | 24 | 30 | 0 | 32 | 374 | 32 | 101 |
| Binary | 10010111 | 10001110 | 10111100 | 10100 | 11000 | 0 | 11010 | 11111100 | 11010 | 1000001 |
Color Harmonies of #978EBC
Complementary color
Monochromatic Colors of #978EBC
Black with #978EBC
Text Example
Text Example
White with #978EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EBC; }
p { color: rgb(151,142,188); }
H1.HeaderClassName
{
color: #978EBC;
}
.AnyTagClassName
{
color: #978EBC;
}
</style>
background-color css
<style>
a { background-color: #978EBC; }
a { background-color: rgb(151,142,188); }
div.DivClassName
{
background-color: #978EBC;
}
.BgClassName
{
background-color: #978EBC;
}
</style>
border-color css
<style>
span { border-color: #978EBC; }
span { border-color: rgb(151,142,188); }
td.TdClassName
{
border-color: #978EBC;
}
.TagClassName
{
border-color: #978EBC;
}
</style>