Shades of True V #815EBA
Tints of True V #815EBA
RGB
CMYK
RGB Variations
Color information
#815EBA (or 0x815EBA) is known color: True V. HEX triplet: 81, 5E and BA. RGB value is (129,94,186). Sum of RGB (Red+Green+Blue) = 129+94+186=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #815EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EBA is #7EA145. Grayscale: #727272. Windows color (decimal): -8298822 or 12213889. OLE color: 12213889.
HSL color Cylindrical-coordinate representation of color #815EBA: hue angle of 262.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815EBA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 94 | 186 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.27 |
| HSL | 262.83º | 0.4% | 0.55% | - |
| HSV(B) | 262.83º | 0.49% | 0.73% | - |
| XYZ | 21.92 | 16.22 | 48.43 | - |
| YUV | 114.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 186 | 0.31 | 0.49 | 0 | 0.27 | 262.83 | 0.4 | 0.55 |
| Hex | 81 | 5E | BA | 1F | 31 | 0 | 1B | 107 | 28 | 37 |
| Octal | 201 | 136 | 272 | 37 | 61 | 0 | 33 | 407 | 50 | 67 |
| Binary | 10000001 | 1011110 | 10111010 | 11111 | 110001 | 0 | 11011 | 100000111 | 101000 | 110111 |
Color Harmonies of #815EBA
Complementary color
Monochromatic Colors of #815EBA
Black with #815EBA
Text Example
Text Example
White with #815EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815EBA; }
p { color: rgb(129,94,186); }
H1.HeaderClassName
{
color: #815EBA;
}
.AnyTagClassName
{
color: #815EBA;
}
</style>
background-color css
<style>
a { background-color: #815EBA; }
a { background-color: rgb(129,94,186); }
div.DivClassName
{
background-color: #815EBA;
}
.BgClassName
{
background-color: #815EBA;
}
</style>
border-color css
<style>
span { border-color: #815EBA; }
span { border-color: rgb(129,94,186); }
td.TdClassName
{
border-color: #815EBA;
}
.TagClassName
{
border-color: #815EBA;
}
</style>