Shades of True V #865ECE
Tints of True V #865ECE
RGB
CMYK
RGB Variations
Color information
#865ECE (or 0x865ECE) is known color: True V. HEX triplet: 86, 5E and CE. RGB value is (134,94,206). Sum of RGB (Red+Green+Blue) = 134+94+206=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #865ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ECE is #79A131. Grayscale: #767676. Windows color (decimal): -7971122 or 13524614. OLE color: 13524614.
HSL color Cylindrical-coordinate representation of color #865ECE: hue angle of 261.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865ECE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 94 | 206 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.19 |
| HSL | 261.43º | 0.53% | 0.59% | - |
| HSV(B) | 261.43º | 0.54% | 0.81% | - |
| XYZ | 24.97 | 17.53 | 60.46 | - |
| YUV | 118.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 206 | 0.35 | 0.54 | 0 | 0.19 | 261.43 | 0.53 | 0.59 |
| Hex | 86 | 5E | CE | 23 | 36 | 0 | 13 | 105 | 35 | 3B |
| Octal | 206 | 136 | 316 | 43 | 66 | 0 | 23 | 405 | 65 | 73 |
| Binary | 10000110 | 1011110 | 11001110 | 100011 | 110110 | 0 | 10011 | 100000101 | 110101 | 111011 |
Color Harmonies of #865ECE
Complementary color
Monochromatic Colors of #865ECE
Black with #865ECE
Text Example
Text Example
White with #865ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ECE; }
p { color: rgb(134,94,206); }
H1.HeaderClassName
{
color: #865ECE;
}
.AnyTagClassName
{
color: #865ECE;
}
</style>
background-color css
<style>
a { background-color: #865ECE; }
a { background-color: rgb(134,94,206); }
div.DivClassName
{
background-color: #865ECE;
}
.BgClassName
{
background-color: #865ECE;
}
</style>
border-color css
<style>
span { border-color: #865ECE; }
span { border-color: rgb(134,94,206); }
td.TdClassName
{
border-color: #865ECE;
}
.TagClassName
{
border-color: #865ECE;
}
</style>