Shades of Cold Purple #978DBD
Tints of Cold Purple #978DBD
RGB
CMYK
RGB Variations
Color information
#978DBD (or 0x978DBD) is known color: Cold Purple. HEX triplet: 97, 8D and BD. RGB value is (151,141,189). Sum of RGB (Red+Green+Blue) = 151+141+189=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #978DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBD is #687242. Grayscale: #959595. Windows color (decimal): -6844995 or 12422551. OLE color: 12422551.
HSL color Cylindrical-coordinate representation of color #978DBD: hue angle of 252.5º degrees, saturation: 0.27, 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 #978DBD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 141 | 189 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.26 |
| HSL | 252.5º | 0.27% | 0.65% | - |
| HSV(B) | 252.5º | 0.25% | 0.74% | - |
| XYZ | 31.47 | 29.3 | 52.14 | - |
| YUV | 149.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 189 | 0.20 | 0.25 | 0 | 0.26 | 252.5 | 0.27 | 0.65 |
| Hex | 97 | 8D | BD | 14 | 19 | 0 | 1A | FD | 1B | 41 |
| Octal | 227 | 215 | 275 | 24 | 31 | 0 | 32 | 375 | 33 | 101 |
| Binary | 10010111 | 10001101 | 10111101 | 10100 | 11001 | 0 | 11010 | 11111101 | 11011 | 1000001 |
Color Harmonies of #978DBD
Complementary color
Monochromatic Colors of #978DBD
Black with #978DBD
Text Example
Text Example
White with #978DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DBD; }
p { color: rgb(151,141,189); }
H1.HeaderClassName
{
color: #978DBD;
}
.AnyTagClassName
{
color: #978DBD;
}
</style>
background-color css
<style>
a { background-color: #978DBD; }
a { background-color: rgb(151,141,189); }
div.DivClassName
{
background-color: #978DBD;
}
.BgClassName
{
background-color: #978DBD;
}
</style>
border-color css
<style>
span { border-color: #978DBD; }
span { border-color: rgb(151,141,189); }
td.TdClassName
{
border-color: #978DBD;
}
.TagClassName
{
border-color: #978DBD;
}
</style>