Shades of Cold Purple #978DAD
Tints of Cold Purple #978DAD
RGB
CMYK
RGB Variations
Color information
#978DAD (or 0x978DAD) is known color: Cold Purple. HEX triplet: 97, 8D and AD. RGB value is (151,141,173). Sum of RGB (Red+Green+Blue) = 151+141+173=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #978DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DAD is #687252. Grayscale: #939393. Windows color (decimal): -6845011 or 11373975. OLE color: 11373975.
HSL color Cylindrical-coordinate representation of color #978DAD: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #978DAD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 141 | 173 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.32 |
| HSL | 258.75º | 0.16% | 0.62% | - |
| HSV(B) | 258.75º | 0.18% | 0.68% | - |
| XYZ | 29.83 | 28.65 | 43.49 | - |
| YUV | 147.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 173 | 0.13 | 0.18 | 0 | 0.32 | 258.75 | 0.16 | 0.62 |
| Hex | 97 | 8D | AD | D | 12 | 0 | 20 | 103 | 10 | 3E |
| Octal | 227 | 215 | 255 | 15 | 22 | 0 | 40 | 403 | 20 | 76 |
| Binary | 10010111 | 10001101 | 10101101 | 1101 | 10010 | 0 | 100000 | 100000011 | 10000 | 111110 |
Color Harmonies of #978DAD
Complementary color
Monochromatic Colors of #978DAD
Black with #978DAD
Text Example
Text Example
White with #978DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DAD; }
p { color: rgb(151,141,173); }
H1.HeaderClassName
{
color: #978DAD;
}
.AnyTagClassName
{
color: #978DAD;
}
</style>
background-color css
<style>
a { background-color: #978DAD; }
a { background-color: rgb(151,141,173); }
div.DivClassName
{
background-color: #978DAD;
}
.BgClassName
{
background-color: #978DAD;
}
</style>
border-color css
<style>
span { border-color: #978DAD; }
span { border-color: rgb(151,141,173); }
td.TdClassName
{
border-color: #978DAD;
}
.TagClassName
{
border-color: #978DAD;
}
</style>