Shades of True V #866DB9
Tints of True V #866DB9
RGB
CMYK
RGB Variations
Color information
#866DB9 (or 0x866DB9) is known color: True V. HEX triplet: 86, 6D and B9. RGB value is (134,109,185). Sum of RGB (Red+Green+Blue) = 134+109+185=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #866DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DB9 is #799246. Grayscale: #7C7C7C. Windows color (decimal): -7967303 or 12152198. OLE color: 12152198.
HSL color Cylindrical-coordinate representation of color #866DB9: hue angle of 259.74º degrees, saturation: 0.35, 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 #866DB9 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 109 | 185 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.27 |
| HSL | 259.74º | 0.35% | 0.58% | - |
| HSV(B) | 259.74º | 0.41% | 0.73% | - |
| XYZ | 24.06 | 19.51 | 48.4 | - |
| YUV | 125.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 185 | 0.28 | 0.41 | 0 | 0.27 | 259.74 | 0.35 | 0.58 |
| Hex | 86 | 6D | B9 | 1C | 29 | 0 | 1B | 104 | 23 | 3A |
| Octal | 206 | 155 | 271 | 34 | 51 | 0 | 33 | 404 | 43 | 72 |
| Binary | 10000110 | 1101101 | 10111001 | 11100 | 101001 | 0 | 11011 | 100000100 | 100011 | 111010 |
Color Harmonies of #866DB9
Complementary color
Monochromatic Colors of #866DB9
Black with #866DB9
Text Example
Text Example
White with #866DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DB9; }
p { color: rgb(134,109,185); }
H1.HeaderClassName
{
color: #866DB9;
}
.AnyTagClassName
{
color: #866DB9;
}
</style>
background-color css
<style>
a { background-color: #866DB9; }
a { background-color: rgb(134,109,185); }
div.DivClassName
{
background-color: #866DB9;
}
.BgClassName
{
background-color: #866DB9;
}
</style>
border-color css
<style>
span { border-color: #866DB9; }
span { border-color: rgb(134,109,185); }
td.TdClassName
{
border-color: #866DB9;
}
.TagClassName
{
border-color: #866DB9;
}
</style>