Shades of True V #805ECA
Tints of True V #805ECA
RGB
CMYK
RGB Variations
Color information
#805ECA (or 0x805ECA) is known color: True V. HEX triplet: 80, 5E and CA. RGB value is (128,94,202). Sum of RGB (Red+Green+Blue) = 128+94+202=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #805ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ECA is #7FA135. Grayscale: #747474. Windows color (decimal): -8364342 or 13262464. OLE color: 13262464.
HSL color Cylindrical-coordinate representation of color #805ECA: hue angle of 258.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805ECA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 94 | 202 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.21 |
| HSL | 258.89º | 0.5% | 0.58% | - |
| HSV(B) | 258.89º | 0.53% | 0.79% | - |
| XYZ | 23.57 | 16.86 | 57.89 | - |
| YUV | 116.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 202 | 0.37 | 0.53 | 0 | 0.21 | 258.89 | 0.5 | 0.58 |
| Hex | 80 | 5E | CA | 25 | 35 | 0 | 15 | 103 | 32 | 3A |
| Octal | 200 | 136 | 312 | 45 | 65 | 0 | 25 | 403 | 62 | 72 |
| Binary | 10000000 | 1011110 | 11001010 | 100101 | 110101 | 0 | 10101 | 100000011 | 110010 | 111010 |
Color Harmonies of #805ECA
Complementary color
Monochromatic Colors of #805ECA
Black with #805ECA
Text Example
Text Example
White with #805ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ECA; }
p { color: rgb(128,94,202); }
H1.HeaderClassName
{
color: #805ECA;
}
.AnyTagClassName
{
color: #805ECA;
}
</style>
background-color css
<style>
a { background-color: #805ECA; }
a { background-color: rgb(128,94,202); }
div.DivClassName
{
background-color: #805ECA;
}
.BgClassName
{
background-color: #805ECA;
}
</style>
border-color css
<style>
span { border-color: #805ECA; }
span { border-color: rgb(128,94,202); }
td.TdClassName
{
border-color: #805ECA;
}
.TagClassName
{
border-color: #805ECA;
}
</style>