Shades of True V #8263BB
Tints of True V #8263BB
RGB
CMYK
RGB Variations
Color information
#8263BB (or 0x8263BB) is known color: True V. HEX triplet: 82, 63 and BB. RGB value is (130,99,187). Sum of RGB (Red+Green+Blue) = 130+99+187=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #8263BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263BB is #7D9C44. Grayscale: #757575. Windows color (decimal): -8232005 or 12280706. OLE color: 12280706.
HSL color Cylindrical-coordinate representation of color #8263BB: hue angle of 261.14º 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 #8263BB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 99 | 187 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.27 |
| HSL | 261.14º | 0.39% | 0.56% | - |
| HSV(B) | 261.14º | 0.47% | 0.73% | - |
| XYZ | 22.64 | 17.26 | 49.15 | - |
| YUV | 118.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 187 | 0.30 | 0.47 | 0 | 0.27 | 261.14 | 0.39 | 0.56 |
| Hex | 82 | 63 | BB | 1E | 2F | 0 | 1B | 105 | 27 | 38 |
| Octal | 202 | 143 | 273 | 36 | 57 | 0 | 33 | 405 | 47 | 70 |
| Binary | 10000010 | 1100011 | 10111011 | 11110 | 101111 | 0 | 11011 | 100000101 | 100111 | 111000 |
Color Harmonies of #8263BB
Complementary color
Monochromatic Colors of #8263BB
Black with #8263BB
Text Example
Text Example
White with #8263BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263BB; }
p { color: rgb(130,99,187); }
H1.HeaderClassName
{
color: #8263BB;
}
.AnyTagClassName
{
color: #8263BB;
}
</style>
background-color css
<style>
a { background-color: #8263BB; }
a { background-color: rgb(130,99,187); }
div.DivClassName
{
background-color: #8263BB;
}
.BgClassName
{
background-color: #8263BB;
}
</style>
border-color css
<style>
span { border-color: #8263BB; }
span { border-color: rgb(130,99,187); }
td.TdClassName
{
border-color: #8263BB;
}
.TagClassName
{
border-color: #8263BB;
}
</style>