Shades of Cold Purple #978DB4
Tints of Cold Purple #978DB4
RGB
CMYK
RGB Variations
Color information
#978DB4 (or 0x978DB4) is known color: Cold Purple. HEX triplet: 97, 8D and B4. RGB value is (151,141,180). Sum of RGB (Red+Green+Blue) = 151+141+180=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #978DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DB4 is #68724B. Grayscale: #949494. Windows color (decimal): -6845004 or 11832727. OLE color: 11832727.
HSL color Cylindrical-coordinate representation of color #978DB4: hue angle of 255.38º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978DB4 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 141 | 180 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.29 |
| HSL | 255.38º | 0.21% | 0.63% | - |
| HSV(B) | 255.38º | 0.22% | 0.71% | - |
| XYZ | 30.53 | 28.92 | 47.15 | - |
| YUV | 148.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 180 | 0.16 | 0.22 | 0 | 0.29 | 255.38 | 0.21 | 0.63 |
| Hex | 97 | 8D | B4 | 10 | 16 | 0 | 1D | FF | 15 | 3F |
| Octal | 227 | 215 | 264 | 20 | 26 | 0 | 35 | 377 | 25 | 77 |
| Binary | 10010111 | 10001101 | 10110100 | 10000 | 10110 | 0 | 11101 | 11111111 | 10101 | 111111 |
Color Harmonies of #978DB4
Complementary color
Monochromatic Colors of #978DB4
Black with #978DB4
Text Example
Text Example
White with #978DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DB4; }
p { color: rgb(151,141,180); }
H1.HeaderClassName
{
color: #978DB4;
}
.AnyTagClassName
{
color: #978DB4;
}
</style>
background-color css
<style>
a { background-color: #978DB4; }
a { background-color: rgb(151,141,180); }
div.DivClassName
{
background-color: #978DB4;
}
.BgClassName
{
background-color: #978DB4;
}
</style>
border-color css
<style>
span { border-color: #978DB4; }
span { border-color: rgb(151,141,180); }
td.TdClassName
{
border-color: #978DB4;
}
.TagClassName
{
border-color: #978DB4;
}
</style>