Shades of True V #865ED1
Tints of True V #865ED1
RGB
CMYK
RGB Variations
Color information
#865ED1 (or 0x865ED1) is known color: True V. HEX triplet: 86, 5E and D1. RGB value is (134,94,209). Sum of RGB (Red+Green+Blue) = 134+94+209=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #865ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ED1 is #79A12E. Grayscale: #767676. Windows color (decimal): -7971119 or 13721222. OLE color: 13721222.
HSL color Cylindrical-coordinate representation of color #865ED1: hue angle of 260.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865ED1 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 94 | 209 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.18 |
| HSL | 260.87º | 0.56% | 0.59% | - |
| HSV(B) | 260.87º | 0.55% | 0.82% | - |
| XYZ | 25.34 | 17.68 | 62.4 | - |
| YUV | 119.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 209 | 0.36 | 0.55 | 0 | 0.18 | 260.87 | 0.56 | 0.59 |
| Hex | 86 | 5E | D1 | 24 | 37 | 0 | 12 | 105 | 38 | 3B |
| Octal | 206 | 136 | 321 | 44 | 67 | 0 | 22 | 405 | 70 | 73 |
| Binary | 10000110 | 1011110 | 11010001 | 100100 | 110111 | 0 | 10010 | 100000101 | 111000 | 111011 |
Color Harmonies of #865ED1
Complementary color
Monochromatic Colors of #865ED1
Black with #865ED1
Text Example
Text Example
White with #865ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ED1; }
p { color: rgb(134,94,209); }
H1.HeaderClassName
{
color: #865ED1;
}
.AnyTagClassName
{
color: #865ED1;
}
</style>
background-color css
<style>
a { background-color: #865ED1; }
a { background-color: rgb(134,94,209); }
div.DivClassName
{
background-color: #865ED1;
}
.BgClassName
{
background-color: #865ED1;
}
</style>
border-color css
<style>
span { border-color: #865ED1; }
span { border-color: rgb(134,94,209); }
td.TdClassName
{
border-color: #865ED1;
}
.TagClassName
{
border-color: #865ED1;
}
</style>