Shades of True V #8666BA
Tints of True V #8666BA
RGB
CMYK
RGB Variations
Color information
#8666BA (or 0x8666BA) is known color: True V. HEX triplet: 86, 66 and BA. RGB value is (134,102,186). Sum of RGB (Red+Green+Blue) = 134+102+186=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8666BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666BA is #799945. Grayscale: #787878. Windows color (decimal): -7969094 or 12215942. OLE color: 12215942.
HSL color Cylindrical-coordinate representation of color #8666BA: hue angle of 262.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8666BA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 102 | 186 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.27 |
| HSL | 262.86º | 0.38% | 0.56% | - |
| HSV(B) | 262.86º | 0.45% | 0.73% | - |
| XYZ | 23.45 | 18.12 | 48.72 | - |
| YUV | 121.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 186 | 0.28 | 0.45 | 0 | 0.27 | 262.86 | 0.38 | 0.56 |
| Hex | 86 | 66 | BA | 1C | 2D | 0 | 1B | 107 | 26 | 38 |
| Octal | 206 | 146 | 272 | 34 | 55 | 0 | 33 | 407 | 46 | 70 |
| Binary | 10000110 | 1100110 | 10111010 | 11100 | 101101 | 0 | 11011 | 100000111 | 100110 | 111000 |
Color Harmonies of #8666BA
Complementary color
Monochromatic Colors of #8666BA
Black with #8666BA
Text Example
Text Example
White with #8666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666BA; }
p { color: rgb(134,102,186); }
H1.HeaderClassName
{
color: #8666BA;
}
.AnyTagClassName
{
color: #8666BA;
}
</style>
background-color css
<style>
a { background-color: #8666BA; }
a { background-color: rgb(134,102,186); }
div.DivClassName
{
background-color: #8666BA;
}
.BgClassName
{
background-color: #8666BA;
}
</style>
border-color css
<style>
span { border-color: #8666BA; }
span { border-color: rgb(134,102,186); }
td.TdClassName
{
border-color: #8666BA;
}
.TagClassName
{
border-color: #8666BA;
}
</style>