Shades of True V #8666BF
Tints of True V #8666BF
RGB
CMYK
RGB Variations
Color information
#8666BF (or 0x8666BF) is known color: True V. HEX triplet: 86, 66 and BF. RGB value is (134,102,191). Sum of RGB (Red+Green+Blue) = 134+102+191=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8666BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666BF is #799940. Grayscale: #797979. Windows color (decimal): -7969089 or 12543622. OLE color: 12543622.
HSL color Cylindrical-coordinate representation of color #8666BF: hue angle of 261.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8666BF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 102 | 191 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.25 |
| HSL | 261.57º | 0.41% | 0.57% | - |
| HSV(B) | 261.57º | 0.47% | 0.75% | - |
| XYZ | 23.99 | 18.33 | 51.56 | - |
| YUV | 121.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 191 | 0.30 | 0.47 | 0 | 0.25 | 261.57 | 0.41 | 0.57 |
| Hex | 86 | 66 | BF | 1E | 2F | 0 | 19 | 106 | 29 | 39 |
| Octal | 206 | 146 | 277 | 36 | 57 | 0 | 31 | 406 | 51 | 71 |
| Binary | 10000110 | 1100110 | 10111111 | 11110 | 101111 | 0 | 11001 | 100000110 | 101001 | 111001 |
Color Harmonies of #8666BF
Complementary color
Monochromatic Colors of #8666BF
Black with #8666BF
Text Example
Text Example
White with #8666BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666BF; }
p { color: rgb(134,102,191); }
H1.HeaderClassName
{
color: #8666BF;
}
.AnyTagClassName
{
color: #8666BF;
}
</style>
background-color css
<style>
a { background-color: #8666BF; }
a { background-color: rgb(134,102,191); }
div.DivClassName
{
background-color: #8666BF;
}
.BgClassName
{
background-color: #8666BF;
}
</style>
border-color css
<style>
span { border-color: #8666BF; }
span { border-color: rgb(134,102,191); }
td.TdClassName
{
border-color: #8666BF;
}
.TagClassName
{
border-color: #8666BF;
}
</style>