Shades of True V #8059C5
Tints of True V #8059C5
RGB
CMYK
RGB Variations
Color information
#8059C5 (or 0x8059C5) is known color: True V. HEX triplet: 80, 59 and C5. RGB value is (128,89,197). Sum of RGB (Red+Green+Blue) = 128+89+197=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #8059C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059C5 is #7FA63A. Grayscale: #707070. Windows color (decimal): -8365627 or 12933504. OLE color: 12933504.
HSL color Cylindrical-coordinate representation of color #8059C5: hue angle of 261.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8059C5 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 89 | 197 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.23 |
| HSL | 261.67º | 0.48% | 0.56% | - |
| HSV(B) | 261.67º | 0.55% | 0.77% | - |
| XYZ | 22.55 | 15.77 | 54.68 | - |
| YUV | 112.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 197 | 0.35 | 0.55 | 0 | 0.23 | 261.67 | 0.48 | 0.56 |
| Hex | 80 | 59 | C5 | 23 | 37 | 0 | 17 | 106 | 30 | 38 |
| Octal | 200 | 131 | 305 | 43 | 67 | 0 | 27 | 406 | 60 | 70 |
| Binary | 10000000 | 1011001 | 11000101 | 100011 | 110111 | 0 | 10111 | 100000110 | 110000 | 111000 |
Color Harmonies of #8059C5
Complementary color
Monochromatic Colors of #8059C5
Black with #8059C5
Text Example
Text Example
White with #8059C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059C5; }
p { color: rgb(128,89,197); }
H1.HeaderClassName
{
color: #8059C5;
}
.AnyTagClassName
{
color: #8059C5;
}
</style>
background-color css
<style>
a { background-color: #8059C5; }
a { background-color: rgb(128,89,197); }
div.DivClassName
{
background-color: #8059C5;
}
.BgClassName
{
background-color: #8059C5;
}
</style>
border-color css
<style>
span { border-color: #8059C5; }
span { border-color: rgb(128,89,197); }
td.TdClassName
{
border-color: #8059C5;
}
.TagClassName
{
border-color: #8059C5;
}
</style>