Shades of Cold Purple #978AB4
Tints of Cold Purple #978AB4
RGB
CMYK
RGB Variations
Color information
#978AB4 (or 0x978AB4) is known color: Cold Purple. HEX triplet: 97, 8A and B4. RGB value is (151,138,180). Sum of RGB (Red+Green+Blue) = 151+138+180=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #978AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AB4 is #68754B. Grayscale: #929292. Windows color (decimal): -6845772 or 11831959. OLE color: 11831959.
HSL color Cylindrical-coordinate representation of color #978AB4: hue angle of 258.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #978AB4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 138 | 180 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.29 |
| HSL | 258.57º | 0.22% | 0.62% | - |
| HSV(B) | 258.57º | 0.23% | 0.71% | - |
| XYZ | 30.09 | 28.05 | 47.01 | - |
| YUV | 146.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 180 | 0.16 | 0.23 | 0 | 0.29 | 258.57 | 0.22 | 0.62 |
| Hex | 97 | 8A | B4 | 10 | 17 | 0 | 1D | 103 | 16 | 3E |
| Octal | 227 | 212 | 264 | 20 | 27 | 0 | 35 | 403 | 26 | 76 |
| Binary | 10010111 | 10001010 | 10110100 | 10000 | 10111 | 0 | 11101 | 100000011 | 10110 | 111110 |
Color Harmonies of #978AB4
Complementary color
Monochromatic Colors of #978AB4
Black with #978AB4
Text Example
Text Example
White with #978AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AB4; }
p { color: rgb(151,138,180); }
H1.HeaderClassName
{
color: #978AB4;
}
.AnyTagClassName
{
color: #978AB4;
}
</style>
background-color css
<style>
a { background-color: #978AB4; }
a { background-color: rgb(151,138,180); }
div.DivClassName
{
background-color: #978AB4;
}
.BgClassName
{
background-color: #978AB4;
}
</style>
border-color css
<style>
span { border-color: #978AB4; }
span { border-color: rgb(151,138,180); }
td.TdClassName
{
border-color: #978AB4;
}
.TagClassName
{
border-color: #978AB4;
}
</style>