Shades of True V #865FC6
Tints of True V #865FC6
RGB
CMYK
RGB Variations
Color information
#865FC6 (or 0x865FC6) is known color: True V. HEX triplet: 86, 5F and C6. RGB value is (134,95,198). Sum of RGB (Red+Green+Blue) = 134+95+198=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #865FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FC6 is #79A039. Grayscale: #767676. Windows color (decimal): -7970874 or 13000582. OLE color: 13000582.
HSL color Cylindrical-coordinate representation of color #865FC6: hue angle of 262.72º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865FC6 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 95 | 198 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.22 |
| HSL | 262.72º | 0.47% | 0.57% | - |
| HSV(B) | 262.72º | 0.52% | 0.78% | - |
| XYZ | 24.12 | 17.33 | 55.5 | - |
| YUV | 118.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 198 | 0.32 | 0.52 | 0 | 0.22 | 262.72 | 0.47 | 0.57 |
| Hex | 86 | 5F | C6 | 20 | 34 | 0 | 16 | 107 | 2F | 39 |
| Octal | 206 | 137 | 306 | 40 | 64 | 0 | 26 | 407 | 57 | 71 |
| Binary | 10000110 | 1011111 | 11000110 | 100000 | 110100 | 0 | 10110 | 100000111 | 101111 | 111001 |
Color Harmonies of #865FC6
Complementary color
Monochromatic Colors of #865FC6
Black with #865FC6
Text Example
Text Example
White with #865FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FC6; }
p { color: rgb(134,95,198); }
H1.HeaderClassName
{
color: #865FC6;
}
.AnyTagClassName
{
color: #865FC6;
}
</style>
background-color css
<style>
a { background-color: #865FC6; }
a { background-color: rgb(134,95,198); }
div.DivClassName
{
background-color: #865FC6;
}
.BgClassName
{
background-color: #865FC6;
}
</style>
border-color css
<style>
span { border-color: #865FC6; }
span { border-color: rgb(134,95,198); }
td.TdClassName
{
border-color: #865FC6;
}
.TagClassName
{
border-color: #865FC6;
}
</style>