Shades of True V #8263BC
Tints of True V #8263BC
RGB
CMYK
RGB Variations
Color information
#8263BC (or 0x8263BC) is known color: True V. HEX triplet: 82, 63 and BC. RGB value is (130,99,188). Sum of RGB (Red+Green+Blue) = 130+99+188=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #8263BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263BC is #7D9C43. Grayscale: #767676. Windows color (decimal): -8232004 or 12346242. OLE color: 12346242.
HSL color Cylindrical-coordinate representation of color #8263BC: hue angle of 260.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8263BC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 99 | 188 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.26 |
| HSL | 260.9º | 0.4% | 0.56% | - |
| HSV(B) | 260.9º | 0.47% | 0.74% | - |
| XYZ | 22.74 | 17.3 | 49.72 | - |
| YUV | 118.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 188 | 0.31 | 0.47 | 0 | 0.26 | 260.9 | 0.4 | 0.56 |
| Hex | 82 | 63 | BC | 1F | 2F | 0 | 1A | 105 | 28 | 38 |
| Octal | 202 | 143 | 274 | 37 | 57 | 0 | 32 | 405 | 50 | 70 |
| Binary | 10000010 | 1100011 | 10111100 | 11111 | 101111 | 0 | 11010 | 100000101 | 101000 | 111000 |
Color Harmonies of #8263BC
Complementary color
Monochromatic Colors of #8263BC
Black with #8263BC
Text Example
Text Example
White with #8263BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263BC; }
p { color: rgb(130,99,188); }
H1.HeaderClassName
{
color: #8263BC;
}
.AnyTagClassName
{
color: #8263BC;
}
</style>
background-color css
<style>
a { background-color: #8263BC; }
a { background-color: rgb(130,99,188); }
div.DivClassName
{
background-color: #8263BC;
}
.BgClassName
{
background-color: #8263BC;
}
</style>
border-color css
<style>
span { border-color: #8263BC; }
span { border-color: rgb(130,99,188); }
td.TdClassName
{
border-color: #8263BC;
}
.TagClassName
{
border-color: #8263BC;
}
</style>