Shades of True V #8566BB
Tints of True V #8566BB
RGB
CMYK
RGB Variations
Color information
#8566BB (or 0x8566BB) is known color: True V. HEX triplet: 85, 66 and BB. RGB value is (133,102,187). Sum of RGB (Red+Green+Blue) = 133+102+187=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 102 (40.23% from 255 or 24.17% 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 #8566BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566BB is #7A9944. Grayscale: #787878. Windows color (decimal): -8034629 or 12281477. OLE color: 12281477.
HSL color Cylindrical-coordinate representation of color #8566BB: hue angle of 261.88º 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 #8566BB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 102 | 187 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.27 |
| HSL | 261.88º | 0.38% | 0.57% | - |
| HSV(B) | 261.88º | 0.45% | 0.73% | - |
| XYZ | 23.39 | 18.08 | 49.27 | - |
| YUV | 120.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 187 | 0.29 | 0.45 | 0 | 0.27 | 261.88 | 0.38 | 0.57 |
| Hex | 85 | 66 | BB | 1D | 2D | 0 | 1B | 106 | 26 | 39 |
| Octal | 205 | 146 | 273 | 35 | 55 | 0 | 33 | 406 | 46 | 71 |
| Binary | 10000101 | 1100110 | 10111011 | 11101 | 101101 | 0 | 11011 | 100000110 | 100110 | 111001 |
Color Harmonies of #8566BB
Complementary color
Monochromatic Colors of #8566BB
Black with #8566BB
Text Example
Text Example
White with #8566BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566BB; }
p { color: rgb(133,102,187); }
H1.HeaderClassName
{
color: #8566BB;
}
.AnyTagClassName
{
color: #8566BB;
}
</style>
background-color css
<style>
a { background-color: #8566BB; }
a { background-color: rgb(133,102,187); }
div.DivClassName
{
background-color: #8566BB;
}
.BgClassName
{
background-color: #8566BB;
}
</style>
border-color css
<style>
span { border-color: #8566BB; }
span { border-color: rgb(133,102,187); }
td.TdClassName
{
border-color: #8566BB;
}
.TagClassName
{
border-color: #8566BB;
}
</style>