Shades of True V #8667BA
Tints of True V #8667BA
RGB
CMYK
RGB Variations
Color information
#8667BA (or 0x8667BA) is known color: True V. HEX triplet: 86, 67 and BA. RGB value is (134,103,186). Sum of RGB (Red+Green+Blue) = 134+103+186=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #8667BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667BA is #799845. Grayscale: #797979. Windows color (decimal): -7968838 or 12216198. OLE color: 12216198.
HSL color Cylindrical-coordinate representation of color #8667BA: hue angle of 262.41º 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 #8667BA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 103 | 186 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.27 |
| HSL | 262.41º | 0.38% | 0.57% | - |
| HSV(B) | 262.41º | 0.45% | 0.73% | - |
| XYZ | 23.54 | 18.31 | 48.75 | - |
| YUV | 121.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 186 | 0.28 | 0.45 | 0 | 0.27 | 262.41 | 0.38 | 0.57 |
| Hex | 86 | 67 | BA | 1C | 2D | 0 | 1B | 106 | 26 | 39 |
| Octal | 206 | 147 | 272 | 34 | 55 | 0 | 33 | 406 | 46 | 71 |
| Binary | 10000110 | 1100111 | 10111010 | 11100 | 101101 | 0 | 11011 | 100000110 | 100110 | 111001 |
Color Harmonies of #8667BA
Complementary color
Monochromatic Colors of #8667BA
Black with #8667BA
Text Example
Text Example
White with #8667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667BA; }
p { color: rgb(134,103,186); }
H1.HeaderClassName
{
color: #8667BA;
}
.AnyTagClassName
{
color: #8667BA;
}
</style>
background-color css
<style>
a { background-color: #8667BA; }
a { background-color: rgb(134,103,186); }
div.DivClassName
{
background-color: #8667BA;
}
.BgClassName
{
background-color: #8667BA;
}
</style>
border-color css
<style>
span { border-color: #8667BA; }
span { border-color: rgb(134,103,186); }
td.TdClassName
{
border-color: #8667BA;
}
.TagClassName
{
border-color: #8667BA;
}
</style>