Shades of True V #805DBE
Tints of True V #805DBE
RGB
CMYK
RGB Variations
Color information
#805DBE (or 0x805DBE) is known color: True V. HEX triplet: 80, 5D and BE. RGB value is (128,93,190). Sum of RGB (Red+Green+Blue) = 128+93+190=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #805DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DBE is #7FA241. Grayscale: #727272. Windows color (decimal): -8364610 or 12475776. OLE color: 12475776.
HSL color Cylindrical-coordinate representation of color #805DBE: hue angle of 261.65º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805DBE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 93 | 190 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.25 |
| HSL | 261.65º | 0.43% | 0.55% | - |
| HSV(B) | 261.65º | 0.51% | 0.75% | - |
| XYZ | 22.11 | 16.14 | 50.66 | - |
| YUV | 114.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 190 | 0.33 | 0.51 | 0 | 0.25 | 261.65 | 0.43 | 0.55 |
| Hex | 80 | 5D | BE | 21 | 33 | 0 | 19 | 106 | 2B | 37 |
| Octal | 200 | 135 | 276 | 41 | 63 | 0 | 31 | 406 | 53 | 67 |
| Binary | 10000000 | 1011101 | 10111110 | 100001 | 110011 | 0 | 11001 | 100000110 | 101011 | 110111 |
Color Harmonies of #805DBE
Complementary color
Monochromatic Colors of #805DBE
Black with #805DBE
Text Example
Text Example
White with #805DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DBE; }
p { color: rgb(128,93,190); }
H1.HeaderClassName
{
color: #805DBE;
}
.AnyTagClassName
{
color: #805DBE;
}
</style>
background-color css
<style>
a { background-color: #805DBE; }
a { background-color: rgb(128,93,190); }
div.DivClassName
{
background-color: #805DBE;
}
.BgClassName
{
background-color: #805DBE;
}
</style>
border-color css
<style>
span { border-color: #805DBE; }
span { border-color: rgb(128,93,190); }
td.TdClassName
{
border-color: #805DBE;
}
.TagClassName
{
border-color: #805DBE;
}
</style>