Shades of True V #8062CA
Tints of True V #8062CA
RGB
CMYK
RGB Variations
Color information
#8062CA (or 0x8062CA) is known color: True V. HEX triplet: 80, 62 and CA. RGB value is (128,98,202). Sum of RGB (Red+Green+Blue) = 128+98+202=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #8062CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062CA is #7F9D35. Grayscale: #767676. Windows color (decimal): -8363318 or 13263488. OLE color: 13263488.
HSL color Cylindrical-coordinate representation of color #8062CA: hue angle of 257.31º 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 #8062CA is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 98 | 202 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.21 |
| HSL | 257.31º | 0.5% | 0.59% | - |
| HSV(B) | 257.31º | 0.51% | 0.79% | - |
| XYZ | 23.93 | 17.59 | 58.01 | - |
| YUV | 118.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 202 | 0.37 | 0.51 | 0 | 0.21 | 257.31 | 0.5 | 0.59 |
| Hex | 80 | 62 | CA | 25 | 33 | 0 | 15 | 101 | 32 | 3B |
| Octal | 200 | 142 | 312 | 45 | 63 | 0 | 25 | 401 | 62 | 73 |
| Binary | 10000000 | 1100010 | 11001010 | 100101 | 110011 | 0 | 10101 | 100000001 | 110010 | 111011 |
Color Harmonies of #8062CA
Complementary color
Monochromatic Colors of #8062CA
Black with #8062CA
Text Example
Text Example
White with #8062CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062CA; }
p { color: rgb(128,98,202); }
H1.HeaderClassName
{
color: #8062CA;
}
.AnyTagClassName
{
color: #8062CA;
}
</style>
background-color css
<style>
a { background-color: #8062CA; }
a { background-color: rgb(128,98,202); }
div.DivClassName
{
background-color: #8062CA;
}
.BgClassName
{
background-color: #8062CA;
}
</style>
border-color css
<style>
span { border-color: #8062CA; }
span { border-color: rgb(128,98,202); }
td.TdClassName
{
border-color: #8062CA;
}
.TagClassName
{
border-color: #8062CA;
}
</style>