Shades of Cold Purple #987FC1
Tints of Cold Purple #987FC1
RGB
CMYK
RGB Variations
Color information
#987FC1 (or 0x987FC1) is known color: Cold Purple. HEX triplet: 98, 7F and C1. RGB value is (152,127,193). Sum of RGB (Red+Green+Blue) = 152+127+193=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #987FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FC1 is #67803E. Grayscale: #8D8D8D. Windows color (decimal): -6783039 or 12681112. OLE color: 12681112.
HSL color Cylindrical-coordinate representation of color #987FC1: hue angle of 262.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987FC1 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 127 | 193 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.24 |
| HSL | 262.73º | 0.35% | 0.63% | - |
| HSV(B) | 262.73º | 0.34% | 0.76% | - |
| XYZ | 30.16 | 25.7 | 53.82 | - |
| YUV | 142 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 193 | 0.21 | 0.34 | 0 | 0.24 | 262.73 | 0.35 | 0.63 |
| Hex | 98 | 7F | C1 | 15 | 22 | 0 | 18 | 107 | 23 | 3F |
| Octal | 230 | 177 | 301 | 25 | 42 | 0 | 30 | 407 | 43 | 77 |
| Binary | 10011000 | 1111111 | 11000001 | 10101 | 100010 | 0 | 11000 | 100000111 | 100011 | 111111 |
Color Harmonies of #987FC1
Complementary color
Monochromatic Colors of #987FC1
Black with #987FC1
Text Example
Text Example
White with #987FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FC1; }
p { color: rgb(152,127,193); }
H1.HeaderClassName
{
color: #987FC1;
}
.AnyTagClassName
{
color: #987FC1;
}
</style>
background-color css
<style>
a { background-color: #987FC1; }
a { background-color: rgb(152,127,193); }
div.DivClassName
{
background-color: #987FC1;
}
.BgClassName
{
background-color: #987FC1;
}
</style>
border-color css
<style>
span { border-color: #987FC1; }
span { border-color: rgb(152,127,193); }
td.TdClassName
{
border-color: #987FC1;
}
.TagClassName
{
border-color: #987FC1;
}
</style>