Shades of Medium Purple #8259DB
Tints of Medium Purple #8259DB
RGB
CMYK
RGB Variations
Color information
#8259DB (or 0x8259DB) is known color: Medium Purple. HEX triplet: 82, 59 and DB. RGB value is (130,89,219). Sum of RGB (Red+Green+Blue) = 130+89+219=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #8259DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259DB is #7DA624. Grayscale: #737373. Windows color (decimal): -8234533 or 14375298. OLE color: 14375298.
HSL color Cylindrical-coordinate representation of color #8259DB: hue angle of 258.92º 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 #8259DB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 89 | 219 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.14 |
| HSL | 258.92º | 0.64% | 0.6% | - |
| HSV(B) | 258.92º | 0.59% | 0.86% | - |
| XYZ | 25.56 | 17.01 | 68.95 | - |
| YUV | 116.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 219 | 0.41 | 0.59 | 0 | 0.14 | 258.92 | 0.64 | 0.6 |
| Hex | 82 | 59 | DB | 29 | 3B | 0 | E | 103 | 40 | 3C |
| Octal | 202 | 131 | 333 | 51 | 73 | 0 | 16 | 403 | 100 | 74 |
| Binary | 10000010 | 1011001 | 11011011 | 101001 | 111011 | 0 | 1110 | 100000011 | 1000000 | 111100 |
Color Harmonies of #8259DB
Complementary color
Monochromatic Colors of #8259DB
Black with #8259DB
Text Example
Text Example
White with #8259DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259DB; }
p { color: rgb(130,89,219); }
H1.HeaderClassName
{
color: #8259DB;
}
.AnyTagClassName
{
color: #8259DB;
}
</style>
background-color css
<style>
a { background-color: #8259DB; }
a { background-color: rgb(130,89,219); }
div.DivClassName
{
background-color: #8259DB;
}
.BgClassName
{
background-color: #8259DB;
}
</style>
border-color css
<style>
span { border-color: #8259DB; }
span { border-color: rgb(130,89,219); }
td.TdClassName
{
border-color: #8259DB;
}
.TagClassName
{
border-color: #8259DB;
}
</style>