Shades of Cold Purple #987EC2
Tints of Cold Purple #987EC2
RGB
CMYK
RGB Variations
Color information
#987EC2 (or 0x987EC2) is known color: Cold Purple. HEX triplet: 98, 7E and C2. RGB value is (152,126,194). Sum of RGB (Red+Green+Blue) = 152+126+194=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #987EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EC2 is #67813D. Grayscale: #8D8D8D. Windows color (decimal): -6783294 or 12746392. OLE color: 12746392.
HSL color Cylindrical-coordinate representation of color #987EC2: hue angle of 262.94º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987EC2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 126 | 194 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.24 |
| HSL | 262.94º | 0.36% | 0.63% | - |
| HSV(B) | 262.94º | 0.35% | 0.76% | - |
| XYZ | 30.15 | 25.49 | 54.37 | - |
| YUV | 141.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 194 | 0.22 | 0.35 | 0 | 0.24 | 262.94 | 0.36 | 0.63 |
| Hex | 98 | 7E | C2 | 16 | 23 | 0 | 18 | 107 | 24 | 3F |
| Octal | 230 | 176 | 302 | 26 | 43 | 0 | 30 | 407 | 44 | 77 |
| Binary | 10011000 | 1111110 | 11000010 | 10110 | 100011 | 0 | 11000 | 100000111 | 100100 | 111111 |
Color Harmonies of #987EC2
Complementary color
Monochromatic Colors of #987EC2
Black with #987EC2
Text Example
Text Example
White with #987EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EC2; }
p { color: rgb(152,126,194); }
H1.HeaderClassName
{
color: #987EC2;
}
.AnyTagClassName
{
color: #987EC2;
}
</style>
background-color css
<style>
a { background-color: #987EC2; }
a { background-color: rgb(152,126,194); }
div.DivClassName
{
background-color: #987EC2;
}
.BgClassName
{
background-color: #987EC2;
}
</style>
border-color css
<style>
span { border-color: #987EC2; }
span { border-color: rgb(152,126,194); }
td.TdClassName
{
border-color: #987EC2;
}
.TagClassName
{
border-color: #987EC2;
}
</style>