Shades of Medium Purple #836FDA
Tints of Medium Purple #836FDA
RGB
CMYK
RGB Variations
Color information
#836FDA (or 0x836FDA) is known color: Medium Purple. HEX triplet: 83, 6F and DA. RGB value is (131,111,218). Sum of RGB (Red+Green+Blue) = 131+111+218=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #836FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FDA is #7C9025. Grayscale: #808080. Windows color (decimal): -8163366 or 14315395. OLE color: 14315395.
HSL color Cylindrical-coordinate representation of color #836FDA: hue angle of 251.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #836FDA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 111 | 218 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.15 |
| HSL | 251.22º | 0.59% | 0.65% | - |
| HSV(B) | 251.22º | 0.49% | 0.85% | - |
| XYZ | 27.7 | 21.26 | 68.97 | - |
| YUV | 129.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 218 | 0.40 | 0.49 | 0 | 0.15 | 251.22 | 0.59 | 0.65 |
| Hex | 83 | 6F | DA | 28 | 31 | 0 | F | FB | 3B | 41 |
| Octal | 203 | 157 | 332 | 50 | 61 | 0 | 17 | 373 | 73 | 101 |
| Binary | 10000011 | 1101111 | 11011010 | 101000 | 110001 | 0 | 1111 | 11111011 | 111011 | 1000001 |
Color Harmonies of #836FDA
Complementary color
Monochromatic Colors of #836FDA
Black with #836FDA
Text Example
Text Example
White with #836FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FDA; }
p { color: rgb(131,111,218); }
H1.HeaderClassName
{
color: #836FDA;
}
.AnyTagClassName
{
color: #836FDA;
}
</style>
background-color css
<style>
a { background-color: #836FDA; }
a { background-color: rgb(131,111,218); }
div.DivClassName
{
background-color: #836FDA;
}
.BgClassName
{
background-color: #836FDA;
}
</style>
border-color css
<style>
span { border-color: #836FDA; }
span { border-color: rgb(131,111,218); }
td.TdClassName
{
border-color: #836FDA;
}
.TagClassName
{
border-color: #836FDA;
}
</style>