Shades of True V #8055C2
Tints of True V #8055C2
RGB
CMYK
RGB Variations
Color information
#8055C2 (or 0x8055C2) is known color: True V. HEX triplet: 80, 55 and C2. RGB value is (128,85,194). Sum of RGB (Red+Green+Blue) = 128+85+194=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #8055C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055C2 is #7FAA3D. Grayscale: #6D6D6D. Windows color (decimal): -8366654 or 12735872. OLE color: 12735872.
HSL color Cylindrical-coordinate representation of color #8055C2: hue angle of 263.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8055C2 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 85 | 194 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.24 |
| HSL | 263.67º | 0.47% | 0.55% | - |
| HSV(B) | 263.67º | 0.56% | 0.76% | - |
| XYZ | 21.89 | 14.98 | 52.78 | - |
| YUV | 110.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 194 | 0.34 | 0.56 | 0 | 0.24 | 263.67 | 0.47 | 0.55 |
| Hex | 80 | 55 | C2 | 22 | 38 | 0 | 18 | 108 | 2F | 37 |
| Octal | 200 | 125 | 302 | 42 | 70 | 0 | 30 | 410 | 57 | 67 |
| Binary | 10000000 | 1010101 | 11000010 | 100010 | 111000 | 0 | 11000 | 100001000 | 101111 | 110111 |
Color Harmonies of #8055C2
Complementary color
Monochromatic Colors of #8055C2
Black with #8055C2
Text Example
Text Example
White with #8055C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055C2; }
p { color: rgb(128,85,194); }
H1.HeaderClassName
{
color: #8055C2;
}
.AnyTagClassName
{
color: #8055C2;
}
</style>
background-color css
<style>
a { background-color: #8055C2; }
a { background-color: rgb(128,85,194); }
div.DivClassName
{
background-color: #8055C2;
}
.BgClassName
{
background-color: #8055C2;
}
</style>
border-color css
<style>
span { border-color: #8055C2; }
span { border-color: rgb(128,85,194); }
td.TdClassName
{
border-color: #8055C2;
}
.TagClassName
{
border-color: #8055C2;
}
</style>