Shades of True V #866FD2
Tints of True V #866FD2
RGB
CMYK
RGB Variations
Color information
#866FD2 (or 0x866FD2) is known color: True V. HEX triplet: 86, 6F and D2. RGB value is (134,111,210). Sum of RGB (Red+Green+Blue) = 134+111+210=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #866FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FD2 is #79902D. Grayscale: #808080. Windows color (decimal): -7966766 or 13791110. OLE color: 13791110.
HSL color Cylindrical-coordinate representation of color #866FD2: hue angle of 253.94º degrees, saturation: 0.52, 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 #866FD2 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 111 | 210 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.18 |
| HSL | 253.94º | 0.52% | 0.63% | - |
| HSV(B) | 253.94º | 0.47% | 0.82% | - |
| XYZ | 27.15 | 21.09 | 63.61 | - |
| YUV | 129.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 210 | 0.36 | 0.47 | 0 | 0.18 | 253.94 | 0.52 | 0.63 |
| Hex | 86 | 6F | D2 | 24 | 2F | 0 | 12 | FE | 34 | 3F |
| Octal | 206 | 157 | 322 | 44 | 57 | 0 | 22 | 376 | 64 | 77 |
| Binary | 10000110 | 1101111 | 11010010 | 100100 | 101111 | 0 | 10010 | 11111110 | 110100 | 111111 |
Color Harmonies of #866FD2
Complementary color
Monochromatic Colors of #866FD2
Black with #866FD2
Text Example
Text Example
White with #866FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FD2; }
p { color: rgb(134,111,210); }
H1.HeaderClassName
{
color: #866FD2;
}
.AnyTagClassName
{
color: #866FD2;
}
</style>
background-color css
<style>
a { background-color: #866FD2; }
a { background-color: rgb(134,111,210); }
div.DivClassName
{
background-color: #866FD2;
}
.BgClassName
{
background-color: #866FD2;
}
</style>
border-color css
<style>
span { border-color: #866FD2; }
span { border-color: rgb(134,111,210); }
td.TdClassName
{
border-color: #866FD2;
}
.TagClassName
{
border-color: #866FD2;
}
</style>