Shades of Cold Purple #978AC0
Tints of Cold Purple #978AC0
RGB
CMYK
RGB Variations
Color information
#978AC0 (or 0x978AC0) is known color: Cold Purple. HEX triplet: 97, 8A and C0. RGB value is (151,138,192). Sum of RGB (Red+Green+Blue) = 151+138+192=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #978AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AC0 is #68753F. Grayscale: #939393. Windows color (decimal): -6845760 or 12618391. OLE color: 12618391.
HSL color Cylindrical-coordinate representation of color #978AC0: hue angle of 254.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #978AC0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 138 | 192 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.25 |
| HSL | 254.44º | 0.3% | 0.65% | - |
| HSV(B) | 254.44º | 0.28% | 0.75% | - |
| XYZ | 31.37 | 28.56 | 53.73 | - |
| YUV | 148.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 192 | 0.21 | 0.28 | 0 | 0.25 | 254.44 | 0.3 | 0.65 |
| Hex | 97 | 8A | C0 | 15 | 1C | 0 | 19 | FE | 1E | 41 |
| Octal | 227 | 212 | 300 | 25 | 34 | 0 | 31 | 376 | 36 | 101 |
| Binary | 10010111 | 10001010 | 11000000 | 10101 | 11100 | 0 | 11001 | 11111110 | 11110 | 1000001 |
Color Harmonies of #978AC0
Complementary color
Monochromatic Colors of #978AC0
Black with #978AC0
Text Example
Text Example
White with #978AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AC0; }
p { color: rgb(151,138,192); }
H1.HeaderClassName
{
color: #978AC0;
}
.AnyTagClassName
{
color: #978AC0;
}
</style>
background-color css
<style>
a { background-color: #978AC0; }
a { background-color: rgb(151,138,192); }
div.DivClassName
{
background-color: #978AC0;
}
.BgClassName
{
background-color: #978AC0;
}
</style>
border-color css
<style>
span { border-color: #978AC0; }
span { border-color: rgb(151,138,192); }
td.TdClassName
{
border-color: #978AC0;
}
.TagClassName
{
border-color: #978AC0;
}
</style>