Shades of True V #8260B8
Tints of True V #8260B8
RGB
CMYK
RGB Variations
Color information
#8260B8 (or 0x8260B8) is known color: True V. HEX triplet: 82, 60 and B8. RGB value is (130,96,184). Sum of RGB (Red+Green+Blue) = 130+96+184=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #8260B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260B8 is #7D9F47. Grayscale: #737373. Windows color (decimal): -8232776 or 12083330. OLE color: 12083330.
HSL color Cylindrical-coordinate representation of color #8260B8: hue angle of 263.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8260B8 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 96 | 184 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.28 |
| HSL | 263.18º | 0.38% | 0.55% | - |
| HSV(B) | 263.18º | 0.48% | 0.72% | - |
| XYZ | 22.04 | 16.57 | 47.38 | - |
| YUV | 116.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 184 | 0.29 | 0.48 | 0 | 0.28 | 263.18 | 0.38 | 0.55 |
| Hex | 82 | 60 | B8 | 1D | 30 | 0 | 1C | 107 | 26 | 37 |
| Octal | 202 | 140 | 270 | 35 | 60 | 0 | 34 | 407 | 46 | 67 |
| Binary | 10000010 | 1100000 | 10111000 | 11101 | 110000 | 0 | 11100 | 100000111 | 100110 | 110111 |
Color Harmonies of #8260B8
Complementary color
Monochromatic Colors of #8260B8
Black with #8260B8
Text Example
Text Example
White with #8260B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260B8; }
p { color: rgb(130,96,184); }
H1.HeaderClassName
{
color: #8260B8;
}
.AnyTagClassName
{
color: #8260B8;
}
</style>
background-color css
<style>
a { background-color: #8260B8; }
a { background-color: rgb(130,96,184); }
div.DivClassName
{
background-color: #8260B8;
}
.BgClassName
{
background-color: #8260B8;
}
</style>
border-color css
<style>
span { border-color: #8260B8; }
span { border-color: rgb(130,96,184); }
td.TdClassName
{
border-color: #8260B8;
}
.TagClassName
{
border-color: #8260B8;
}
</style>