Shades of True V #835EBD
Tints of True V #835EBD
RGB
CMYK
RGB Variations
Color information
#835EBD (or 0x835EBD) is known color: True V. HEX triplet: 83, 5E and BD. RGB value is (131,94,189). Sum of RGB (Red+Green+Blue) = 131+94+189=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #835EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EBD is #7CA142. Grayscale: #737373. Windows color (decimal): -8167747 or 12410499. OLE color: 12410499.
HSL color Cylindrical-coordinate representation of color #835EBD: hue angle of 263.37º 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 #835EBD is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 94 | 189 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.26 |
| HSL | 263.37º | 0.42% | 0.55% | - |
| HSV(B) | 263.37º | 0.5% | 0.74% | - |
| XYZ | 22.55 | 16.5 | 50.14 | - |
| YUV | 115.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 189 | 0.31 | 0.50 | 0 | 0.26 | 263.37 | 0.42 | 0.55 |
| Hex | 83 | 5E | BD | 1F | 32 | 0 | 1A | 107 | 2A | 37 |
| Octal | 203 | 136 | 275 | 37 | 62 | 0 | 32 | 407 | 52 | 67 |
| Binary | 10000011 | 1011110 | 10111101 | 11111 | 110010 | 0 | 11010 | 100000111 | 101010 | 110111 |
Color Harmonies of #835EBD
Complementary color
Monochromatic Colors of #835EBD
Black with #835EBD
Text Example
Text Example
White with #835EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835EBD; }
p { color: rgb(131,94,189); }
H1.HeaderClassName
{
color: #835EBD;
}
.AnyTagClassName
{
color: #835EBD;
}
</style>
background-color css
<style>
a { background-color: #835EBD; }
a { background-color: rgb(131,94,189); }
div.DivClassName
{
background-color: #835EBD;
}
.BgClassName
{
background-color: #835EBD;
}
</style>
border-color css
<style>
span { border-color: #835EBD; }
span { border-color: rgb(131,94,189); }
td.TdClassName
{
border-color: #835EBD;
}
.TagClassName
{
border-color: #835EBD;
}
</style>