Shades of Cold Purple #978CBF
Tints of Cold Purple #978CBF
RGB
CMYK
RGB Variations
Color information
#978CBF (or 0x978CBF) is known color: Cold Purple. HEX triplet: 97, 8C and BF. RGB value is (151,140,191). Sum of RGB (Red+Green+Blue) = 151+140+191=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #978CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBF is #687340. Grayscale: #949494. Windows color (decimal): -6845249 or 12553367. OLE color: 12553367.
HSL color Cylindrical-coordinate representation of color #978CBF: hue angle of 252.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #978CBF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 140 | 191 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.25 |
| HSL | 252.94º | 0.28% | 0.65% | - |
| HSV(B) | 252.94º | 0.27% | 0.75% | - |
| XYZ | 31.54 | 29.1 | 53.24 | - |
| YUV | 149.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 191 | 0.21 | 0.27 | 0 | 0.25 | 252.94 | 0.28 | 0.65 |
| Hex | 97 | 8C | BF | 15 | 1B | 0 | 19 | FD | 1C | 41 |
| Octal | 227 | 214 | 277 | 25 | 33 | 0 | 31 | 375 | 34 | 101 |
| Binary | 10010111 | 10001100 | 10111111 | 10101 | 11011 | 0 | 11001 | 11111101 | 11100 | 1000001 |
Color Harmonies of #978CBF
Complementary color
Monochromatic Colors of #978CBF
Black with #978CBF
Text Example
Text Example
White with #978CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CBF; }
p { color: rgb(151,140,191); }
H1.HeaderClassName
{
color: #978CBF;
}
.AnyTagClassName
{
color: #978CBF;
}
</style>
background-color css
<style>
a { background-color: #978CBF; }
a { background-color: rgb(151,140,191); }
div.DivClassName
{
background-color: #978CBF;
}
.BgClassName
{
background-color: #978CBF;
}
</style>
border-color css
<style>
span { border-color: #978CBF; }
span { border-color: rgb(151,140,191); }
td.TdClassName
{
border-color: #978CBF;
}
.TagClassName
{
border-color: #978CBF;
}
</style>