Shades of Cold Purple #978CC4
Tints of Cold Purple #978CC4
RGB
CMYK
RGB Variations
Color information
#978CC4 (or 0x978CC4) is known color: Cold Purple. HEX triplet: 97, 8C and C4. RGB value is (151,140,196). Sum of RGB (Red+Green+Blue) = 151+140+196=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #978CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CC4 is #68733B. Grayscale: #959595. Windows color (decimal): -6845244 or 12881047. OLE color: 12881047.
HSL color Cylindrical-coordinate representation of color #978CC4: hue angle of 251.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978CC4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 140 | 196 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.23 |
| HSL | 251.79º | 0.32% | 0.66% | - |
| HSV(B) | 251.79º | 0.29% | 0.77% | - |
| XYZ | 32.1 | 29.32 | 56.19 | - |
| YUV | 149.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 196 | 0.23 | 0.29 | 0 | 0.23 | 251.79 | 0.32 | 0.66 |
| Hex | 97 | 8C | C4 | 17 | 1D | 0 | 17 | FC | 20 | 42 |
| Octal | 227 | 214 | 304 | 27 | 35 | 0 | 27 | 374 | 40 | 102 |
| Binary | 10010111 | 10001100 | 11000100 | 10111 | 11101 | 0 | 10111 | 11111100 | 100000 | 1000010 |
Color Harmonies of #978CC4
Complementary color
Monochromatic Colors of #978CC4
Black with #978CC4
Text Example
Text Example
White with #978CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978CC4; }
p { color: rgb(151,140,196); }
H1.HeaderClassName
{
color: #978CC4;
}
.AnyTagClassName
{
color: #978CC4;
}
</style>
background-color css
<style>
a { background-color: #978CC4; }
a { background-color: rgb(151,140,196); }
div.DivClassName
{
background-color: #978CC4;
}
.BgClassName
{
background-color: #978CC4;
}
</style>
border-color css
<style>
span { border-color: #978CC4; }
span { border-color: rgb(151,140,196); }
td.TdClassName
{
border-color: #978CC4;
}
.TagClassName
{
border-color: #978CC4;
}
</style>