Shades of Cold Purple #978AC5
Tints of Cold Purple #978AC5
RGB
CMYK
RGB Variations
Color information
#978AC5 (or 0x978AC5) is known color: Cold Purple. HEX triplet: 97, 8A and C5. RGB value is (151,138,197). Sum of RGB (Red+Green+Blue) = 151+138+197=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #978AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AC5 is #68753A. Grayscale: #949494. Windows color (decimal): -6845755 or 12946071. OLE color: 12946071.
HSL color Cylindrical-coordinate representation of color #978AC5: hue angle of 253.22º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #978AC5 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 138 | 197 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.23 |
| HSL | 253.22º | 0.34% | 0.66% | - |
| HSV(B) | 253.22º | 0.3% | 0.77% | - |
| XYZ | 31.93 | 28.79 | 56.7 | - |
| YUV | 148.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 197 | 0.23 | 0.30 | 0 | 0.23 | 253.22 | 0.34 | 0.66 |
| Hex | 97 | 8A | C5 | 17 | 1E | 0 | 17 | FD | 22 | 42 |
| Octal | 227 | 212 | 305 | 27 | 36 | 0 | 27 | 375 | 42 | 102 |
| Binary | 10010111 | 10001010 | 11000101 | 10111 | 11110 | 0 | 10111 | 11111101 | 100010 | 1000010 |
Color Harmonies of #978AC5
Complementary color
Monochromatic Colors of #978AC5
Black with #978AC5
Text Example
Text Example
White with #978AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AC5; }
p { color: rgb(151,138,197); }
H1.HeaderClassName
{
color: #978AC5;
}
.AnyTagClassName
{
color: #978AC5;
}
</style>
background-color css
<style>
a { background-color: #978AC5; }
a { background-color: rgb(151,138,197); }
div.DivClassName
{
background-color: #978AC5;
}
.BgClassName
{
background-color: #978AC5;
}
</style>
border-color css
<style>
span { border-color: #978AC5; }
span { border-color: rgb(151,138,197); }
td.TdClassName
{
border-color: #978AC5;
}
.TagClassName
{
border-color: #978AC5;
}
</style>