Shades of True V #8262CA
Tints of True V #8262CA
RGB
CMYK
RGB Variations
Color information
#8262CA (or 0x8262CA) is known color: True V. HEX triplet: 82, 62 and CA. RGB value is (130,98,202). Sum of RGB (Red+Green+Blue) = 130+98+202=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #8262CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262CA is #7D9D35. Grayscale: #777777. Windows color (decimal): -8232246 or 13263490. OLE color: 13263490.
HSL color Cylindrical-coordinate representation of color #8262CA: hue angle of 258.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8262CA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 98 | 202 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.21 |
| HSL | 258.46º | 0.5% | 0.59% | - |
| HSV(B) | 258.46º | 0.51% | 0.79% | - |
| XYZ | 24.23 | 17.75 | 58.03 | - |
| YUV | 119.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 202 | 0.36 | 0.51 | 0 | 0.21 | 258.46 | 0.5 | 0.59 |
| Hex | 82 | 62 | CA | 24 | 33 | 0 | 15 | 102 | 32 | 3B |
| Octal | 202 | 142 | 312 | 44 | 63 | 0 | 25 | 402 | 62 | 73 |
| Binary | 10000010 | 1100010 | 11001010 | 100100 | 110011 | 0 | 10101 | 100000010 | 110010 | 111011 |
Color Harmonies of #8262CA
Complementary color
Monochromatic Colors of #8262CA
Black with #8262CA
Text Example
Text Example
White with #8262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262CA; }
p { color: rgb(130,98,202); }
H1.HeaderClassName
{
color: #8262CA;
}
.AnyTagClassName
{
color: #8262CA;
}
</style>
background-color css
<style>
a { background-color: #8262CA; }
a { background-color: rgb(130,98,202); }
div.DivClassName
{
background-color: #8262CA;
}
.BgClassName
{
background-color: #8262CA;
}
</style>
border-color css
<style>
span { border-color: #8262CA; }
span { border-color: rgb(130,98,202); }
td.TdClassName
{
border-color: #8262CA;
}
.TagClassName
{
border-color: #8262CA;
}
</style>