Shades of Cold Purple #978AC2
Tints of Cold Purple #978AC2
RGB
CMYK
RGB Variations
Color information
#978AC2 (or 0x978AC2) is known color: Cold Purple. HEX triplet: 97, 8A and C2. RGB value is (151,138,194). Sum of RGB (Red+Green+Blue) = 151+138+194=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #978AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AC2 is #68753D. Grayscale: #949494. Windows color (decimal): -6845758 or 12749463. OLE color: 12749463.
HSL color Cylindrical-coordinate representation of color #978AC2: hue angle of 253.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978AC2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 138 | 194 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.24 |
| HSL | 253.93º | 0.31% | 0.65% | - |
| HSV(B) | 253.93º | 0.29% | 0.76% | - |
| XYZ | 31.59 | 28.65 | 54.9 | - |
| YUV | 148.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 194 | 0.22 | 0.29 | 0 | 0.24 | 253.93 | 0.31 | 0.65 |
| Hex | 97 | 8A | C2 | 16 | 1D | 0 | 18 | FE | 1F | 41 |
| Octal | 227 | 212 | 302 | 26 | 35 | 0 | 30 | 376 | 37 | 101 |
| Binary | 10010111 | 10001010 | 11000010 | 10110 | 11101 | 0 | 11000 | 11111110 | 11111 | 1000001 |
Color Harmonies of #978AC2
Complementary color
Monochromatic Colors of #978AC2
Black with #978AC2
Text Example
Text Example
White with #978AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AC2; }
p { color: rgb(151,138,194); }
H1.HeaderClassName
{
color: #978AC2;
}
.AnyTagClassName
{
color: #978AC2;
}
</style>
background-color css
<style>
a { background-color: #978AC2; }
a { background-color: rgb(151,138,194); }
div.DivClassName
{
background-color: #978AC2;
}
.BgClassName
{
background-color: #978AC2;
}
</style>
border-color css
<style>
span { border-color: #978AC2; }
span { border-color: rgb(151,138,194); }
td.TdClassName
{
border-color: #978AC2;
}
.TagClassName
{
border-color: #978AC2;
}
</style>