Shades of Cold Purple #978AB6
Tints of Cold Purple #978AB6
RGB
CMYK
RGB Variations
Color information
#978AB6 (or 0x978AB6) is known color: Cold Purple. HEX triplet: 97, 8A and B6. RGB value is (151,138,182). Sum of RGB (Red+Green+Blue) = 151+138+182=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #978AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AB6 is #687549. Grayscale: #929292. Windows color (decimal): -6845770 or 11963031. OLE color: 11963031.
HSL color Cylindrical-coordinate representation of color #978AB6: hue angle of 257.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978AB6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 138 | 182 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.29 |
| HSL | 257.73º | 0.23% | 0.63% | - |
| HSV(B) | 257.73º | 0.24% | 0.71% | - |
| XYZ | 30.29 | 28.13 | 48.09 | - |
| YUV | 146.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 182 | 0.17 | 0.24 | 0 | 0.29 | 257.73 | 0.23 | 0.63 |
| Hex | 97 | 8A | B6 | 11 | 18 | 0 | 1D | 102 | 17 | 3F |
| Octal | 227 | 212 | 266 | 21 | 30 | 0 | 35 | 402 | 27 | 77 |
| Binary | 10010111 | 10001010 | 10110110 | 10001 | 11000 | 0 | 11101 | 100000010 | 10111 | 111111 |
Color Harmonies of #978AB6
Complementary color
Monochromatic Colors of #978AB6
Black with #978AB6
Text Example
Text Example
White with #978AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AB6; }
p { color: rgb(151,138,182); }
H1.HeaderClassName
{
color: #978AB6;
}
.AnyTagClassName
{
color: #978AB6;
}
</style>
background-color css
<style>
a { background-color: #978AB6; }
a { background-color: rgb(151,138,182); }
div.DivClassName
{
background-color: #978AB6;
}
.BgClassName
{
background-color: #978AB6;
}
</style>
border-color css
<style>
span { border-color: #978AB6; }
span { border-color: rgb(151,138,182); }
td.TdClassName
{
border-color: #978AB6;
}
.TagClassName
{
border-color: #978AB6;
}
</style>