Shades of True V #8260CB
Tints of True V #8260CB
RGB
CMYK
RGB Variations
Color information
#8260CB (or 0x8260CB) is known color: True V. HEX triplet: 82, 60 and CB. RGB value is (130,96,203). Sum of RGB (Red+Green+Blue) = 130+96+203=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260CB is #7D9F34. Grayscale: #757575. Windows color (decimal): -8232757 or 13328514. OLE color: 13328514.
HSL color Cylindrical-coordinate representation of color #8260CB: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8260CB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 96 | 203 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.20 |
| HSL | 259.07º | 0.51% | 0.59% | - |
| HSV(B) | 259.07º | 0.53% | 0.8% | - |
| XYZ | 24.17 | 17.42 | 58.59 | - |
| YUV | 118.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 203 | 0.36 | 0.53 | 0 | 0.20 | 259.07 | 0.51 | 0.59 |
| Hex | 82 | 60 | CB | 24 | 35 | 0 | 14 | 103 | 33 | 3B |
| Octal | 202 | 140 | 313 | 44 | 65 | 0 | 24 | 403 | 63 | 73 |
| Binary | 10000010 | 1100000 | 11001011 | 100100 | 110101 | 0 | 10100 | 100000011 | 110011 | 111011 |
Color Harmonies of #8260CB
Complementary color
Monochromatic Colors of #8260CB
Black with #8260CB
Text Example
Text Example
White with #8260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260CB; }
p { color: rgb(130,96,203); }
H1.HeaderClassName
{
color: #8260CB;
}
.AnyTagClassName
{
color: #8260CB;
}
</style>
background-color css
<style>
a { background-color: #8260CB; }
a { background-color: rgb(130,96,203); }
div.DivClassName
{
background-color: #8260CB;
}
.BgClassName
{
background-color: #8260CB;
}
</style>
border-color css
<style>
span { border-color: #8260CB; }
span { border-color: rgb(130,96,203); }
td.TdClassName
{
border-color: #8260CB;
}
.TagClassName
{
border-color: #8260CB;
}
</style>