Shades of True V #876EC9
Tints of True V #876EC9
RGB
CMYK
RGB Variations
Color information
#876EC9 (or 0x876EC9) is known color: True V. HEX triplet: 87, 6E and C9. RGB value is (135,110,201). Sum of RGB (Red+Green+Blue) = 135+110+201=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #876EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EC9 is #789136. Grayscale: #7F7F7F. Windows color (decimal): -7901495 or 13201031. OLE color: 13201031.
HSL color Cylindrical-coordinate representation of color #876EC9: hue angle of 256.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #876EC9 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 110 | 201 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.21 |
| HSL | 256.48º | 0.46% | 0.61% | - |
| HSV(B) | 256.48º | 0.45% | 0.79% | - |
| XYZ | 26.11 | 20.52 | 57.84 | - |
| YUV | 127.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 201 | 0.33 | 0.45 | 0 | 0.21 | 256.48 | 0.46 | 0.61 |
| Hex | 87 | 6E | C9 | 21 | 2D | 0 | 15 | 100 | 2E | 3D |
| Octal | 207 | 156 | 311 | 41 | 55 | 0 | 25 | 400 | 56 | 75 |
| Binary | 10000111 | 1101110 | 11001001 | 100001 | 101101 | 0 | 10101 | 100000000 | 101110 | 111101 |
Color Harmonies of #876EC9
Complementary color
Monochromatic Colors of #876EC9
Black with #876EC9
Text Example
Text Example
White with #876EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EC9; }
p { color: rgb(135,110,201); }
H1.HeaderClassName
{
color: #876EC9;
}
.AnyTagClassName
{
color: #876EC9;
}
</style>
background-color css
<style>
a { background-color: #876EC9; }
a { background-color: rgb(135,110,201); }
div.DivClassName
{
background-color: #876EC9;
}
.BgClassName
{
background-color: #876EC9;
}
</style>
border-color css
<style>
span { border-color: #876EC9; }
span { border-color: rgb(135,110,201); }
td.TdClassName
{
border-color: #876EC9;
}
.TagClassName
{
border-color: #876EC9;
}
</style>