Shades of Cold Purple #987FCA
Tints of Cold Purple #987FCA
RGB
CMYK
RGB Variations
Color information
#987FCA (or 0x987FCA) is known color: Cold Purple. HEX triplet: 98, 7F and CA. RGB value is (152,127,202). Sum of RGB (Red+Green+Blue) = 152+127+202=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #987FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FCA is #678035. Grayscale: #8E8E8E. Windows color (decimal): -6783030 or 13270936. OLE color: 13270936.
HSL color Cylindrical-coordinate representation of color #987FCA: hue angle of 260º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987FCA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 127 | 202 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.21 |
| HSL | 260º | 0.41% | 0.65% | - |
| HSV(B) | 260º | 0.37% | 0.79% | - |
| XYZ | 31.2 | 26.12 | 59.27 | - |
| YUV | 143.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 202 | 0.25 | 0.37 | 0 | 0.21 | 260 | 0.41 | 0.65 |
| Hex | 98 | 7F | CA | 19 | 25 | 0 | 15 | 104 | 29 | 41 |
| Octal | 230 | 177 | 312 | 31 | 45 | 0 | 25 | 404 | 51 | 101 |
| Binary | 10011000 | 1111111 | 11001010 | 11001 | 100101 | 0 | 10101 | 100000100 | 101001 | 1000001 |
Color Harmonies of #987FCA
Complementary color
Monochromatic Colors of #987FCA
Black with #987FCA
Text Example
Text Example
White with #987FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FCA; }
p { color: rgb(152,127,202); }
H1.HeaderClassName
{
color: #987FCA;
}
.AnyTagClassName
{
color: #987FCA;
}
</style>
background-color css
<style>
a { background-color: #987FCA; }
a { background-color: rgb(152,127,202); }
div.DivClassName
{
background-color: #987FCA;
}
.BgClassName
{
background-color: #987FCA;
}
</style>
border-color css
<style>
span { border-color: #987FCA; }
span { border-color: rgb(152,127,202); }
td.TdClassName
{
border-color: #987FCA;
}
.TagClassName
{
border-color: #987FCA;
}
</style>