Shades of True V #8057C2
Tints of True V #8057C2
RGB
CMYK
RGB Variations
Color information
#8057C2 (or 0x8057C2) is known color: True V. HEX triplet: 80, 57 and C2. RGB value is (128,87,194). Sum of RGB (Red+Green+Blue) = 128+87+194=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #8057C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057C2 is #7FA83D. Grayscale: #6F6F6F. Windows color (decimal): -8366142 or 12736384. OLE color: 12736384.
HSL color Cylindrical-coordinate representation of color #8057C2: hue angle of 262.99º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8057C2 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 87 | 194 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.24 |
| HSL | 262.99º | 0.47% | 0.55% | - |
| HSV(B) | 262.99º | 0.55% | 0.76% | - |
| XYZ | 22.05 | 15.3 | 52.83 | - |
| YUV | 111.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 194 | 0.34 | 0.55 | 0 | 0.24 | 262.99 | 0.47 | 0.55 |
| Hex | 80 | 57 | C2 | 22 | 37 | 0 | 18 | 107 | 2F | 37 |
| Octal | 200 | 127 | 302 | 42 | 67 | 0 | 30 | 407 | 57 | 67 |
| Binary | 10000000 | 1010111 | 11000010 | 100010 | 110111 | 0 | 11000 | 100000111 | 101111 | 110111 |
Color Harmonies of #8057C2
Complementary color
Monochromatic Colors of #8057C2
Black with #8057C2
Text Example
Text Example
White with #8057C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8057C2; }
p { color: rgb(128,87,194); }
H1.HeaderClassName
{
color: #8057C2;
}
.AnyTagClassName
{
color: #8057C2;
}
</style>
background-color css
<style>
a { background-color: #8057C2; }
a { background-color: rgb(128,87,194); }
div.DivClassName
{
background-color: #8057C2;
}
.BgClassName
{
background-color: #8057C2;
}
</style>
border-color css
<style>
span { border-color: #8057C2; }
span { border-color: rgb(128,87,194); }
td.TdClassName
{
border-color: #8057C2;
}
.TagClassName
{
border-color: #8057C2;
}
</style>