Shades of True V #836EB8
Tints of True V #836EB8
RGB
CMYK
RGB Variations
Color information
#836EB8 (or 0x836EB8) is known color: True V. HEX triplet: 83, 6E and B8. RGB value is (131,110,184). Sum of RGB (Red+Green+Blue) = 131+110+184=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #836EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EB8 is #7C9147. Grayscale: #7C7C7C. Windows color (decimal): -8163656 or 12086915. OLE color: 12086915.
HSL color Cylindrical-coordinate representation of color #836EB8: hue angle of 257.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #836EB8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 110 | 184 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.28 |
| HSL | 257.03º | 0.34% | 0.58% | - |
| HSV(B) | 257.03º | 0.4% | 0.72% | - |
| XYZ | 23.59 | 19.44 | 47.86 | - |
| YUV | 124.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 184 | 0.29 | 0.40 | 0 | 0.28 | 257.03 | 0.34 | 0.58 |
| Hex | 83 | 6E | B8 | 1D | 28 | 0 | 1C | 101 | 22 | 3A |
| Octal | 203 | 156 | 270 | 35 | 50 | 0 | 34 | 401 | 42 | 72 |
| Binary | 10000011 | 1101110 | 10111000 | 11101 | 101000 | 0 | 11100 | 100000001 | 100010 | 111010 |
Color Harmonies of #836EB8
Complementary color
Monochromatic Colors of #836EB8
Black with #836EB8
Text Example
Text Example
White with #836EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EB8; }
p { color: rgb(131,110,184); }
H1.HeaderClassName
{
color: #836EB8;
}
.AnyTagClassName
{
color: #836EB8;
}
</style>
background-color css
<style>
a { background-color: #836EB8; }
a { background-color: rgb(131,110,184); }
div.DivClassName
{
background-color: #836EB8;
}
.BgClassName
{
background-color: #836EB8;
}
</style>
border-color css
<style>
span { border-color: #836EB8; }
span { border-color: rgb(131,110,184); }
td.TdClassName
{
border-color: #836EB8;
}
.TagClassName
{
border-color: #836EB8;
}
</style>