Shades of True V #866CCF
Tints of True V #866CCF
RGB
CMYK
RGB Variations
Color information
#866CCF (or 0x866CCF) is known color: True V. HEX triplet: 86, 6C and CF. RGB value is (134,108,207). Sum of RGB (Red+Green+Blue) = 134+108+207=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #866CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CCF is #799330. Grayscale: #7E7E7E. Windows color (decimal): -7967537 or 13593734. OLE color: 13593734.
HSL color Cylindrical-coordinate representation of color #866CCF: hue angle of 255.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866CCF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 108 | 207 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.19 |
| HSL | 255.76º | 0.51% | 0.62% | - |
| HSV(B) | 255.76º | 0.48% | 0.81% | - |
| XYZ | 26.46 | 20.3 | 61.56 | - |
| YUV | 127.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 207 | 0.35 | 0.48 | 0 | 0.19 | 255.76 | 0.51 | 0.62 |
| Hex | 86 | 6C | CF | 23 | 30 | 0 | 13 | 100 | 33 | 3E |
| Octal | 206 | 154 | 317 | 43 | 60 | 0 | 23 | 400 | 63 | 76 |
| Binary | 10000110 | 1101100 | 11001111 | 100011 | 110000 | 0 | 10011 | 100000000 | 110011 | 111110 |
Color Harmonies of #866CCF
Complementary color
Monochromatic Colors of #866CCF
Black with #866CCF
Text Example
Text Example
White with #866CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CCF; }
p { color: rgb(134,108,207); }
H1.HeaderClassName
{
color: #866CCF;
}
.AnyTagClassName
{
color: #866CCF;
}
</style>
background-color css
<style>
a { background-color: #866CCF; }
a { background-color: rgb(134,108,207); }
div.DivClassName
{
background-color: #866CCF;
}
.BgClassName
{
background-color: #866CCF;
}
</style>
border-color css
<style>
span { border-color: #866CCF; }
span { border-color: rgb(134,108,207); }
td.TdClassName
{
border-color: #866CCF;
}
.TagClassName
{
border-color: #866CCF;
}
</style>