Shades of True V #8673BB
Tints of True V #8673BB
RGB
CMYK
RGB Variations
Color information
#8673BB (or 0x8673BB) is known color: True V. HEX triplet: 86, 73 and BB. RGB value is (134,115,187). Sum of RGB (Red+Green+Blue) = 134+115+187=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8673BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BB is #798C44. Grayscale: #808080. Windows color (decimal): -7965765 or 12284806. OLE color: 12284806.
HSL color Cylindrical-coordinate representation of color #8673BB: hue angle of 255.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8673BB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 115 | 187 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.27 |
| HSL | 255.83º | 0.35% | 0.59% | - |
| HSV(B) | 255.83º | 0.39% | 0.73% | - |
| XYZ | 24.93 | 20.92 | 49.74 | - |
| YUV | 128.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 187 | 0.28 | 0.39 | 0 | 0.27 | 255.83 | 0.35 | 0.59 |
| Hex | 86 | 73 | BB | 1C | 27 | 0 | 1B | 100 | 23 | 3B |
| Octal | 206 | 163 | 273 | 34 | 47 | 0 | 33 | 400 | 43 | 73 |
| Binary | 10000110 | 1110011 | 10111011 | 11100 | 100111 | 0 | 11011 | 100000000 | 100011 | 111011 |
Color Harmonies of #8673BB
Complementary color
Monochromatic Colors of #8673BB
Black with #8673BB
Text Example
Text Example
White with #8673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673BB; }
p { color: rgb(134,115,187); }
H1.HeaderClassName
{
color: #8673BB;
}
.AnyTagClassName
{
color: #8673BB;
}
</style>
background-color css
<style>
a { background-color: #8673BB; }
a { background-color: rgb(134,115,187); }
div.DivClassName
{
background-color: #8673BB;
}
.BgClassName
{
background-color: #8673BB;
}
</style>
border-color css
<style>
span { border-color: #8673BB; }
span { border-color: rgb(134,115,187); }
td.TdClassName
{
border-color: #8673BB;
}
.TagClassName
{
border-color: #8673BB;
}
</style>