Shades of Cold Purple #978BCA
Tints of Cold Purple #978BCA
RGB
CMYK
RGB Variations
Color information
#978BCA (or 0x978BCA) is known color: Cold Purple. HEX triplet: 97, 8B and CA. RGB value is (151,139,202). Sum of RGB (Red+Green+Blue) = 151+139+202=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #978BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCA is #687435. Grayscale: #959595. Windows color (decimal): -6845494 or 13274007. OLE color: 13274007.
HSL color Cylindrical-coordinate representation of color #978BCA: hue angle of 251.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978BCA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 139 | 202 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.21 |
| HSL | 251.43º | 0.37% | 0.67% | - |
| HSV(B) | 251.43º | 0.31% | 0.79% | - |
| XYZ | 32.66 | 29.31 | 59.81 | - |
| YUV | 149.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 202 | 0.25 | 0.31 | 0 | 0.21 | 251.43 | 0.37 | 0.67 |
| Hex | 97 | 8B | CA | 19 | 1F | 0 | 15 | FB | 25 | 43 |
| Octal | 227 | 213 | 312 | 31 | 37 | 0 | 25 | 373 | 45 | 103 |
| Binary | 10010111 | 10001011 | 11001010 | 11001 | 11111 | 0 | 10101 | 11111011 | 100101 | 1000011 |
Color Harmonies of #978BCA
Complementary color
Monochromatic Colors of #978BCA
Black with #978BCA
Text Example
Text Example
White with #978BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BCA; }
p { color: rgb(151,139,202); }
H1.HeaderClassName
{
color: #978BCA;
}
.AnyTagClassName
{
color: #978BCA;
}
</style>
background-color css
<style>
a { background-color: #978BCA; }
a { background-color: rgb(151,139,202); }
div.DivClassName
{
background-color: #978BCA;
}
.BgClassName
{
background-color: #978BCA;
}
</style>
border-color css
<style>
span { border-color: #978BCA; }
span { border-color: rgb(151,139,202); }
td.TdClassName
{
border-color: #978BCA;
}
.TagClassName
{
border-color: #978BCA;
}
</style>