Shades of True V #866DBA
Tints of True V #866DBA
RGB
CMYK
RGB Variations
Color information
#866DBA (or 0x866DBA) is known color: True V. HEX triplet: 86, 6D and BA. RGB value is (134,109,186). Sum of RGB (Red+Green+Blue) = 134+109+186=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #866DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBA is #799245. Grayscale: #7C7C7C. Windows color (decimal): -7967302 or 12217734. OLE color: 12217734.
HSL color Cylindrical-coordinate representation of color #866DBA: hue angle of 259.48º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866DBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 109 | 186 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.27 |
| HSL | 259.48º | 0.36% | 0.58% | - |
| HSV(B) | 259.48º | 0.41% | 0.73% | - |
| XYZ | 24.16 | 19.55 | 48.95 | - |
| YUV | 125.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 186 | 0.28 | 0.41 | 0 | 0.27 | 259.48 | 0.36 | 0.58 |
| Hex | 86 | 6D | BA | 1C | 29 | 0 | 1B | 103 | 24 | 3A |
| Octal | 206 | 155 | 272 | 34 | 51 | 0 | 33 | 403 | 44 | 72 |
| Binary | 10000110 | 1101101 | 10111010 | 11100 | 101001 | 0 | 11011 | 100000011 | 100100 | 111010 |
Color Harmonies of #866DBA
Complementary color
Monochromatic Colors of #866DBA
Black with #866DBA
Text Example
Text Example
White with #866DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DBA; }
p { color: rgb(134,109,186); }
H1.HeaderClassName
{
color: #866DBA;
}
.AnyTagClassName
{
color: #866DBA;
}
</style>
background-color css
<style>
a { background-color: #866DBA; }
a { background-color: rgb(134,109,186); }
div.DivClassName
{
background-color: #866DBA;
}
.BgClassName
{
background-color: #866DBA;
}
</style>
border-color css
<style>
span { border-color: #866DBA; }
span { border-color: rgb(134,109,186); }
td.TdClassName
{
border-color: #866DBA;
}
.TagClassName
{
border-color: #866DBA;
}
</style>