Shades of Cold Purple #978BBB
Tints of Cold Purple #978BBB
RGB
CMYK
RGB Variations
Color information
#978BBB (or 0x978BBB) is known color: Cold Purple. HEX triplet: 97, 8B and BB. RGB value is (151,139,187). Sum of RGB (Red+Green+Blue) = 151+139+187=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #978BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BBB is #687444. Grayscale: #939393. Windows color (decimal): -6845509 or 12290967. OLE color: 12290967.
HSL color Cylindrical-coordinate representation of color #978BBB: hue angle of 255º 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 #978BBB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 139 | 187 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.27 |
| HSL | 255º | 0.26% | 0.64% | - |
| HSV(B) | 255º | 0.26% | 0.73% | - |
| XYZ | 30.96 | 28.63 | 50.91 | - |
| YUV | 148.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 187 | 0.19 | 0.26 | 0 | 0.27 | 255 | 0.26 | 0.64 |
| Hex | 97 | 8B | BB | 13 | 1A | 0 | 1B | FF | 1A | 40 |
| Octal | 227 | 213 | 273 | 23 | 32 | 0 | 33 | 377 | 32 | 100 |
| Binary | 10010111 | 10001011 | 10111011 | 10011 | 11010 | 0 | 11011 | 11111111 | 11010 | 1000000 |
Color Harmonies of #978BBB
Complementary color
Monochromatic Colors of #978BBB
Black with #978BBB
Text Example
Text Example
White with #978BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BBB; }
p { color: rgb(151,139,187); }
H1.HeaderClassName
{
color: #978BBB;
}
.AnyTagClassName
{
color: #978BBB;
}
</style>
background-color css
<style>
a { background-color: #978BBB; }
a { background-color: rgb(151,139,187); }
div.DivClassName
{
background-color: #978BBB;
}
.BgClassName
{
background-color: #978BBB;
}
</style>
border-color css
<style>
span { border-color: #978BBB; }
span { border-color: rgb(151,139,187); }
td.TdClassName
{
border-color: #978BBB;
}
.TagClassName
{
border-color: #978BBB;
}
</style>