Shades of True V #876ACF
Tints of True V #876ACF
RGB
CMYK
RGB Variations
Color information
#876ACF (or 0x876ACF) is known color: True V. HEX triplet: 87, 6A and CF. RGB value is (135,106,207). Sum of RGB (Red+Green+Blue) = 135+106+207=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #876ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ACF is #789530. Grayscale: #7D7D7D. Windows color (decimal): -7902513 or 13593223. OLE color: 13593223.
HSL color Cylindrical-coordinate representation of color #876ACF: hue angle of 257.23º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876ACF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 106 | 207 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.19 |
| HSL | 257.23º | 0.51% | 0.61% | - |
| HSV(B) | 257.23º | 0.49% | 0.81% | - |
| XYZ | 26.41 | 19.96 | 61.49 | - |
| YUV | 126.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 207 | 0.35 | 0.49 | 0 | 0.19 | 257.23 | 0.51 | 0.61 |
| Hex | 87 | 6A | CF | 23 | 31 | 0 | 13 | 101 | 33 | 3D |
| Octal | 207 | 152 | 317 | 43 | 61 | 0 | 23 | 401 | 63 | 75 |
| Binary | 10000111 | 1101010 | 11001111 | 100011 | 110001 | 0 | 10011 | 100000001 | 110011 | 111101 |
Color Harmonies of #876ACF
Complementary color
Monochromatic Colors of #876ACF
Black with #876ACF
Text Example
Text Example
White with #876ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ACF; }
p { color: rgb(135,106,207); }
H1.HeaderClassName
{
color: #876ACF;
}
.AnyTagClassName
{
color: #876ACF;
}
</style>
background-color css
<style>
a { background-color: #876ACF; }
a { background-color: rgb(135,106,207); }
div.DivClassName
{
background-color: #876ACF;
}
.BgClassName
{
background-color: #876ACF;
}
</style>
border-color css
<style>
span { border-color: #876ACF; }
span { border-color: rgb(135,106,207); }
td.TdClassName
{
border-color: #876ACF;
}
.TagClassName
{
border-color: #876ACF;
}
</style>