Shades of Cold Purple #978CBC
Tints of Cold Purple #978CBC
RGB
CMYK
RGB Variations
Color information
#978CBC (or 0x978CBC) is known color: Cold Purple. HEX triplet: 97, 8C and BC. RGB value is (151,140,188). Sum of RGB (Red+Green+Blue) = 151+140+188=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #978CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBC is #687343. Grayscale: #949494. Windows color (decimal): -6845252 or 12356759. OLE color: 12356759.
HSL color Cylindrical-coordinate representation of color #978CBC: hue angle of 253.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978CBC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 140 | 188 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.26 |
| HSL | 253.75º | 0.26% | 0.64% | - |
| HSV(B) | 253.75º | 0.26% | 0.74% | - |
| XYZ | 31.22 | 28.97 | 51.52 | - |
| YUV | 148.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 188 | 0.20 | 0.26 | 0 | 0.26 | 253.75 | 0.26 | 0.64 |
| Hex | 97 | 8C | BC | 14 | 1A | 0 | 1A | FE | 1A | 40 |
| Octal | 227 | 214 | 274 | 24 | 32 | 0 | 32 | 376 | 32 | 100 |
| Binary | 10010111 | 10001100 | 10111100 | 10100 | 11010 | 0 | 11010 | 11111110 | 11010 | 1000000 |
Color Harmonies of #978CBC
Complementary color
Monochromatic Colors of #978CBC
Black with #978CBC
Text Example
Text Example
White with #978CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CBC; }
p { color: rgb(151,140,188); }
H1.HeaderClassName
{
color: #978CBC;
}
.AnyTagClassName
{
color: #978CBC;
}
</style>
background-color css
<style>
a { background-color: #978CBC; }
a { background-color: rgb(151,140,188); }
div.DivClassName
{
background-color: #978CBC;
}
.BgClassName
{
background-color: #978CBC;
}
</style>
border-color css
<style>
span { border-color: #978CBC; }
span { border-color: rgb(151,140,188); }
td.TdClassName
{
border-color: #978CBC;
}
.TagClassName
{
border-color: #978CBC;
}
</style>