Shades of True V #866FD0
Tints of True V #866FD0
RGB
CMYK
RGB Variations
Color information
#866FD0 (or 0x866FD0) is known color: True V. HEX triplet: 86, 6F and D0. RGB value is (134,111,208). Sum of RGB (Red+Green+Blue) = 134+111+208=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #866FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FD0 is #79902F. Grayscale: #808080. Windows color (decimal): -7966768 or 13660038. OLE color: 13660038.
HSL color Cylindrical-coordinate representation of color #866FD0: hue angle of 254.23º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866FD0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 111 | 208 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.18 |
| HSL | 254.23º | 0.51% | 0.63% | - |
| HSV(B) | 254.23º | 0.47% | 0.82% | - |
| XYZ | 26.9 | 20.99 | 62.31 | - |
| YUV | 128.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 208 | 0.36 | 0.47 | 0 | 0.18 | 254.23 | 0.51 | 0.63 |
| Hex | 86 | 6F | D0 | 24 | 2F | 0 | 12 | FE | 33 | 3F |
| Octal | 206 | 157 | 320 | 44 | 57 | 0 | 22 | 376 | 63 | 77 |
| Binary | 10000110 | 1101111 | 11010000 | 100100 | 101111 | 0 | 10010 | 11111110 | 110011 | 111111 |
Color Harmonies of #866FD0
Complementary color
Monochromatic Colors of #866FD0
Black with #866FD0
Text Example
Text Example
White with #866FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FD0; }
p { color: rgb(134,111,208); }
H1.HeaderClassName
{
color: #866FD0;
}
.AnyTagClassName
{
color: #866FD0;
}
</style>
background-color css
<style>
a { background-color: #866FD0; }
a { background-color: rgb(134,111,208); }
div.DivClassName
{
background-color: #866FD0;
}
.BgClassName
{
background-color: #866FD0;
}
</style>
border-color css
<style>
span { border-color: #866FD0; }
span { border-color: rgb(134,111,208); }
td.TdClassName
{
border-color: #866FD0;
}
.TagClassName
{
border-color: #866FD0;
}
</style>