Shades of Medium Purple #8359DB
Tints of Medium Purple #8359DB
RGB
CMYK
RGB Variations
Color information
#8359DB (or 0x8359DB) is known color: Medium Purple. HEX triplet: 83, 59 and DB. RGB value is (131,89,219). Sum of RGB (Red+Green+Blue) = 131+89+219=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8359DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359DB is #7CA624. Grayscale: #737373. Windows color (decimal): -8168997 or 14375299. OLE color: 14375299.
HSL color Cylindrical-coordinate representation of color #8359DB: hue angle of 259.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8359DB is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 89 | 219 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.14 |
| HSL | 259.38º | 0.64% | 0.6% | - |
| HSV(B) | 259.38º | 0.59% | 0.86% | - |
| XYZ | 25.72 | 17.08 | 68.96 | - |
| YUV | 116.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 219 | 0.40 | 0.59 | 0 | 0.14 | 259.38 | 0.64 | 0.6 |
| Hex | 83 | 59 | DB | 28 | 3B | 0 | E | 103 | 40 | 3C |
| Octal | 203 | 131 | 333 | 50 | 73 | 0 | 16 | 403 | 100 | 74 |
| Binary | 10000011 | 1011001 | 11011011 | 101000 | 111011 | 0 | 1110 | 100000011 | 1000000 | 111100 |
Color Harmonies of #8359DB
Complementary color
Monochromatic Colors of #8359DB
Black with #8359DB
Text Example
Text Example
White with #8359DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359DB; }
p { color: rgb(131,89,219); }
H1.HeaderClassName
{
color: #8359DB;
}
.AnyTagClassName
{
color: #8359DB;
}
</style>
background-color css
<style>
a { background-color: #8359DB; }
a { background-color: rgb(131,89,219); }
div.DivClassName
{
background-color: #8359DB;
}
.BgClassName
{
background-color: #8359DB;
}
</style>
border-color css
<style>
span { border-color: #8359DB; }
span { border-color: rgb(131,89,219); }
td.TdClassName
{
border-color: #8359DB;
}
.TagClassName
{
border-color: #8359DB;
}
</style>