Shades of True V #815DBA
Tints of True V #815DBA
RGB
CMYK
RGB Variations
Color information
#815DBA (or 0x815DBA) is known color: True V. HEX triplet: 81, 5D and BA. RGB value is (129,93,186). Sum of RGB (Red+Green+Blue) = 129+93+186=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #815DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBA is #7EA245. Grayscale: #727272. Windows color (decimal): -8299078 or 12213633. OLE color: 12213633.
HSL color Cylindrical-coordinate representation of color #815DBA: hue angle of 263.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815DBA is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 93 | 186 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.27 |
| HSL | 263.23º | 0.4% | 0.55% | - |
| HSV(B) | 263.23º | 0.5% | 0.73% | - |
| XYZ | 21.83 | 16.04 | 48.4 | - |
| YUV | 114.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 186 | 0.31 | 0.5 | 0 | 0.27 | 263.23 | 0.4 | 0.55 |
| Hex | 81 | 5D | BA | 1F | 32 | 0 | 1B | 107 | 28 | 37 |
| Octal | 201 | 135 | 272 | 37 | 62 | 0 | 33 | 407 | 50 | 67 |
| Binary | 10000001 | 1011101 | 10111010 | 11111 | 110010 | 0 | 11011 | 100000111 | 101000 | 110111 |
Color Harmonies of #815DBA
Complementary color
Monochromatic Colors of #815DBA
Black with #815DBA
Text Example
Text Example
White with #815DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DBA; }
p { color: rgb(129,93,186); }
H1.HeaderClassName
{
color: #815DBA;
}
.AnyTagClassName
{
color: #815DBA;
}
</style>
background-color css
<style>
a { background-color: #815DBA; }
a { background-color: rgb(129,93,186); }
div.DivClassName
{
background-color: #815DBA;
}
.BgClassName
{
background-color: #815DBA;
}
</style>
border-color css
<style>
span { border-color: #815DBA; }
span { border-color: rgb(129,93,186); }
td.TdClassName
{
border-color: #815DBA;
}
.TagClassName
{
border-color: #815DBA;
}
</style>