Shades of Medium Purple #835ADC
Tints of Medium Purple #835ADC
RGB
CMYK
RGB Variations
Color information
#835ADC (or 0x835ADC) is known color: Medium Purple. HEX triplet: 83, 5A and DC. RGB value is (131,90,220). Sum of RGB (Red+Green+Blue) = 131+90+220=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #835ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ADC is #7CA523. Grayscale: #747474. Windows color (decimal): -8168740 or 14441091. OLE color: 14441091.
HSL color Cylindrical-coordinate representation of color #835ADC: hue angle of 258.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835ADC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 90 | 220 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.14 |
| HSL | 258.92º | 0.65% | 0.61% | - |
| HSV(B) | 258.92º | 0.59% | 0.86% | - |
| XYZ | 25.93 | 17.3 | 69.68 | - |
| YUV | 117.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 220 | 0.40 | 0.59 | 0 | 0.14 | 258.92 | 0.65 | 0.61 |
| Hex | 83 | 5A | DC | 28 | 3B | 0 | E | 103 | 41 | 3D |
| Octal | 203 | 132 | 334 | 50 | 73 | 0 | 16 | 403 | 101 | 75 |
| Binary | 10000011 | 1011010 | 11011100 | 101000 | 111011 | 0 | 1110 | 100000011 | 1000001 | 111101 |
Color Harmonies of #835ADC
Complementary color
Monochromatic Colors of #835ADC
Black with #835ADC
Text Example
Text Example
White with #835ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835ADC; }
p { color: rgb(131,90,220); }
H1.HeaderClassName
{
color: #835ADC;
}
.AnyTagClassName
{
color: #835ADC;
}
</style>
background-color css
<style>
a { background-color: #835ADC; }
a { background-color: rgb(131,90,220); }
div.DivClassName
{
background-color: #835ADC;
}
.BgClassName
{
background-color: #835ADC;
}
</style>
border-color css
<style>
span { border-color: #835ADC; }
span { border-color: rgb(131,90,220); }
td.TdClassName
{
border-color: #835ADC;
}
.TagClassName
{
border-color: #835ADC;
}
</style>