Shades of True V #8262C2
Tints of True V #8262C2
RGB
CMYK
RGB Variations
Color information
#8262C2 (or 0x8262C2) is known color: True V. HEX triplet: 82, 62 and C2. RGB value is (130,98,194). Sum of RGB (Red+Green+Blue) = 130+98+194=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #8262C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262C2 is #7D9D3D. Grayscale: #767676. Windows color (decimal): -8232254 or 12739202. OLE color: 12739202.
HSL color Cylindrical-coordinate representation of color #8262C2: hue angle of 260º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8262C2 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 98 | 194 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.24 |
| HSL | 260º | 0.44% | 0.57% | - |
| HSV(B) | 260º | 0.49% | 0.76% | - |
| XYZ | 23.31 | 17.38 | 53.16 | - |
| YUV | 118.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 194 | 0.33 | 0.49 | 0 | 0.24 | 260 | 0.44 | 0.57 |
| Hex | 82 | 62 | C2 | 21 | 31 | 0 | 18 | 104 | 2C | 39 |
| Octal | 202 | 142 | 302 | 41 | 61 | 0 | 30 | 404 | 54 | 71 |
| Binary | 10000010 | 1100010 | 11000010 | 100001 | 110001 | 0 | 11000 | 100000100 | 101100 | 111001 |
Color Harmonies of #8262C2
Complementary color
Monochromatic Colors of #8262C2
Black with #8262C2
Text Example
Text Example
White with #8262C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262C2; }
p { color: rgb(130,98,194); }
H1.HeaderClassName
{
color: #8262C2;
}
.AnyTagClassName
{
color: #8262C2;
}
</style>
background-color css
<style>
a { background-color: #8262C2; }
a { background-color: rgb(130,98,194); }
div.DivClassName
{
background-color: #8262C2;
}
.BgClassName
{
background-color: #8262C2;
}
</style>
border-color css
<style>
span { border-color: #8262C2; }
span { border-color: rgb(130,98,194); }
td.TdClassName
{
border-color: #8262C2;
}
.TagClassName
{
border-color: #8262C2;
}
</style>