Shades of True V #866DB8
Tints of True V #866DB8
RGB
CMYK
RGB Variations
Color information
#866DB8 (or 0x866DB8) is known color: True V. HEX triplet: 86, 6D and B8. RGB value is (134,109,184). Sum of RGB (Red+Green+Blue) = 134+109+184=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #866DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DB8 is #799247. Grayscale: #7C7C7C. Windows color (decimal): -7967304 or 12086662. OLE color: 12086662.
HSL color Cylindrical-coordinate representation of color #866DB8: hue angle of 260º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866DB8 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 109 | 184 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.28 |
| HSL | 260º | 0.35% | 0.57% | - |
| HSV(B) | 260º | 0.41% | 0.72% | - |
| XYZ | 23.95 | 19.47 | 47.84 | - |
| YUV | 125.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 184 | 0.27 | 0.41 | 0 | 0.28 | 260 | 0.35 | 0.57 |
| Hex | 86 | 6D | B8 | 1B | 29 | 0 | 1C | 104 | 23 | 39 |
| Octal | 206 | 155 | 270 | 33 | 51 | 0 | 34 | 404 | 43 | 71 |
| Binary | 10000110 | 1101101 | 10111000 | 11011 | 101001 | 0 | 11100 | 100000100 | 100011 | 111001 |
Color Harmonies of #866DB8
Complementary color
Monochromatic Colors of #866DB8
Black with #866DB8
Text Example
Text Example
White with #866DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DB8; }
p { color: rgb(134,109,184); }
H1.HeaderClassName
{
color: #866DB8;
}
.AnyTagClassName
{
color: #866DB8;
}
</style>
background-color css
<style>
a { background-color: #866DB8; }
a { background-color: rgb(134,109,184); }
div.DivClassName
{
background-color: #866DB8;
}
.BgClassName
{
background-color: #866DB8;
}
</style>
border-color css
<style>
span { border-color: #866DB8; }
span { border-color: rgb(134,109,184); }
td.TdClassName
{
border-color: #866DB8;
}
.TagClassName
{
border-color: #866DB8;
}
</style>