Shades of True V #8260C1
Tints of True V #8260C1
RGB
CMYK
RGB Variations
Color information
#8260C1 (or 0x8260C1) is known color: True V. HEX triplet: 82, 60 and C1. RGB value is (130,96,193). Sum of RGB (Red+Green+Blue) = 130+96+193=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #8260C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260C1 is #7D9F3E. Grayscale: #747474. Windows color (decimal): -8232767 or 12673154. OLE color: 12673154.
HSL color Cylindrical-coordinate representation of color #8260C1: hue angle of 261.03º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8260C1 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 96 | 193 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.24 |
| HSL | 261.03º | 0.44% | 0.57% | - |
| HSV(B) | 261.03º | 0.5% | 0.76% | - |
| XYZ | 23.01 | 16.96 | 52.51 | - |
| YUV | 117.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 193 | 0.33 | 0.50 | 0 | 0.24 | 261.03 | 0.44 | 0.57 |
| Hex | 82 | 60 | C1 | 21 | 32 | 0 | 18 | 105 | 2C | 39 |
| Octal | 202 | 140 | 301 | 41 | 62 | 0 | 30 | 405 | 54 | 71 |
| Binary | 10000010 | 1100000 | 11000001 | 100001 | 110010 | 0 | 11000 | 100000101 | 101100 | 111001 |
Color Harmonies of #8260C1
Complementary color
Monochromatic Colors of #8260C1
Black with #8260C1
Text Example
Text Example
White with #8260C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260C1; }
p { color: rgb(130,96,193); }
H1.HeaderClassName
{
color: #8260C1;
}
.AnyTagClassName
{
color: #8260C1;
}
</style>
background-color css
<style>
a { background-color: #8260C1; }
a { background-color: rgb(130,96,193); }
div.DivClassName
{
background-color: #8260C1;
}
.BgClassName
{
background-color: #8260C1;
}
</style>
border-color css
<style>
span { border-color: #8260C1; }
span { border-color: rgb(130,96,193); }
td.TdClassName
{
border-color: #8260C1;
}
.TagClassName
{
border-color: #8260C1;
}
</style>