Shades of True V #8563BA
Tints of True V #8563BA
RGB
CMYK
RGB Variations
Color information
#8563BA (or 0x8563BA) is known color: True V. HEX triplet: 85, 63 and BA. RGB value is (133,99,186). Sum of RGB (Red+Green+Blue) = 133+99+186=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #8563BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563BA is #7A9C45. Grayscale: #767676. Windows color (decimal): -8035398 or 12215173. OLE color: 12215173.
HSL color Cylindrical-coordinate representation of color #8563BA: hue angle of 263.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8563BA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 99 | 186 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.27 |
| HSL | 263.45º | 0.39% | 0.56% | - |
| HSV(B) | 263.45º | 0.47% | 0.73% | - |
| XYZ | 23 | 17.46 | 48.61 | - |
| YUV | 119.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 186 | 0.28 | 0.47 | 0 | 0.27 | 263.45 | 0.39 | 0.56 |
| Hex | 85 | 63 | BA | 1C | 2F | 0 | 1B | 107 | 27 | 38 |
| Octal | 205 | 143 | 272 | 34 | 57 | 0 | 33 | 407 | 47 | 70 |
| Binary | 10000101 | 1100011 | 10111010 | 11100 | 101111 | 0 | 11011 | 100000111 | 100111 | 111000 |
Color Harmonies of #8563BA
Complementary color
Monochromatic Colors of #8563BA
Black with #8563BA
Text Example
Text Example
White with #8563BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563BA; }
p { color: rgb(133,99,186); }
H1.HeaderClassName
{
color: #8563BA;
}
.AnyTagClassName
{
color: #8563BA;
}
</style>
background-color css
<style>
a { background-color: #8563BA; }
a { background-color: rgb(133,99,186); }
div.DivClassName
{
background-color: #8563BA;
}
.BgClassName
{
background-color: #8563BA;
}
</style>
border-color css
<style>
span { border-color: #8563BA; }
span { border-color: rgb(133,99,186); }
td.TdClassName
{
border-color: #8563BA;
}
.TagClassName
{
border-color: #8563BA;
}
</style>