Shades of True V #8467BB
Tints of True V #8467BB
RGB
CMYK
RGB Variations
Color information
#8467BB (or 0x8467BB) is known color: True V. HEX triplet: 84, 67 and BB. RGB value is (132,103,187). Sum of RGB (Red+Green+Blue) = 132+103+187=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8467BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8467BB is #7B9844. Grayscale: #787878. Windows color (decimal): -8099909 or 12281732. OLE color: 12281732.
HSL color Cylindrical-coordinate representation of color #8467BB: hue angle of 260.71º 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 #8467BB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 103 | 187 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.27 |
| HSL | 260.71º | 0.38% | 0.57% | - |
| HSV(B) | 260.71º | 0.45% | 0.73% | - |
| XYZ | 23.34 | 18.19 | 49.3 | - |
| YUV | 121.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 187 | 0.29 | 0.45 | 0 | 0.27 | 260.71 | 0.38 | 0.57 |
| Hex | 84 | 67 | BB | 1D | 2D | 0 | 1B | 105 | 26 | 39 |
| Octal | 204 | 147 | 273 | 35 | 55 | 0 | 33 | 405 | 46 | 71 |
| Binary | 10000100 | 1100111 | 10111011 | 11101 | 101101 | 0 | 11011 | 100000101 | 100110 | 111001 |
Color Harmonies of #8467BB
Complementary color
Monochromatic Colors of #8467BB
Black with #8467BB
Text Example
Text Example
White with #8467BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467BB; }
p { color: rgb(132,103,187); }
H1.HeaderClassName
{
color: #8467BB;
}
.AnyTagClassName
{
color: #8467BB;
}
</style>
background-color css
<style>
a { background-color: #8467BB; }
a { background-color: rgb(132,103,187); }
div.DivClassName
{
background-color: #8467BB;
}
.BgClassName
{
background-color: #8467BB;
}
</style>
border-color css
<style>
span { border-color: #8467BB; }
span { border-color: rgb(132,103,187); }
td.TdClassName
{
border-color: #8467BB;
}
.TagClassName
{
border-color: #8467BB;
}
</style>