Shades of Cold Purple #978FBC
Tints of Cold Purple #978FBC
RGB
CMYK
RGB Variations
Color information
#978FBC (or 0x978FBC) is known color: Cold Purple. HEX triplet: 97, 8F and BC. RGB value is (151,143,188). Sum of RGB (Red+Green+Blue) = 151+143+188=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #978FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FBC is #687043. Grayscale: #969696. Windows color (decimal): -6844484 or 12357527. OLE color: 12357527.
HSL color Cylindrical-coordinate representation of color #978FBC: hue angle of 250.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978FBC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 143 | 188 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.26 |
| HSL | 250.67º | 0.25% | 0.65% | - |
| HSV(B) | 250.67º | 0.24% | 0.74% | - |
| XYZ | 31.66 | 29.86 | 51.67 | - |
| YUV | 150.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 188 | 0.20 | 0.24 | 0 | 0.26 | 250.67 | 0.25 | 0.65 |
| Hex | 97 | 8F | BC | 14 | 18 | 0 | 1A | FB | 19 | 41 |
| Octal | 227 | 217 | 274 | 24 | 30 | 0 | 32 | 373 | 31 | 101 |
| Binary | 10010111 | 10001111 | 10111100 | 10100 | 11000 | 0 | 11010 | 11111011 | 11001 | 1000001 |
Color Harmonies of #978FBC
Complementary color
Monochromatic Colors of #978FBC
Black with #978FBC
Text Example
Text Example
White with #978FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FBC; }
p { color: rgb(151,143,188); }
H1.HeaderClassName
{
color: #978FBC;
}
.AnyTagClassName
{
color: #978FBC;
}
</style>
background-color css
<style>
a { background-color: #978FBC; }
a { background-color: rgb(151,143,188); }
div.DivClassName
{
background-color: #978FBC;
}
.BgClassName
{
background-color: #978FBC;
}
</style>
border-color css
<style>
span { border-color: #978FBC; }
span { border-color: rgb(151,143,188); }
td.TdClassName
{
border-color: #978FBC;
}
.TagClassName
{
border-color: #978FBC;
}
</style>