Shades of True V #836FBD
Tints of True V #836FBD
RGB
CMYK
RGB Variations
Color information
#836FBD (or 0x836FBD) is known color: True V. HEX triplet: 83, 6F and BD. RGB value is (131,111,189). Sum of RGB (Red+Green+Blue) = 131+111+189=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #836FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBD is #7C9042. Grayscale: #7D7D7D. Windows color (decimal): -8163395 or 12414851. OLE color: 12414851.
HSL color Cylindrical-coordinate representation of color #836FBD: hue angle of 255.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836FBD is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 111 | 189 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.26 |
| HSL | 255.38º | 0.37% | 0.59% | - |
| HSV(B) | 255.38º | 0.41% | 0.74% | - |
| XYZ | 24.23 | 19.87 | 50.7 | - |
| YUV | 125.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 189 | 0.31 | 0.41 | 0 | 0.26 | 255.38 | 0.37 | 0.59 |
| Hex | 83 | 6F | BD | 1F | 29 | 0 | 1A | FF | 25 | 3B |
| Octal | 203 | 157 | 275 | 37 | 51 | 0 | 32 | 377 | 45 | 73 |
| Binary | 10000011 | 1101111 | 10111101 | 11111 | 101001 | 0 | 11010 | 11111111 | 100101 | 111011 |
Color Harmonies of #836FBD
Complementary color
Monochromatic Colors of #836FBD
Black with #836FBD
Text Example
Text Example
White with #836FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FBD; }
p { color: rgb(131,111,189); }
H1.HeaderClassName
{
color: #836FBD;
}
.AnyTagClassName
{
color: #836FBD;
}
</style>
background-color css
<style>
a { background-color: #836FBD; }
a { background-color: rgb(131,111,189); }
div.DivClassName
{
background-color: #836FBD;
}
.BgClassName
{
background-color: #836FBD;
}
</style>
border-color css
<style>
span { border-color: #836FBD; }
span { border-color: rgb(131,111,189); }
td.TdClassName
{
border-color: #836FBD;
}
.TagClassName
{
border-color: #836FBD;
}
</style>