Shades of Cold Purple #978BB7
Tints of Cold Purple #978BB7
RGB
CMYK
RGB Variations
Color information
#978BB7 (or 0x978BB7) is known color: Cold Purple. HEX triplet: 97, 8B and B7. RGB value is (151,139,183). Sum of RGB (Red+Green+Blue) = 151+139+183=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #978BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BB7 is #687448. Grayscale: #939393. Windows color (decimal): -6845513 or 12028823. OLE color: 12028823.
HSL color Cylindrical-coordinate representation of color #978BB7: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978BB7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 139 | 183 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.28 |
| HSL | 256.36º | 0.23% | 0.63% | - |
| HSV(B) | 256.36º | 0.24% | 0.72% | - |
| XYZ | 30.54 | 28.46 | 48.68 | - |
| YUV | 147.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 183 | 0.17 | 0.24 | 0 | 0.28 | 256.36 | 0.23 | 0.63 |
| Hex | 97 | 8B | B7 | 11 | 18 | 0 | 1C | 100 | 17 | 3F |
| Octal | 227 | 213 | 267 | 21 | 30 | 0 | 34 | 400 | 27 | 77 |
| Binary | 10010111 | 10001011 | 10110111 | 10001 | 11000 | 0 | 11100 | 100000000 | 10111 | 111111 |
Color Harmonies of #978BB7
Complementary color
Monochromatic Colors of #978BB7
Black with #978BB7
Text Example
Text Example
White with #978BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BB7; }
p { color: rgb(151,139,183); }
H1.HeaderClassName
{
color: #978BB7;
}
.AnyTagClassName
{
color: #978BB7;
}
</style>
background-color css
<style>
a { background-color: #978BB7; }
a { background-color: rgb(151,139,183); }
div.DivClassName
{
background-color: #978BB7;
}
.BgClassName
{
background-color: #978BB7;
}
</style>
border-color css
<style>
span { border-color: #978BB7; }
span { border-color: rgb(151,139,183); }
td.TdClassName
{
border-color: #978BB7;
}
.TagClassName
{
border-color: #978BB7;
}
</style>