Shades of Cold Purple #978DBB
Tints of Cold Purple #978DBB
RGB
CMYK
RGB Variations
Color information
#978DBB (or 0x978DBB) is known color: Cold Purple. HEX triplet: 97, 8D and BB. RGB value is (151,141,187). Sum of RGB (Red+Green+Blue) = 151+141+187=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #978DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBB is #687244. Grayscale: #959595. Windows color (decimal): -6844997 or 12291479. OLE color: 12291479.
HSL color Cylindrical-coordinate representation of color #978DBB: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978DBB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 141 | 187 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.27 |
| HSL | 253.04º | 0.25% | 0.64% | - |
| HSV(B) | 253.04º | 0.25% | 0.73% | - |
| XYZ | 31.26 | 29.22 | 51.01 | - |
| YUV | 149.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 187 | 0.19 | 0.25 | 0 | 0.27 | 253.04 | 0.25 | 0.64 |
| Hex | 97 | 8D | BB | 13 | 19 | 0 | 1B | FD | 19 | 40 |
| Octal | 227 | 215 | 273 | 23 | 31 | 0 | 33 | 375 | 31 | 100 |
| Binary | 10010111 | 10001101 | 10111011 | 10011 | 11001 | 0 | 11011 | 11111101 | 11001 | 1000000 |
Color Harmonies of #978DBB
Complementary color
Monochromatic Colors of #978DBB
Black with #978DBB
Text Example
Text Example
White with #978DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DBB; }
p { color: rgb(151,141,187); }
H1.HeaderClassName
{
color: #978DBB;
}
.AnyTagClassName
{
color: #978DBB;
}
</style>
background-color css
<style>
a { background-color: #978DBB; }
a { background-color: rgb(151,141,187); }
div.DivClassName
{
background-color: #978DBB;
}
.BgClassName
{
background-color: #978DBB;
}
</style>
border-color css
<style>
span { border-color: #978DBB; }
span { border-color: rgb(151,141,187); }
td.TdClassName
{
border-color: #978DBB;
}
.TagClassName
{
border-color: #978DBB;
}
</style>