Shades of Cold Purple #978ACC
Tints of Cold Purple #978ACC
RGB
CMYK
RGB Variations
Color information
#978ACC (or 0x978ACC) is known color: Cold Purple. HEX triplet: 97, 8A and CC. RGB value is (151,138,204). Sum of RGB (Red+Green+Blue) = 151+138+204=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #978ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACC is #687533. Grayscale: #959595. Windows color (decimal): -6845748 or 13404823. OLE color: 13404823.
HSL color Cylindrical-coordinate representation of color #978ACC: hue angle of 251.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978ACC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 138 | 204 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.2 |
| HSL | 251.82º | 0.39% | 0.67% | - |
| HSV(B) | 251.82º | 0.32% | 0.8% | - |
| XYZ | 32.75 | 29.12 | 61.02 | - |
| YUV | 149.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 204 | 0.26 | 0.32 | 0 | 0.2 | 251.82 | 0.39 | 0.67 |
| Hex | 97 | 8A | CC | 1A | 20 | 0 | 14 | FC | 27 | 43 |
| Octal | 227 | 212 | 314 | 32 | 40 | 0 | 24 | 374 | 47 | 103 |
| Binary | 10010111 | 10001010 | 11001100 | 11010 | 100000 | 0 | 10100 | 11111100 | 100111 | 1000011 |
Color Harmonies of #978ACC
Complementary color
Monochromatic Colors of #978ACC
Black with #978ACC
Text Example
Text Example
White with #978ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978ACC; }
p { color: rgb(151,138,204); }
H1.HeaderClassName
{
color: #978ACC;
}
.AnyTagClassName
{
color: #978ACC;
}
</style>
background-color css
<style>
a { background-color: #978ACC; }
a { background-color: rgb(151,138,204); }
div.DivClassName
{
background-color: #978ACC;
}
.BgClassName
{
background-color: #978ACC;
}
</style>
border-color css
<style>
span { border-color: #978ACC; }
span { border-color: rgb(151,138,204); }
td.TdClassName
{
border-color: #978ACC;
}
.TagClassName
{
border-color: #978ACC;
}
</style>