Shades of Medium Purple #835FDB
Tints of Medium Purple #835FDB
RGB
CMYK
RGB Variations
Color information
#835FDB (or 0x835FDB) is known color: Medium Purple. HEX triplet: 83, 5F and DB. RGB value is (131,95,219). Sum of RGB (Red+Green+Blue) = 131+95+219=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #835FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FDB is #7CA024. Grayscale: #777777. Windows color (decimal): -8167461 or 14376835. OLE color: 14376835.
HSL color Cylindrical-coordinate representation of color #835FDB: hue angle of 257.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835FDB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 95 | 219 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.14 |
| HSL | 257.42º | 0.63% | 0.62% | - |
| HSV(B) | 257.42º | 0.57% | 0.86% | - |
| XYZ | 26.24 | 18.12 | 69.13 | - |
| YUV | 119.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 219 | 0.40 | 0.57 | 0 | 0.14 | 257.42 | 0.63 | 0.62 |
| Hex | 83 | 5F | DB | 28 | 39 | 0 | E | 101 | 3F | 3E |
| Octal | 203 | 137 | 333 | 50 | 71 | 0 | 16 | 401 | 77 | 76 |
| Binary | 10000011 | 1011111 | 11011011 | 101000 | 111001 | 0 | 1110 | 100000001 | 111111 | 111110 |
Color Harmonies of #835FDB
Complementary color
Monochromatic Colors of #835FDB
Black with #835FDB
Text Example
Text Example
White with #835FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FDB; }
p { color: rgb(131,95,219); }
H1.HeaderClassName
{
color: #835FDB;
}
.AnyTagClassName
{
color: #835FDB;
}
</style>
background-color css
<style>
a { background-color: #835FDB; }
a { background-color: rgb(131,95,219); }
div.DivClassName
{
background-color: #835FDB;
}
.BgClassName
{
background-color: #835FDB;
}
</style>
border-color css
<style>
span { border-color: #835FDB; }
span { border-color: rgb(131,95,219); }
td.TdClassName
{
border-color: #835FDB;
}
.TagClassName
{
border-color: #835FDB;
}
</style>