Shades of True V #8059C1
Tints of True V #8059C1
RGB
CMYK
RGB Variations
Color information
#8059C1 (or 0x8059C1) is known color: True V. HEX triplet: 80, 59 and C1. RGB value is (128,89,193). Sum of RGB (Red+Green+Blue) = 128+89+193=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #8059C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059C1 is #7FA63E. Grayscale: #707070. Windows color (decimal): -8365631 or 12671360. OLE color: 12671360.
HSL color Cylindrical-coordinate representation of color #8059C1: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8059C1 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 89 | 193 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.24 |
| HSL | 262.5º | 0.46% | 0.55% | - |
| HSV(B) | 262.5º | 0.54% | 0.76% | - |
| XYZ | 22.1 | 15.58 | 52.3 | - |
| YUV | 112.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 193 | 0.34 | 0.54 | 0 | 0.24 | 262.5 | 0.46 | 0.55 |
| Hex | 80 | 59 | C1 | 22 | 36 | 0 | 18 | 106 | 2E | 37 |
| Octal | 200 | 131 | 301 | 42 | 66 | 0 | 30 | 406 | 56 | 67 |
| Binary | 10000000 | 1011001 | 11000001 | 100010 | 110110 | 0 | 11000 | 100000110 | 101110 | 110111 |
Color Harmonies of #8059C1
Complementary color
Monochromatic Colors of #8059C1
Black with #8059C1
Text Example
Text Example
White with #8059C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059C1; }
p { color: rgb(128,89,193); }
H1.HeaderClassName
{
color: #8059C1;
}
.AnyTagClassName
{
color: #8059C1;
}
</style>
background-color css
<style>
a { background-color: #8059C1; }
a { background-color: rgb(128,89,193); }
div.DivClassName
{
background-color: #8059C1;
}
.BgClassName
{
background-color: #8059C1;
}
</style>
border-color css
<style>
span { border-color: #8059C1; }
span { border-color: rgb(128,89,193); }
td.TdClassName
{
border-color: #8059C1;
}
.TagClassName
{
border-color: #8059C1;
}
</style>