Shades of True V #8463BB
Tints of True V #8463BB
RGB
CMYK
RGB Variations
Color information
#8463BB (or 0x8463BB) is known color: True V. HEX triplet: 84, 63 and BB. RGB value is (132,99,187). Sum of RGB (Red+Green+Blue) = 132+99+187=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #8463BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463BB is #7B9C44. Grayscale: #767676. Windows color (decimal): -8100933 or 12280708. OLE color: 12280708.
HSL color Cylindrical-coordinate representation of color #8463BB: hue angle of 262.5º 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 #8463BB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 99 | 187 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.27 |
| HSL | 262.5º | 0.39% | 0.56% | - |
| HSV(B) | 262.5º | 0.47% | 0.73% | - |
| XYZ | 22.95 | 17.42 | 49.17 | - |
| YUV | 118.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 187 | 0.29 | 0.47 | 0 | 0.27 | 262.5 | 0.39 | 0.56 |
| Hex | 84 | 63 | BB | 1D | 2F | 0 | 1B | 106 | 27 | 38 |
| Octal | 204 | 143 | 273 | 35 | 57 | 0 | 33 | 406 | 47 | 70 |
| Binary | 10000100 | 1100011 | 10111011 | 11101 | 101111 | 0 | 11011 | 100000110 | 100111 | 111000 |
Color Harmonies of #8463BB
Complementary color
Monochromatic Colors of #8463BB
Black with #8463BB
Text Example
Text Example
White with #8463BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463BB; }
p { color: rgb(132,99,187); }
H1.HeaderClassName
{
color: #8463BB;
}
.AnyTagClassName
{
color: #8463BB;
}
</style>
background-color css
<style>
a { background-color: #8463BB; }
a { background-color: rgb(132,99,187); }
div.DivClassName
{
background-color: #8463BB;
}
.BgClassName
{
background-color: #8463BB;
}
</style>
border-color css
<style>
span { border-color: #8463BB; }
span { border-color: rgb(132,99,187); }
td.TdClassName
{
border-color: #8463BB;
}
.TagClassName
{
border-color: #8463BB;
}
</style>