Shades of Cold Purple #978BA9
Tints of Cold Purple #978BA9
RGB
CMYK
RGB Variations
Color information
#978BA9 (or 0x978BA9) is known color: Cold Purple. HEX triplet: 97, 8B and A9. RGB value is (151,139,169). Sum of RGB (Red+Green+Blue) = 151+139+169=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #978BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BA9 is #687456. Grayscale: #919191. Windows color (decimal): -6845527 or 11111319. OLE color: 11111319.
HSL color Cylindrical-coordinate representation of color #978BA9: hue angle of 264º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #978BA9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 139 | 169 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.34 |
| HSL | 264º | 0.15% | 0.6% | - |
| HSV(B) | 264º | 0.18% | 0.66% | - |
| XYZ | 29.16 | 27.91 | 41.39 | - |
| YUV | 146.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 169 | 0.11 | 0.18 | 0 | 0.34 | 264 | 0.15 | 0.6 |
| Hex | 97 | 8B | A9 | B | 12 | 0 | 22 | 108 | F | 3C |
| Octal | 227 | 213 | 251 | 13 | 22 | 0 | 42 | 410 | 17 | 74 |
| Binary | 10010111 | 10001011 | 10101001 | 1011 | 10010 | 0 | 100010 | 100001000 | 1111 | 111100 |
Color Harmonies of #978BA9
Complementary color
Monochromatic Colors of #978BA9
Black with #978BA9
Text Example
Text Example
White with #978BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BA9; }
p { color: rgb(151,139,169); }
H1.HeaderClassName
{
color: #978BA9;
}
.AnyTagClassName
{
color: #978BA9;
}
</style>
background-color css
<style>
a { background-color: #978BA9; }
a { background-color: rgb(151,139,169); }
div.DivClassName
{
background-color: #978BA9;
}
.BgClassName
{
background-color: #978BA9;
}
</style>
border-color css
<style>
span { border-color: #978BA9; }
span { border-color: rgb(151,139,169); }
td.TdClassName
{
border-color: #978BA9;
}
.TagClassName
{
border-color: #978BA9;
}
</style>