Shades of True V #866EC9
Tints of True V #866EC9
RGB
CMYK
RGB Variations
Color information
#866EC9 (or 0x866EC9) is known color: True V. HEX triplet: 86, 6E and C9. RGB value is (134,110,201). Sum of RGB (Red+Green+Blue) = 134+110+201=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #866EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EC9 is #799136. Grayscale: #7F7F7F. Windows color (decimal): -7967031 or 13201030. OLE color: 13201030.
HSL color Cylindrical-coordinate representation of color #866EC9: hue angle of 255.82º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #866EC9 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 110 | 201 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.21 |
| HSL | 255.82º | 0.46% | 0.61% | - |
| HSV(B) | 255.82º | 0.45% | 0.79% | - |
| XYZ | 25.95 | 20.44 | 57.84 | - |
| YUV | 127.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 201 | 0.33 | 0.45 | 0 | 0.21 | 255.82 | 0.46 | 0.61 |
| Hex | 86 | 6E | C9 | 21 | 2D | 0 | 15 | 100 | 2E | 3D |
| Octal | 206 | 156 | 311 | 41 | 55 | 0 | 25 | 400 | 56 | 75 |
| Binary | 10000110 | 1101110 | 11001001 | 100001 | 101101 | 0 | 10101 | 100000000 | 101110 | 111101 |
Color Harmonies of #866EC9
Complementary color
Monochromatic Colors of #866EC9
Black with #866EC9
Text Example
Text Example
White with #866EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EC9; }
p { color: rgb(134,110,201); }
H1.HeaderClassName
{
color: #866EC9;
}
.AnyTagClassName
{
color: #866EC9;
}
</style>
background-color css
<style>
a { background-color: #866EC9; }
a { background-color: rgb(134,110,201); }
div.DivClassName
{
background-color: #866EC9;
}
.BgClassName
{
background-color: #866EC9;
}
</style>
border-color css
<style>
span { border-color: #866EC9; }
span { border-color: rgb(134,110,201); }
td.TdClassName
{
border-color: #866EC9;
}
.TagClassName
{
border-color: #866EC9;
}
</style>