Shades of Cold Purple #978AAF
Tints of Cold Purple #978AAF
RGB
CMYK
RGB Variations
Color information
#978AAF (or 0x978AAF) is known color: Cold Purple. HEX triplet: 97, 8A and AF. RGB value is (151,138,175). Sum of RGB (Red+Green+Blue) = 151+138+175=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #978AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAF is #687550. Grayscale: #919191. Windows color (decimal): -6845777 or 11504279. OLE color: 11504279.
HSL color Cylindrical-coordinate representation of color #978AAF: hue angle of 261.08º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978AAF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 138 | 175 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.31 |
| HSL | 261.08º | 0.19% | 0.61% | - |
| HSV(B) | 261.08º | 0.21% | 0.69% | - |
| XYZ | 29.59 | 27.85 | 44.37 | - |
| YUV | 146.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 175 | 0.14 | 0.21 | 0 | 0.31 | 261.08 | 0.19 | 0.61 |
| Hex | 97 | 8A | AF | E | 15 | 0 | 1F | 105 | 13 | 3D |
| Octal | 227 | 212 | 257 | 16 | 25 | 0 | 37 | 405 | 23 | 75 |
| Binary | 10010111 | 10001010 | 10101111 | 1110 | 10101 | 0 | 11111 | 100000101 | 10011 | 111101 |
Color Harmonies of #978AAF
Complementary color
Monochromatic Colors of #978AAF
Black with #978AAF
Text Example
Text Example
White with #978AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AAF; }
p { color: rgb(151,138,175); }
H1.HeaderClassName
{
color: #978AAF;
}
.AnyTagClassName
{
color: #978AAF;
}
</style>
background-color css
<style>
a { background-color: #978AAF; }
a { background-color: rgb(151,138,175); }
div.DivClassName
{
background-color: #978AAF;
}
.BgClassName
{
background-color: #978AAF;
}
</style>
border-color css
<style>
span { border-color: #978AAF; }
span { border-color: rgb(151,138,175); }
td.TdClassName
{
border-color: #978AAF;
}
.TagClassName
{
border-color: #978AAF;
}
</style>