Shades of Cold Purple #978BBD
Tints of Cold Purple #978BBD
RGB
CMYK
RGB Variations
Color information
#978BBD (or 0x978BBD) is known color: Cold Purple. HEX triplet: 97, 8B and BD. RGB value is (151,139,189). Sum of RGB (Red+Green+Blue) = 151+139+189=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #978BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BBD is #687442. Grayscale: #949494. Windows color (decimal): -6845507 or 12422039. OLE color: 12422039.
HSL color Cylindrical-coordinate representation of color #978BBD: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978BBD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 139 | 189 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.26 |
| HSL | 254.4º | 0.27% | 0.64% | - |
| HSV(B) | 254.4º | 0.26% | 0.74% | - |
| XYZ | 31.18 | 28.72 | 52.04 | - |
| YUV | 148.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 189 | 0.20 | 0.26 | 0 | 0.26 | 254.4 | 0.27 | 0.64 |
| Hex | 97 | 8B | BD | 14 | 1A | 0 | 1A | FE | 1B | 40 |
| Octal | 227 | 213 | 275 | 24 | 32 | 0 | 32 | 376 | 33 | 100 |
| Binary | 10010111 | 10001011 | 10111101 | 10100 | 11010 | 0 | 11010 | 11111110 | 11011 | 1000000 |
Color Harmonies of #978BBD
Complementary color
Monochromatic Colors of #978BBD
Black with #978BBD
Text Example
Text Example
White with #978BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BBD; }
p { color: rgb(151,139,189); }
H1.HeaderClassName
{
color: #978BBD;
}
.AnyTagClassName
{
color: #978BBD;
}
</style>
background-color css
<style>
a { background-color: #978BBD; }
a { background-color: rgb(151,139,189); }
div.DivClassName
{
background-color: #978BBD;
}
.BgClassName
{
background-color: #978BBD;
}
</style>
border-color css
<style>
span { border-color: #978BBD; }
span { border-color: rgb(151,139,189); }
td.TdClassName
{
border-color: #978BBD;
}
.TagClassName
{
border-color: #978BBD;
}
</style>