Shades of True V #987ECA
Tints of True V #987ECA
RGB
CMYK
RGB Variations
Color information
#987ECA (or 0x987ECA) is known color: True V. HEX triplet: 98, 7E and CA. RGB value is (152,126,202). Sum of RGB (Red+Green+Blue) = 152+126+202=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #987ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ECA is #678135. Grayscale: #8E8E8E. Windows color (decimal): -6783286 or 13270680. OLE color: 13270680.
HSL color Cylindrical-coordinate representation of color #987ECA: hue angle of 260.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #987ECA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 126 | 202 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.21 |
| HSL | 260.53º | 0.42% | 0.64% | - |
| HSV(B) | 260.53º | 0.38% | 0.79% | - |
| XYZ | 31.07 | 25.86 | 59.23 | - |
| YUV | 142.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 202 | 0.25 | 0.38 | 0 | 0.21 | 260.53 | 0.42 | 0.64 |
| Hex | 98 | 7E | CA | 19 | 26 | 0 | 15 | 105 | 2A | 40 |
| Octal | 230 | 176 | 312 | 31 | 46 | 0 | 25 | 405 | 52 | 100 |
| Binary | 10011000 | 1111110 | 11001010 | 11001 | 100110 | 0 | 10101 | 100000101 | 101010 | 1000000 |
Color Harmonies of #987ECA
Complementary color
Monochromatic Colors of #987ECA
Black with #987ECA
Text Example
Text Example
White with #987ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ECA; }
p { color: rgb(152,126,202); }
H1.HeaderClassName
{
color: #987ECA;
}
.AnyTagClassName
{
color: #987ECA;
}
</style>
background-color css
<style>
a { background-color: #987ECA; }
a { background-color: rgb(152,126,202); }
div.DivClassName
{
background-color: #987ECA;
}
.BgClassName
{
background-color: #987ECA;
}
</style>
border-color css
<style>
span { border-color: #987ECA; }
span { border-color: rgb(152,126,202); }
td.TdClassName
{
border-color: #987ECA;
}
.TagClassName
{
border-color: #987ECA;
}
</style>