Shades of Medium Purple #836AD8
Tints of Medium Purple #836AD8
RGB
CMYK
RGB Variations
Color information
#836AD8 (or 0x836AD8) is known color: Medium Purple. HEX triplet: 83, 6A and D8. RGB value is (131,106,216). Sum of RGB (Red+Green+Blue) = 131+106+216=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #836AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AD8 is #7C9527. Grayscale: #7D7D7D. Windows color (decimal): -8164648 or 14183043. OLE color: 14183043.
HSL color Cylindrical-coordinate representation of color #836AD8: hue angle of 253.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #836AD8 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 106 | 216 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.15 |
| HSL | 253.64º | 0.59% | 0.63% | - |
| HSV(B) | 253.64º | 0.51% | 0.85% | - |
| XYZ | 26.91 | 20.09 | 67.43 | - |
| YUV | 126.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 216 | 0.39 | 0.51 | 0 | 0.15 | 253.64 | 0.59 | 0.63 |
| Hex | 83 | 6A | D8 | 27 | 33 | 0 | F | FE | 3B | 3F |
| Octal | 203 | 152 | 330 | 47 | 63 | 0 | 17 | 376 | 73 | 77 |
| Binary | 10000011 | 1101010 | 11011000 | 100111 | 110011 | 0 | 1111 | 11111110 | 111011 | 111111 |
Color Harmonies of #836AD8
Complementary color
Monochromatic Colors of #836AD8
Black with #836AD8
Text Example
Text Example
White with #836AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AD8; }
p { color: rgb(131,106,216); }
H1.HeaderClassName
{
color: #836AD8;
}
.AnyTagClassName
{
color: #836AD8;
}
</style>
background-color css
<style>
a { background-color: #836AD8; }
a { background-color: rgb(131,106,216); }
div.DivClassName
{
background-color: #836AD8;
}
.BgClassName
{
background-color: #836AD8;
}
</style>
border-color css
<style>
span { border-color: #836AD8; }
span { border-color: rgb(131,106,216); }
td.TdClassName
{
border-color: #836AD8;
}
.TagClassName
{
border-color: #836AD8;
}
</style>