Shades of True V #8262B9
Tints of True V #8262B9
RGB
CMYK
RGB Variations
Color information
#8262B9 (or 0x8262B9) is known color: True V. HEX triplet: 82, 62 and B9. RGB value is (130,98,185). Sum of RGB (Red+Green+Blue) = 130+98+185=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #8262B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262B9 is #7D9D46. Grayscale: #757575. Windows color (decimal): -8232263 or 12149378. OLE color: 12149378.
HSL color Cylindrical-coordinate representation of color #8262B9: hue angle of 262.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8262B9 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 98 | 185 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.27 |
| HSL | 262.07º | 0.38% | 0.55% | - |
| HSV(B) | 262.07º | 0.47% | 0.73% | - |
| XYZ | 22.33 | 16.98 | 48 | - |
| YUV | 117.49 | 166.1 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 185 | 0.30 | 0.47 | 0 | 0.27 | 262.07 | 0.38 | 0.55 |
| Hex | 82 | 62 | B9 | 1E | 2F | 0 | 1B | 106 | 26 | 37 |
| Octal | 202 | 142 | 271 | 36 | 57 | 0 | 33 | 406 | 46 | 67 |
| Binary | 10000010 | 1100010 | 10111001 | 11110 | 101111 | 0 | 11011 | 100000110 | 100110 | 110111 |
Color Harmonies of #8262B9
Complementary color
Monochromatic Colors of #8262B9
Black with #8262B9
Text Example
Text Example
White with #8262B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262B9; }
p { color: rgb(130,98,185); }
H1.HeaderClassName
{
color: #8262B9;
}
.AnyTagClassName
{
color: #8262B9;
}
</style>
background-color css
<style>
a { background-color: #8262B9; }
a { background-color: rgb(130,98,185); }
div.DivClassName
{
background-color: #8262B9;
}
.BgClassName
{
background-color: #8262B9;
}
</style>
border-color css
<style>
span { border-color: #8262B9; }
span { border-color: rgb(130,98,185); }
td.TdClassName
{
border-color: #8262B9;
}
.TagClassName
{
border-color: #8262B9;
}
</style>