Shades of Medium Purple #8354DB
Tints of Medium Purple #8354DB
RGB
CMYK
RGB Variations
Color information
#8354DB (or 0x8354DB) is known color: Medium Purple. HEX triplet: 83, 54 and DB. RGB value is (131,84,219). Sum of RGB (Red+Green+Blue) = 131+84+219=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8354DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354DB is #7CAB24. Grayscale: #707070. Windows color (decimal): -8170277 or 14374019. OLE color: 14374019.
HSL color Cylindrical-coordinate representation of color #8354DB: hue angle of 260.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8354DB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 84 | 219 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.14 |
| HSL | 260.89º | 0.65% | 0.59% | - |
| HSV(B) | 260.89º | 0.62% | 0.86% | - |
| XYZ | 25.32 | 16.28 | 68.83 | - |
| YUV | 113.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 219 | 0.40 | 0.62 | 0 | 0.14 | 260.89 | 0.65 | 0.59 |
| Hex | 83 | 54 | DB | 28 | 3E | 0 | E | 105 | 41 | 3B |
| Octal | 203 | 124 | 333 | 50 | 76 | 0 | 16 | 405 | 101 | 73 |
| Binary | 10000011 | 1010100 | 11011011 | 101000 | 111110 | 0 | 1110 | 100000101 | 1000001 | 111011 |
Color Harmonies of #8354DB
Complementary color
Monochromatic Colors of #8354DB
Black with #8354DB
Text Example
Text Example
White with #8354DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354DB; }
p { color: rgb(131,84,219); }
H1.HeaderClassName
{
color: #8354DB;
}
.AnyTagClassName
{
color: #8354DB;
}
</style>
background-color css
<style>
a { background-color: #8354DB; }
a { background-color: rgb(131,84,219); }
div.DivClassName
{
background-color: #8354DB;
}
.BgClassName
{
background-color: #8354DB;
}
</style>
border-color css
<style>
span { border-color: #8354DB; }
span { border-color: rgb(131,84,219); }
td.TdClassName
{
border-color: #8354DB;
}
.TagClassName
{
border-color: #8354DB;
}
</style>