Shades of True V #805EBD
Tints of True V #805EBD
RGB
CMYK
RGB Variations
Color information
#805EBD (or 0x805EBD) is known color: True V. HEX triplet: 80, 5E and BD. RGB value is (128,94,189). Sum of RGB (Red+Green+Blue) = 128+94+189=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #805EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EBD is #7FA142. Grayscale: #727272. Windows color (decimal): -8364355 or 12410496. OLE color: 12410496.
HSL color Cylindrical-coordinate representation of color #805EBD: hue angle of 261.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805EBD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 94 | 189 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.26 |
| HSL | 261.47º | 0.42% | 0.55% | - |
| HSV(B) | 261.47º | 0.5% | 0.74% | - |
| XYZ | 22.09 | 16.27 | 50.12 | - |
| YUV | 115 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 189 | 0.32 | 0.50 | 0 | 0.26 | 261.47 | 0.42 | 0.55 |
| Hex | 80 | 5E | BD | 20 | 32 | 0 | 1A | 105 | 2A | 37 |
| Octal | 200 | 136 | 275 | 40 | 62 | 0 | 32 | 405 | 52 | 67 |
| Binary | 10000000 | 1011110 | 10111101 | 100000 | 110010 | 0 | 11010 | 100000101 | 101010 | 110111 |
Color Harmonies of #805EBD
Complementary color
Monochromatic Colors of #805EBD
Black with #805EBD
Text Example
Text Example
White with #805EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EBD; }
p { color: rgb(128,94,189); }
H1.HeaderClassName
{
color: #805EBD;
}
.AnyTagClassName
{
color: #805EBD;
}
</style>
background-color css
<style>
a { background-color: #805EBD; }
a { background-color: rgb(128,94,189); }
div.DivClassName
{
background-color: #805EBD;
}
.BgClassName
{
background-color: #805EBD;
}
</style>
border-color css
<style>
span { border-color: #805EBD; }
span { border-color: rgb(128,94,189); }
td.TdClassName
{
border-color: #805EBD;
}
.TagClassName
{
border-color: #805EBD;
}
</style>