Shades of Cold Purple #978BAB
Tints of Cold Purple #978BAB
RGB
CMYK
RGB Variations
Color information
#978BAB (or 0x978BAB) is known color: Cold Purple. HEX triplet: 97, 8B and AB. RGB value is (151,139,171). Sum of RGB (Red+Green+Blue) = 151+139+171=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #978BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BAB is #687454. Grayscale: #929292. Windows color (decimal): -6845525 or 11242391. OLE color: 11242391.
HSL color Cylindrical-coordinate representation of color #978BAB: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #978BAB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 139 | 171 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.33 |
| HSL | 262.5º | 0.16% | 0.61% | - |
| HSV(B) | 262.5º | 0.19% | 0.67% | - |
| XYZ | 29.35 | 27.98 | 42.38 | - |
| YUV | 146.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 171 | 0.12 | 0.19 | 0 | 0.33 | 262.5 | 0.16 | 0.61 |
| Hex | 97 | 8B | AB | C | 13 | 0 | 21 | 106 | 10 | 3D |
| Octal | 227 | 213 | 253 | 14 | 23 | 0 | 41 | 406 | 20 | 75 |
| Binary | 10010111 | 10001011 | 10101011 | 1100 | 10011 | 0 | 100001 | 100000110 | 10000 | 111101 |
Color Harmonies of #978BAB
Complementary color
Monochromatic Colors of #978BAB
Black with #978BAB
Text Example
Text Example
White with #978BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BAB; }
p { color: rgb(151,139,171); }
H1.HeaderClassName
{
color: #978BAB;
}
.AnyTagClassName
{
color: #978BAB;
}
</style>
background-color css
<style>
a { background-color: #978BAB; }
a { background-color: rgb(151,139,171); }
div.DivClassName
{
background-color: #978BAB;
}
.BgClassName
{
background-color: #978BAB;
}
</style>
border-color css
<style>
span { border-color: #978BAB; }
span { border-color: rgb(151,139,171); }
td.TdClassName
{
border-color: #978BAB;
}
.TagClassName
{
border-color: #978BAB;
}
</style>