Shades of True V #805EC6
Tints of True V #805EC6
RGB
CMYK
RGB Variations
Color information
#805EC6 (or 0x805EC6) is known color: True V. HEX triplet: 80, 5E and C6. RGB value is (128,94,198). Sum of RGB (Red+Green+Blue) = 128+94+198=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #805EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EC6 is #7FA139. Grayscale: #737373. Windows color (decimal): -8364346 or 13000320. OLE color: 13000320.
HSL color Cylindrical-coordinate representation of color #805EC6: hue angle of 259.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805EC6 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 94 | 198 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.22 |
| HSL | 259.62º | 0.48% | 0.57% | - |
| HSV(B) | 259.62º | 0.53% | 0.78% | - |
| XYZ | 23.1 | 16.67 | 55.43 | - |
| YUV | 116.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 198 | 0.35 | 0.53 | 0 | 0.22 | 259.62 | 0.48 | 0.57 |
| Hex | 80 | 5E | C6 | 23 | 35 | 0 | 16 | 104 | 30 | 39 |
| Octal | 200 | 136 | 306 | 43 | 65 | 0 | 26 | 404 | 60 | 71 |
| Binary | 10000000 | 1011110 | 11000110 | 100011 | 110101 | 0 | 10110 | 100000100 | 110000 | 111001 |
Color Harmonies of #805EC6
Complementary color
Monochromatic Colors of #805EC6
Black with #805EC6
Text Example
Text Example
White with #805EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EC6; }
p { color: rgb(128,94,198); }
H1.HeaderClassName
{
color: #805EC6;
}
.AnyTagClassName
{
color: #805EC6;
}
</style>
background-color css
<style>
a { background-color: #805EC6; }
a { background-color: rgb(128,94,198); }
div.DivClassName
{
background-color: #805EC6;
}
.BgClassName
{
background-color: #805EC6;
}
</style>
border-color css
<style>
span { border-color: #805EC6; }
span { border-color: rgb(128,94,198); }
td.TdClassName
{
border-color: #805EC6;
}
.TagClassName
{
border-color: #805EC6;
}
</style>