Shades of Cold Purple #978DBE
Tints of Cold Purple #978DBE
RGB
CMYK
RGB Variations
Color information
#978DBE (or 0x978DBE) is known color: Cold Purple. HEX triplet: 97, 8D and BE. RGB value is (151,141,190). Sum of RGB (Red+Green+Blue) = 151+141+190=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #978DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBE is #687241. Grayscale: #959595. Windows color (decimal): -6844994 or 12488087. OLE color: 12488087.
HSL color Cylindrical-coordinate representation of color #978DBE: hue angle of 252.24º degrees, saturation: 0.27, 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 #978DBE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 141 | 190 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.25 |
| HSL | 252.24º | 0.27% | 0.65% | - |
| HSV(B) | 252.24º | 0.26% | 0.75% | - |
| XYZ | 31.58 | 29.35 | 52.72 | - |
| YUV | 149.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 190 | 0.21 | 0.26 | 0 | 0.25 | 252.24 | 0.27 | 0.65 |
| Hex | 97 | 8D | BE | 15 | 1A | 0 | 19 | FC | 1B | 41 |
| Octal | 227 | 215 | 276 | 25 | 32 | 0 | 31 | 374 | 33 | 101 |
| Binary | 10010111 | 10001101 | 10111110 | 10101 | 11010 | 0 | 11001 | 11111100 | 11011 | 1000001 |
Color Harmonies of #978DBE
Complementary color
Monochromatic Colors of #978DBE
Black with #978DBE
Text Example
Text Example
White with #978DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DBE; }
p { color: rgb(151,141,190); }
H1.HeaderClassName
{
color: #978DBE;
}
.AnyTagClassName
{
color: #978DBE;
}
</style>
background-color css
<style>
a { background-color: #978DBE; }
a { background-color: rgb(151,141,190); }
div.DivClassName
{
background-color: #978DBE;
}
.BgClassName
{
background-color: #978DBE;
}
</style>
border-color css
<style>
span { border-color: #978DBE; }
span { border-color: rgb(151,141,190); }
td.TdClassName
{
border-color: #978DBE;
}
.TagClassName
{
border-color: #978DBE;
}
</style>