Shades of Cold Purple #978EAF
Tints of Cold Purple #978EAF
RGB
CMYK
RGB Variations
Color information
#978EAF (or 0x978EAF) is known color: Cold Purple. HEX triplet: 97, 8E and AF. RGB value is (151,142,175). Sum of RGB (Red+Green+Blue) = 151+142+175=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #978EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978EAF is #687150. Grayscale: #949494. Windows color (decimal): -6844753 or 11505303. OLE color: 11505303.
HSL color Cylindrical-coordinate representation of color #978EAF: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #978EAF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 142 | 175 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.31 |
| HSL | 256.36º | 0.17% | 0.62% | - |
| HSV(B) | 256.36º | 0.19% | 0.69% | - |
| XYZ | 30.17 | 29.02 | 44.57 | - |
| YUV | 148.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 175 | 0.14 | 0.19 | 0 | 0.31 | 256.36 | 0.17 | 0.62 |
| Hex | 97 | 8E | AF | E | 13 | 0 | 1F | 100 | 11 | 3E |
| Octal | 227 | 216 | 257 | 16 | 23 | 0 | 37 | 400 | 21 | 76 |
| Binary | 10010111 | 10001110 | 10101111 | 1110 | 10011 | 0 | 11111 | 100000000 | 10001 | 111110 |
Color Harmonies of #978EAF
Complementary color
Monochromatic Colors of #978EAF
Black with #978EAF
Text Example
Text Example
White with #978EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EAF; }
p { color: rgb(151,142,175); }
H1.HeaderClassName
{
color: #978EAF;
}
.AnyTagClassName
{
color: #978EAF;
}
</style>
background-color css
<style>
a { background-color: #978EAF; }
a { background-color: rgb(151,142,175); }
div.DivClassName
{
background-color: #978EAF;
}
.BgClassName
{
background-color: #978EAF;
}
</style>
border-color css
<style>
span { border-color: #978EAF; }
span { border-color: rgb(151,142,175); }
td.TdClassName
{
border-color: #978EAF;
}
.TagClassName
{
border-color: #978EAF;
}
</style>