Shades of True V #865FCF
Tints of True V #865FCF
RGB
CMYK
RGB Variations
Color information
#865FCF (or 0x865FCF) is known color: True V. HEX triplet: 86, 5F and CF. RGB value is (134,95,207). Sum of RGB (Red+Green+Blue) = 134+95+207=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #865FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCF is #79A030. Grayscale: #777777. Windows color (decimal): -7970865 or 13590406. OLE color: 13590406.
HSL color Cylindrical-coordinate representation of color #865FCF: hue angle of 260.89º degrees, saturation: 0.54, 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 #865FCF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 95 | 207 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.19 |
| HSL | 260.89º | 0.54% | 0.59% | - |
| HSV(B) | 260.89º | 0.54% | 0.81% | - |
| XYZ | 25.19 | 17.76 | 61.13 | - |
| YUV | 119.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 207 | 0.35 | 0.54 | 0 | 0.19 | 260.89 | 0.54 | 0.59 |
| Hex | 86 | 5F | CF | 23 | 36 | 0 | 13 | 105 | 36 | 3B |
| Octal | 206 | 137 | 317 | 43 | 66 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000110 | 1011111 | 11001111 | 100011 | 110110 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #865FCF
Complementary color
Monochromatic Colors of #865FCF
Black with #865FCF
Text Example
Text Example
White with #865FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FCF; }
p { color: rgb(134,95,207); }
H1.HeaderClassName
{
color: #865FCF;
}
.AnyTagClassName
{
color: #865FCF;
}
</style>
background-color css
<style>
a { background-color: #865FCF; }
a { background-color: rgb(134,95,207); }
div.DivClassName
{
background-color: #865FCF;
}
.BgClassName
{
background-color: #865FCF;
}
</style>
border-color css
<style>
span { border-color: #865FCF; }
span { border-color: rgb(134,95,207); }
td.TdClassName
{
border-color: #865FCF;
}
.TagClassName
{
border-color: #865FCF;
}
</style>