Shades of Cold Purple #978EBA
Tints of Cold Purple #978EBA
RGB
CMYK
RGB Variations
Color information
#978EBA (or 0x978EBA) is known color: Cold Purple. HEX triplet: 97, 8E and BA. RGB value is (151,142,186). Sum of RGB (Red+Green+Blue) = 151+142+186=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #978EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBA is #687145. Grayscale: #959595. Windows color (decimal): -6844742 or 12226199. OLE color: 12226199.
HSL color Cylindrical-coordinate representation of color #978EBA: hue angle of 252.27º 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 #978EBA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 142 | 186 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.27 |
| HSL | 252.27º | 0.24% | 0.64% | - |
| HSV(B) | 252.27º | 0.24% | 0.73% | - |
| XYZ | 31.3 | 29.47 | 50.49 | - |
| YUV | 149.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 186 | 0.19 | 0.24 | 0 | 0.27 | 252.27 | 0.24 | 0.64 |
| Hex | 97 | 8E | BA | 13 | 18 | 0 | 1B | FC | 18 | 40 |
| Octal | 227 | 216 | 272 | 23 | 30 | 0 | 33 | 374 | 30 | 100 |
| Binary | 10010111 | 10001110 | 10111010 | 10011 | 11000 | 0 | 11011 | 11111100 | 11000 | 1000000 |
Color Harmonies of #978EBA
Complementary color
Monochromatic Colors of #978EBA
Black with #978EBA
Text Example
Text Example
White with #978EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EBA; }
p { color: rgb(151,142,186); }
H1.HeaderClassName
{
color: #978EBA;
}
.AnyTagClassName
{
color: #978EBA;
}
</style>
background-color css
<style>
a { background-color: #978EBA; }
a { background-color: rgb(151,142,186); }
div.DivClassName
{
background-color: #978EBA;
}
.BgClassName
{
background-color: #978EBA;
}
</style>
border-color css
<style>
span { border-color: #978EBA; }
span { border-color: rgb(151,142,186); }
td.TdClassName
{
border-color: #978EBA;
}
.TagClassName
{
border-color: #978EBA;
}
</style>