Shades of Cold Purple #978CC0
Tints of Cold Purple #978CC0
RGB
CMYK
RGB Variations
Color information
#978CC0 (or 0x978CC0) is known color: Cold Purple. HEX triplet: 97, 8C and C0. RGB value is (151,140,192). Sum of RGB (Red+Green+Blue) = 151+140+192=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #978CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CC0 is #68733F. Grayscale: #959595. Windows color (decimal): -6845248 or 12618903. OLE color: 12618903.
HSL color Cylindrical-coordinate representation of color #978CC0: hue angle of 252.69º degrees, saturation: 0.29, 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 #978CC0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 140 | 192 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.25 |
| HSL | 252.69º | 0.29% | 0.65% | - |
| HSV(B) | 252.69º | 0.27% | 0.75% | - |
| XYZ | 31.66 | 29.14 | 53.83 | - |
| YUV | 149.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 192 | 0.21 | 0.27 | 0 | 0.25 | 252.69 | 0.29 | 0.65 |
| Hex | 97 | 8C | C0 | 15 | 1B | 0 | 19 | FD | 1D | 41 |
| Octal | 227 | 214 | 300 | 25 | 33 | 0 | 31 | 375 | 35 | 101 |
| Binary | 10010111 | 10001100 | 11000000 | 10101 | 11011 | 0 | 11001 | 11111101 | 11101 | 1000001 |
Color Harmonies of #978CC0
Complementary color
Monochromatic Colors of #978CC0
Black with #978CC0
Text Example
Text Example
White with #978CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CC0; }
p { color: rgb(151,140,192); }
H1.HeaderClassName
{
color: #978CC0;
}
.AnyTagClassName
{
color: #978CC0;
}
</style>
background-color css
<style>
a { background-color: #978CC0; }
a { background-color: rgb(151,140,192); }
div.DivClassName
{
background-color: #978CC0;
}
.BgClassName
{
background-color: #978CC0;
}
</style>
border-color css
<style>
span { border-color: #978CC0; }
span { border-color: rgb(151,140,192); }
td.TdClassName
{
border-color: #978CC0;
}
.TagClassName
{
border-color: #978CC0;
}
</style>