Shades of True V #876DCB
Tints of True V #876DCB
RGB
CMYK
RGB Variations
Color information
#876DCB (or 0x876DCB) is known color: True V. HEX triplet: 87, 6D and CB. RGB value is (135,109,203). Sum of RGB (Red+Green+Blue) = 135+109+203=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #876DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCB is #789234. Grayscale: #7F7F7F. Windows color (decimal): -7901749 or 13331847. OLE color: 13331847.
HSL color Cylindrical-coordinate representation of color #876DCB: hue angle of 256.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876DCB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 109 | 203 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.20 |
| HSL | 256.6º | 0.47% | 0.61% | - |
| HSV(B) | 256.6º | 0.46% | 0.8% | - |
| XYZ | 26.24 | 20.4 | 59.05 | - |
| YUV | 127.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 203 | 0.33 | 0.46 | 0 | 0.20 | 256.6 | 0.47 | 0.61 |
| Hex | 87 | 6D | CB | 21 | 2E | 0 | 14 | 101 | 2F | 3D |
| Octal | 207 | 155 | 313 | 41 | 56 | 0 | 24 | 401 | 57 | 75 |
| Binary | 10000111 | 1101101 | 11001011 | 100001 | 101110 | 0 | 10100 | 100000001 | 101111 | 111101 |
Color Harmonies of #876DCB
Complementary color
Monochromatic Colors of #876DCB
Black with #876DCB
Text Example
Text Example
White with #876DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DCB; }
p { color: rgb(135,109,203); }
H1.HeaderClassName
{
color: #876DCB;
}
.AnyTagClassName
{
color: #876DCB;
}
</style>
background-color css
<style>
a { background-color: #876DCB; }
a { background-color: rgb(135,109,203); }
div.DivClassName
{
background-color: #876DCB;
}
.BgClassName
{
background-color: #876DCB;
}
</style>
border-color css
<style>
span { border-color: #876DCB; }
span { border-color: rgb(135,109,203); }
td.TdClassName
{
border-color: #876DCB;
}
.TagClassName
{
border-color: #876DCB;
}
</style>