Shades of Cold Purple #987FBE
Tints of Cold Purple #987FBE
RGB
CMYK
RGB Variations
Color information
#987FBE (or 0x987FBE) is known color: Cold Purple. HEX triplet: 98, 7F and BE. RGB value is (152,127,190). Sum of RGB (Red+Green+Blue) = 152+127+190=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #987FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBE is #678041. Grayscale: #8D8D8D. Windows color (decimal): -6783042 or 12484504. OLE color: 12484504.
HSL color Cylindrical-coordinate representation of color #987FBE: hue angle of 263.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987FBE is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 127 | 190 | - |
| CMYK | 0.2 | 0.33 | 0 | 0.25 |
| HSL | 263.81º | 0.33% | 0.62% | - |
| HSV(B) | 263.81º | 0.33% | 0.75% | - |
| XYZ | 29.83 | 25.57 | 52.08 | - |
| YUV | 141.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 190 | 0.2 | 0.33 | 0 | 0.25 | 263.81 | 0.33 | 0.62 |
| Hex | 98 | 7F | BE | 14 | 21 | 0 | 19 | 108 | 21 | 3E |
| Octal | 230 | 177 | 276 | 24 | 41 | 0 | 31 | 410 | 41 | 76 |
| Binary | 10011000 | 1111111 | 10111110 | 10100 | 100001 | 0 | 11001 | 100001000 | 100001 | 111110 |
Color Harmonies of #987FBE
Complementary color
Monochromatic Colors of #987FBE
Black with #987FBE
Text Example
Text Example
White with #987FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FBE; }
p { color: rgb(152,127,190); }
H1.HeaderClassName
{
color: #987FBE;
}
.AnyTagClassName
{
color: #987FBE;
}
</style>
background-color css
<style>
a { background-color: #987FBE; }
a { background-color: rgb(152,127,190); }
div.DivClassName
{
background-color: #987FBE;
}
.BgClassName
{
background-color: #987FBE;
}
</style>
border-color css
<style>
span { border-color: #987FBE; }
span { border-color: rgb(152,127,190); }
td.TdClassName
{
border-color: #987FBE;
}
.TagClassName
{
border-color: #987FBE;
}
</style>