Shades of True V #8061CA
Tints of True V #8061CA
RGB
CMYK
RGB Variations
Color information
#8061CA (or 0x8061CA) is known color: True V. HEX triplet: 80, 61 and CA. RGB value is (128,97,202). Sum of RGB (Red+Green+Blue) = 128+97+202=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #8061CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061CA is #7F9E35. Grayscale: #757575. Windows color (decimal): -8363574 or 13263232. OLE color: 13263232.
HSL color Cylindrical-coordinate representation of color #8061CA: hue angle of 257.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8061CA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 97 | 202 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.21 |
| HSL | 257.71º | 0.5% | 0.59% | - |
| HSV(B) | 257.71º | 0.52% | 0.79% | - |
| XYZ | 23.84 | 17.4 | 57.98 | - |
| YUV | 118.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 202 | 0.37 | 0.52 | 0 | 0.21 | 257.71 | 0.5 | 0.59 |
| Hex | 80 | 61 | CA | 25 | 34 | 0 | 15 | 102 | 32 | 3B |
| Octal | 200 | 141 | 312 | 45 | 64 | 0 | 25 | 402 | 62 | 73 |
| Binary | 10000000 | 1100001 | 11001010 | 100101 | 110100 | 0 | 10101 | 100000010 | 110010 | 111011 |
Color Harmonies of #8061CA
Complementary color
Monochromatic Colors of #8061CA
Black with #8061CA
Text Example
Text Example
White with #8061CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061CA; }
p { color: rgb(128,97,202); }
H1.HeaderClassName
{
color: #8061CA;
}
.AnyTagClassName
{
color: #8061CA;
}
</style>
background-color css
<style>
a { background-color: #8061CA; }
a { background-color: rgb(128,97,202); }
div.DivClassName
{
background-color: #8061CA;
}
.BgClassName
{
background-color: #8061CA;
}
</style>
border-color css
<style>
span { border-color: #8061CA; }
span { border-color: rgb(128,97,202); }
td.TdClassName
{
border-color: #8061CA;
}
.TagClassName
{
border-color: #8061CA;
}
</style>