Shades of True V #8262C5
Tints of True V #8262C5
RGB
CMYK
RGB Variations
Color information
#8262C5 (or 0x8262C5) is known color: True V. HEX triplet: 82, 62 and C5. RGB value is (130,98,197). Sum of RGB (Red+Green+Blue) = 130+98+197=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #8262C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262C5 is #7D9D3A. Grayscale: #767676. Windows color (decimal): -8232251 or 12935810. OLE color: 12935810.
HSL color Cylindrical-coordinate representation of color #8262C5: hue angle of 259.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8262C5 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 98 | 197 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.23 |
| HSL | 259.39º | 0.46% | 0.58% | - |
| HSV(B) | 259.39º | 0.5% | 0.77% | - |
| XYZ | 23.65 | 17.51 | 54.96 | - |
| YUV | 118.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 197 | 0.34 | 0.50 | 0 | 0.23 | 259.39 | 0.46 | 0.58 |
| Hex | 82 | 62 | C5 | 22 | 32 | 0 | 17 | 103 | 2E | 3A |
| Octal | 202 | 142 | 305 | 42 | 62 | 0 | 27 | 403 | 56 | 72 |
| Binary | 10000010 | 1100010 | 11000101 | 100010 | 110010 | 0 | 10111 | 100000011 | 101110 | 111010 |
Color Harmonies of #8262C5
Complementary color
Monochromatic Colors of #8262C5
Black with #8262C5
Text Example
Text Example
White with #8262C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262C5; }
p { color: rgb(130,98,197); }
H1.HeaderClassName
{
color: #8262C5;
}
.AnyTagClassName
{
color: #8262C5;
}
</style>
background-color css
<style>
a { background-color: #8262C5; }
a { background-color: rgb(130,98,197); }
div.DivClassName
{
background-color: #8262C5;
}
.BgClassName
{
background-color: #8262C5;
}
</style>
border-color css
<style>
span { border-color: #8262C5; }
span { border-color: rgb(130,98,197); }
td.TdClassName
{
border-color: #8262C5;
}
.TagClassName
{
border-color: #8262C5;
}
</style>