Shades of True V #805EC8
Tints of True V #805EC8
RGB
CMYK
RGB Variations
Color information
#805EC8 (or 0x805EC8) is known color: True V. HEX triplet: 80, 5E and C8. RGB value is (128,94,200). Sum of RGB (Red+Green+Blue) = 128+94+200=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #805EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EC8 is #7FA137. Grayscale: #737373. Windows color (decimal): -8364344 or 13131392. OLE color: 13131392.
HSL color Cylindrical-coordinate representation of color #805EC8: hue angle of 259.25º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805EC8 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 94 | 200 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.22 |
| HSL | 259.25º | 0.49% | 0.58% | - |
| HSV(B) | 259.25º | 0.53% | 0.78% | - |
| XYZ | 23.33 | 16.76 | 56.65 | - |
| YUV | 116.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 200 | 0.36 | 0.53 | 0 | 0.22 | 259.25 | 0.49 | 0.58 |
| Hex | 80 | 5E | C8 | 24 | 35 | 0 | 16 | 103 | 31 | 3A |
| Octal | 200 | 136 | 310 | 44 | 65 | 0 | 26 | 403 | 61 | 72 |
| Binary | 10000000 | 1011110 | 11001000 | 100100 | 110101 | 0 | 10110 | 100000011 | 110001 | 111010 |
Color Harmonies of #805EC8
Complementary color
Monochromatic Colors of #805EC8
Black with #805EC8
Text Example
Text Example
White with #805EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EC8; }
p { color: rgb(128,94,200); }
H1.HeaderClassName
{
color: #805EC8;
}
.AnyTagClassName
{
color: #805EC8;
}
</style>
background-color css
<style>
a { background-color: #805EC8; }
a { background-color: rgb(128,94,200); }
div.DivClassName
{
background-color: #805EC8;
}
.BgClassName
{
background-color: #805EC8;
}
</style>
border-color css
<style>
span { border-color: #805EC8; }
span { border-color: rgb(128,94,200); }
td.TdClassName
{
border-color: #805EC8;
}
.TagClassName
{
border-color: #805EC8;
}
</style>