Shades of Cold Purple #978ACD
Tints of Cold Purple #978ACD
RGB
CMYK
RGB Variations
Color information
#978ACD (or 0x978ACD) is known color: Cold Purple. HEX triplet: 97, 8A and CD. RGB value is (151,138,205). Sum of RGB (Red+Green+Blue) = 151+138+205=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #978ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACD is #687532. Grayscale: #959595. Windows color (decimal): -6845747 or 13470359. OLE color: 13470359.
HSL color Cylindrical-coordinate representation of color #978ACD: hue angle of 251.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978ACD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 138 | 205 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.20 |
| HSL | 251.64º | 0.4% | 0.67% | - |
| HSV(B) | 251.64º | 0.33% | 0.8% | - |
| XYZ | 32.87 | 29.16 | 61.65 | - |
| YUV | 149.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 205 | 0.26 | 0.33 | 0 | 0.20 | 251.64 | 0.4 | 0.67 |
| Hex | 97 | 8A | CD | 1A | 21 | 0 | 14 | FC | 28 | 43 |
| Octal | 227 | 212 | 315 | 32 | 41 | 0 | 24 | 374 | 50 | 103 |
| Binary | 10010111 | 10001010 | 11001101 | 11010 | 100001 | 0 | 10100 | 11111100 | 101000 | 1000011 |
Color Harmonies of #978ACD
Complementary color
Monochromatic Colors of #978ACD
Black with #978ACD
Text Example
Text Example
White with #978ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ACD; }
p { color: rgb(151,138,205); }
H1.HeaderClassName
{
color: #978ACD;
}
.AnyTagClassName
{
color: #978ACD;
}
</style>
background-color css
<style>
a { background-color: #978ACD; }
a { background-color: rgb(151,138,205); }
div.DivClassName
{
background-color: #978ACD;
}
.BgClassName
{
background-color: #978ACD;
}
</style>
border-color css
<style>
span { border-color: #978ACD; }
span { border-color: rgb(151,138,205); }
td.TdClassName
{
border-color: #978ACD;
}
.TagClassName
{
border-color: #978ACD;
}
</style>