Shades of Cold Purple #978BAD
Tints of Cold Purple #978BAD
RGB
CMYK
RGB Variations
Color information
#978BAD (or 0x978BAD) is known color: Cold Purple. HEX triplet: 97, 8B and AD. RGB value is (151,139,173). Sum of RGB (Red+Green+Blue) = 151+139+173=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #978BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BAD is #687452. Grayscale: #929292. Windows color (decimal): -6845523 or 11373463. OLE color: 11373463.
HSL color Cylindrical-coordinate representation of color #978BAD: hue angle of 261.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #978BAD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 139 | 173 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.32 |
| HSL | 261.18º | 0.17% | 0.61% | - |
| HSV(B) | 261.18º | 0.2% | 0.68% | - |
| XYZ | 29.54 | 28.06 | 43.39 | - |
| YUV | 146.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 173 | 0.13 | 0.20 | 0 | 0.32 | 261.18 | 0.17 | 0.61 |
| Hex | 97 | 8B | AD | D | 14 | 0 | 20 | 105 | 11 | 3D |
| Octal | 227 | 213 | 255 | 15 | 24 | 0 | 40 | 405 | 21 | 75 |
| Binary | 10010111 | 10001011 | 10101101 | 1101 | 10100 | 0 | 100000 | 100000101 | 10001 | 111101 |
Color Harmonies of #978BAD
Complementary color
Monochromatic Colors of #978BAD
Black with #978BAD
Text Example
Text Example
White with #978BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BAD; }
p { color: rgb(151,139,173); }
H1.HeaderClassName
{
color: #978BAD;
}
.AnyTagClassName
{
color: #978BAD;
}
</style>
background-color css
<style>
a { background-color: #978BAD; }
a { background-color: rgb(151,139,173); }
div.DivClassName
{
background-color: #978BAD;
}
.BgClassName
{
background-color: #978BAD;
}
</style>
border-color css
<style>
span { border-color: #978BAD; }
span { border-color: rgb(151,139,173); }
td.TdClassName
{
border-color: #978BAD;
}
.TagClassName
{
border-color: #978BAD;
}
</style>