Shades of True V #8667BB
Tints of True V #8667BB
RGB
CMYK
RGB Variations
Color information
#8667BB (or 0x8667BB) is known color: True V. HEX triplet: 86, 67 and BB. RGB value is (134,103,187). Sum of RGB (Red+Green+Blue) = 134+103+187=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #8667BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667BB is #799844. Grayscale: #797979. Windows color (decimal): -7968837 or 12281734. OLE color: 12281734.
HSL color Cylindrical-coordinate representation of color #8667BB: hue angle of 262.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8667BB is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 103 | 187 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.27 |
| HSL | 262.14º | 0.38% | 0.57% | - |
| HSV(B) | 262.14º | 0.45% | 0.73% | - |
| XYZ | 23.65 | 18.36 | 49.31 | - |
| YUV | 121.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 187 | 0.28 | 0.45 | 0 | 0.27 | 262.14 | 0.38 | 0.57 |
| Hex | 86 | 67 | BB | 1C | 2D | 0 | 1B | 106 | 26 | 39 |
| Octal | 206 | 147 | 273 | 34 | 55 | 0 | 33 | 406 | 46 | 71 |
| Binary | 10000110 | 1100111 | 10111011 | 11100 | 101101 | 0 | 11011 | 100000110 | 100110 | 111001 |
Color Harmonies of #8667BB
Complementary color
Monochromatic Colors of #8667BB
Black with #8667BB
Text Example
Text Example
White with #8667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667BB; }
p { color: rgb(134,103,187); }
H1.HeaderClassName
{
color: #8667BB;
}
.AnyTagClassName
{
color: #8667BB;
}
</style>
background-color css
<style>
a { background-color: #8667BB; }
a { background-color: rgb(134,103,187); }
div.DivClassName
{
background-color: #8667BB;
}
.BgClassName
{
background-color: #8667BB;
}
</style>
border-color css
<style>
span { border-color: #8667BB; }
span { border-color: rgb(134,103,187); }
td.TdClassName
{
border-color: #8667BB;
}
.TagClassName
{
border-color: #8667BB;
}
</style>