Shades of Cold Purple #978CA9
Tints of Cold Purple #978CA9
RGB
CMYK
RGB Variations
Color information
#978CA9 (or 0x978CA9) is known color: Cold Purple. HEX triplet: 97, 8C and A9. RGB value is (151,140,169). Sum of RGB (Red+Green+Blue) = 151+140+169=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #978CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978CA9 is #687356. Grayscale: #929292. Windows color (decimal): -6845271 or 11111575. OLE color: 11111575.
HSL color Cylindrical-coordinate representation of color #978CA9: hue angle of 262.76º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978CA9 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 140 | 169 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.34 |
| HSL | 262.76º | 0.14% | 0.61% | - |
| HSV(B) | 262.76º | 0.17% | 0.66% | - |
| XYZ | 29.3 | 28.2 | 41.43 | - |
| YUV | 146.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 169 | 0.11 | 0.17 | 0 | 0.34 | 262.76 | 0.14 | 0.61 |
| Hex | 97 | 8C | A9 | B | 11 | 0 | 22 | 107 | E | 3D |
| Octal | 227 | 214 | 251 | 13 | 21 | 0 | 42 | 407 | 16 | 75 |
| Binary | 10010111 | 10001100 | 10101001 | 1011 | 10001 | 0 | 100010 | 100000111 | 1110 | 111101 |
Color Harmonies of #978CA9
Complementary color
Monochromatic Colors of #978CA9
Black with #978CA9
Text Example
Text Example
White with #978CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CA9; }
p { color: rgb(151,140,169); }
H1.HeaderClassName
{
color: #978CA9;
}
.AnyTagClassName
{
color: #978CA9;
}
</style>
background-color css
<style>
a { background-color: #978CA9; }
a { background-color: rgb(151,140,169); }
div.DivClassName
{
background-color: #978CA9;
}
.BgClassName
{
background-color: #978CA9;
}
</style>
border-color css
<style>
span { border-color: #978CA9; }
span { border-color: rgb(151,140,169); }
td.TdClassName
{
border-color: #978CA9;
}
.TagClassName
{
border-color: #978CA9;
}
</style>