Shades of Cold Purple #978DB2
Tints of Cold Purple #978DB2
RGB
CMYK
RGB Variations
Color information
#978DB2 (or 0x978DB2) is known color: Cold Purple. HEX triplet: 97, 8D and B2. RGB value is (151,141,178). Sum of RGB (Red+Green+Blue) = 151+141+178=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #978DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DB2 is #68724D. Grayscale: #949494. Windows color (decimal): -6845006 or 11701655. OLE color: 11701655.
HSL color Cylindrical-coordinate representation of color #978DB2: hue angle of 256.22º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978DB2 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 141 | 178 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.30 |
| HSL | 256.22º | 0.19% | 0.63% | - |
| HSV(B) | 256.22º | 0.21% | 0.7% | - |
| XYZ | 30.32 | 28.84 | 46.09 | - |
| YUV | 148.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 178 | 0.15 | 0.21 | 0 | 0.30 | 256.22 | 0.19 | 0.63 |
| Hex | 97 | 8D | B2 | F | 15 | 0 | 1E | 100 | 13 | 3F |
| Octal | 227 | 215 | 262 | 17 | 25 | 0 | 36 | 400 | 23 | 77 |
| Binary | 10010111 | 10001101 | 10110010 | 1111 | 10101 | 0 | 11110 | 100000000 | 10011 | 111111 |
Color Harmonies of #978DB2
Complementary color
Monochromatic Colors of #978DB2
Black with #978DB2
Text Example
Text Example
White with #978DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DB2; }
p { color: rgb(151,141,178); }
H1.HeaderClassName
{
color: #978DB2;
}
.AnyTagClassName
{
color: #978DB2;
}
</style>
background-color css
<style>
a { background-color: #978DB2; }
a { background-color: rgb(151,141,178); }
div.DivClassName
{
background-color: #978DB2;
}
.BgClassName
{
background-color: #978DB2;
}
</style>
border-color css
<style>
span { border-color: #978DB2; }
span { border-color: rgb(151,141,178); }
td.TdClassName
{
border-color: #978DB2;
}
.TagClassName
{
border-color: #978DB2;
}
</style>