Shades of Cold Purple #978FB4
Tints of Cold Purple #978FB4
RGB
CMYK
RGB Variations
Color information
#978FB4 (or 0x978FB4) is known color: Cold Purple. HEX triplet: 97, 8F and B4. RGB value is (151,143,180). Sum of RGB (Red+Green+Blue) = 151+143+180=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #978FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FB4 is #68704B. Grayscale: #959595. Windows color (decimal): -6844492 or 11833239. OLE color: 11833239.
HSL color Cylindrical-coordinate representation of color #978FB4: hue angle of 252.97º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978FB4 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 143 | 180 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.29 |
| HSL | 252.97º | 0.2% | 0.63% | - |
| HSV(B) | 252.97º | 0.21% | 0.71% | - |
| XYZ | 30.82 | 29.52 | 47.25 | - |
| YUV | 149.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 180 | 0.16 | 0.21 | 0 | 0.29 | 252.97 | 0.2 | 0.63 |
| Hex | 97 | 8F | B4 | 10 | 15 | 0 | 1D | FD | 14 | 3F |
| Octal | 227 | 217 | 264 | 20 | 25 | 0 | 35 | 375 | 24 | 77 |
| Binary | 10010111 | 10001111 | 10110100 | 10000 | 10101 | 0 | 11101 | 11111101 | 10100 | 111111 |
Color Harmonies of #978FB4
Complementary color
Monochromatic Colors of #978FB4
Black with #978FB4
Text Example
Text Example
White with #978FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FB4; }
p { color: rgb(151,143,180); }
H1.HeaderClassName
{
color: #978FB4;
}
.AnyTagClassName
{
color: #978FB4;
}
</style>
background-color css
<style>
a { background-color: #978FB4; }
a { background-color: rgb(151,143,180); }
div.DivClassName
{
background-color: #978FB4;
}
.BgClassName
{
background-color: #978FB4;
}
</style>
border-color css
<style>
span { border-color: #978FB4; }
span { border-color: rgb(151,143,180); }
td.TdClassName
{
border-color: #978FB4;
}
.TagClassName
{
border-color: #978FB4;
}
</style>