Shades of Cold Purple #978CBD
Tints of Cold Purple #978CBD
RGB
CMYK
RGB Variations
Color information
#978CBD (or 0x978CBD) is known color: Cold Purple. HEX triplet: 97, 8C and BD. RGB value is (151,140,189). Sum of RGB (Red+Green+Blue) = 151+140+189=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #978CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBD is #687342. Grayscale: #949494. Windows color (decimal): -6845251 or 12422295. OLE color: 12422295.
HSL color Cylindrical-coordinate representation of color #978CBD: hue angle of 253.47º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978CBD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 140 | 189 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.26 |
| HSL | 253.47º | 0.27% | 0.65% | - |
| HSV(B) | 253.47º | 0.26% | 0.74% | - |
| XYZ | 31.33 | 29.01 | 52.09 | - |
| YUV | 148.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 189 | 0.20 | 0.26 | 0 | 0.26 | 253.47 | 0.27 | 0.65 |
| Hex | 97 | 8C | BD | 14 | 1A | 0 | 1A | FD | 1B | 41 |
| Octal | 227 | 214 | 275 | 24 | 32 | 0 | 32 | 375 | 33 | 101 |
| Binary | 10010111 | 10001100 | 10111101 | 10100 | 11010 | 0 | 11010 | 11111101 | 11011 | 1000001 |
Color Harmonies of #978CBD
Complementary color
Monochromatic Colors of #978CBD
Black with #978CBD
Text Example
Text Example
White with #978CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CBD; }
p { color: rgb(151,140,189); }
H1.HeaderClassName
{
color: #978CBD;
}
.AnyTagClassName
{
color: #978CBD;
}
</style>
background-color css
<style>
a { background-color: #978CBD; }
a { background-color: rgb(151,140,189); }
div.DivClassName
{
background-color: #978CBD;
}
.BgClassName
{
background-color: #978CBD;
}
</style>
border-color css
<style>
span { border-color: #978CBD; }
span { border-color: rgb(151,140,189); }
td.TdClassName
{
border-color: #978CBD;
}
.TagClassName
{
border-color: #978CBD;
}
</style>