Shades of Cold Purple #978DBF
Tints of Cold Purple #978DBF
RGB
CMYK
RGB Variations
Color information
#978DBF (or 0x978DBF) is known color: Cold Purple. HEX triplet: 97, 8D and BF. RGB value is (151,141,191). Sum of RGB (Red+Green+Blue) = 151+141+191=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #978DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBF is #687240. Grayscale: #959595. Windows color (decimal): -6844993 or 12553623. OLE color: 12553623.
HSL color Cylindrical-coordinate representation of color #978DBF: hue angle of 252º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978DBF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 141 | 191 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.25 |
| HSL | 252º | 0.28% | 0.65% | - |
| HSV(B) | 252º | 0.26% | 0.75% | - |
| XYZ | 31.69 | 29.39 | 53.29 | - |
| YUV | 149.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 191 | 0.21 | 0.26 | 0 | 0.25 | 252 | 0.28 | 0.65 |
| Hex | 97 | 8D | BF | 15 | 1A | 0 | 19 | FC | 1C | 41 |
| Octal | 227 | 215 | 277 | 25 | 32 | 0 | 31 | 374 | 34 | 101 |
| Binary | 10010111 | 10001101 | 10111111 | 10101 | 11010 | 0 | 11001 | 11111100 | 11100 | 1000001 |
Color Harmonies of #978DBF
Complementary color
Monochromatic Colors of #978DBF
Black with #978DBF
Text Example
Text Example
White with #978DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DBF; }
p { color: rgb(151,141,191); }
H1.HeaderClassName
{
color: #978DBF;
}
.AnyTagClassName
{
color: #978DBF;
}
</style>
background-color css
<style>
a { background-color: #978DBF; }
a { background-color: rgb(151,141,191); }
div.DivClassName
{
background-color: #978DBF;
}
.BgClassName
{
background-color: #978DBF;
}
</style>
border-color css
<style>
span { border-color: #978DBF; }
span { border-color: rgb(151,141,191); }
td.TdClassName
{
border-color: #978DBF;
}
.TagClassName
{
border-color: #978DBF;
}
</style>