Shades of Cold Purple #978FBA
Tints of Cold Purple #978FBA
RGB
CMYK
RGB Variations
Color information
#978FBA (or 0x978FBA) is known color: Cold Purple. HEX triplet: 97, 8F and BA. RGB value is (151,143,186). Sum of RGB (Red+Green+Blue) = 151+143+186=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #978FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FBA is #687045. Grayscale: #969696. Windows color (decimal): -6844486 or 12226455. OLE color: 12226455.
HSL color Cylindrical-coordinate representation of color #978FBA: hue angle of 251.16º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #978FBA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 143 | 186 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.27 |
| HSL | 251.16º | 0.24% | 0.65% | - |
| HSV(B) | 251.16º | 0.23% | 0.73% | - |
| XYZ | 31.45 | 29.77 | 50.54 | - |
| YUV | 150.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 186 | 0.19 | 0.23 | 0 | 0.27 | 251.16 | 0.24 | 0.65 |
| Hex | 97 | 8F | BA | 13 | 17 | 0 | 1B | FB | 18 | 41 |
| Octal | 227 | 217 | 272 | 23 | 27 | 0 | 33 | 373 | 30 | 101 |
| Binary | 10010111 | 10001111 | 10111010 | 10011 | 10111 | 0 | 11011 | 11111011 | 11000 | 1000001 |
Color Harmonies of #978FBA
Complementary color
Monochromatic Colors of #978FBA
Black with #978FBA
Text Example
Text Example
White with #978FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FBA; }
p { color: rgb(151,143,186); }
H1.HeaderClassName
{
color: #978FBA;
}
.AnyTagClassName
{
color: #978FBA;
}
</style>
background-color css
<style>
a { background-color: #978FBA; }
a { background-color: rgb(151,143,186); }
div.DivClassName
{
background-color: #978FBA;
}
.BgClassName
{
background-color: #978FBA;
}
</style>
border-color css
<style>
span { border-color: #978FBA; }
span { border-color: rgb(151,143,186); }
td.TdClassName
{
border-color: #978FBA;
}
.TagClassName
{
border-color: #978FBA;
}
</style>