Shades of True V #815DBB
Tints of True V #815DBB
RGB
CMYK
RGB Variations
Color information
#815DBB (or 0x815DBB) is known color: True V. HEX triplet: 81, 5D and BB. RGB value is (129,93,187). Sum of RGB (Red+Green+Blue) = 129+93+187=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #815DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBB is #7EA244. Grayscale: #727272. Windows color (decimal): -8299077 or 12279169. OLE color: 12279169.
HSL color Cylindrical-coordinate representation of color #815DBB: hue angle of 262.98º degrees, saturation: 0.41, 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 #815DBB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 93 | 187 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.27 |
| HSL | 262.98º | 0.41% | 0.55% | - |
| HSV(B) | 262.98º | 0.5% | 0.73% | - |
| XYZ | 21.94 | 16.08 | 48.96 | - |
| YUV | 114.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 187 | 0.31 | 0.50 | 0 | 0.27 | 262.98 | 0.41 | 0.55 |
| Hex | 81 | 5D | BB | 1F | 32 | 0 | 1B | 107 | 29 | 37 |
| Octal | 201 | 135 | 273 | 37 | 62 | 0 | 33 | 407 | 51 | 67 |
| Binary | 10000001 | 1011101 | 10111011 | 11111 | 110010 | 0 | 11011 | 100000111 | 101001 | 110111 |
Color Harmonies of #815DBB
Complementary color
Monochromatic Colors of #815DBB
Black with #815DBB
Text Example
Text Example
White with #815DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DBB; }
p { color: rgb(129,93,187); }
H1.HeaderClassName
{
color: #815DBB;
}
.AnyTagClassName
{
color: #815DBB;
}
</style>
background-color css
<style>
a { background-color: #815DBB; }
a { background-color: rgb(129,93,187); }
div.DivClassName
{
background-color: #815DBB;
}
.BgClassName
{
background-color: #815DBB;
}
</style>
border-color css
<style>
span { border-color: #815DBB; }
span { border-color: rgb(129,93,187); }
td.TdClassName
{
border-color: #815DBB;
}
.TagClassName
{
border-color: #815DBB;
}
</style>