Shades of Cold Purple #978ABB
Tints of Cold Purple #978ABB
RGB
CMYK
RGB Variations
Color information
#978ABB (or 0x978ABB) is known color: Cold Purple. HEX triplet: 97, 8A and BB. RGB value is (151,138,187). Sum of RGB (Red+Green+Blue) = 151+138+187=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #978ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ABB is #687544. Grayscale: #939393. Windows color (decimal): -6845765 or 12290711. OLE color: 12290711.
HSL color Cylindrical-coordinate representation of color #978ABB: hue angle of 255.92º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978ABB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 138 | 187 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.27 |
| HSL | 255.92º | 0.26% | 0.64% | - |
| HSV(B) | 255.92º | 0.26% | 0.73% | - |
| XYZ | 30.82 | 28.34 | 50.86 | - |
| YUV | 147.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 187 | 0.19 | 0.26 | 0 | 0.27 | 255.92 | 0.26 | 0.64 |
| Hex | 97 | 8A | BB | 13 | 1A | 0 | 1B | 100 | 1A | 40 |
| Octal | 227 | 212 | 273 | 23 | 32 | 0 | 33 | 400 | 32 | 100 |
| Binary | 10010111 | 10001010 | 10111011 | 10011 | 11010 | 0 | 11011 | 100000000 | 11010 | 1000000 |
Color Harmonies of #978ABB
Complementary color
Monochromatic Colors of #978ABB
Black with #978ABB
Text Example
Text Example
White with #978ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ABB; }
p { color: rgb(151,138,187); }
H1.HeaderClassName
{
color: #978ABB;
}
.AnyTagClassName
{
color: #978ABB;
}
</style>
background-color css
<style>
a { background-color: #978ABB; }
a { background-color: rgb(151,138,187); }
div.DivClassName
{
background-color: #978ABB;
}
.BgClassName
{
background-color: #978ABB;
}
</style>
border-color css
<style>
span { border-color: #978ABB; }
span { border-color: rgb(151,138,187); }
td.TdClassName
{
border-color: #978ABB;
}
.TagClassName
{
border-color: #978ABB;
}
</style>