Shades of Cold Purple #978DC2
Tints of Cold Purple #978DC2
RGB
CMYK
RGB Variations
Color information
#978DC2 (or 0x978DC2) is known color: Cold Purple. HEX triplet: 97, 8D and C2. RGB value is (151,141,194). Sum of RGB (Red+Green+Blue) = 151+141+194=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #978DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC2 is #68723D. Grayscale: #959595. Windows color (decimal): -6844990 or 12750231. OLE color: 12750231.
HSL color Cylindrical-coordinate representation of color #978DC2: hue angle of 251.32º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #978DC2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 141 | 194 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.24 |
| HSL | 251.32º | 0.3% | 0.66% | - |
| HSV(B) | 251.32º | 0.27% | 0.76% | - |
| XYZ | 32.02 | 29.52 | 55.05 | - |
| YUV | 150.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 194 | 0.22 | 0.27 | 0 | 0.24 | 251.32 | 0.3 | 0.66 |
| Hex | 97 | 8D | C2 | 16 | 1B | 0 | 18 | FB | 1E | 42 |
| Octal | 227 | 215 | 302 | 26 | 33 | 0 | 30 | 373 | 36 | 102 |
| Binary | 10010111 | 10001101 | 11000010 | 10110 | 11011 | 0 | 11000 | 11111011 | 11110 | 1000010 |
Color Harmonies of #978DC2
Complementary color
Monochromatic Colors of #978DC2
Black with #978DC2
Text Example
Text Example
White with #978DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DC2; }
p { color: rgb(151,141,194); }
H1.HeaderClassName
{
color: #978DC2;
}
.AnyTagClassName
{
color: #978DC2;
}
</style>
background-color css
<style>
a { background-color: #978DC2; }
a { background-color: rgb(151,141,194); }
div.DivClassName
{
background-color: #978DC2;
}
.BgClassName
{
background-color: #978DC2;
}
</style>
border-color css
<style>
span { border-color: #978DC2; }
span { border-color: rgb(151,141,194); }
td.TdClassName
{
border-color: #978DC2;
}
.TagClassName
{
border-color: #978DC2;
}
</style>