Shades of Medium Purple #8254DB
Tints of Medium Purple #8254DB
RGB
CMYK
RGB Variations
Color information
#8254DB (or 0x8254DB) is known color: Medium Purple. HEX triplet: 82, 54 and DB. RGB value is (130,84,219). Sum of RGB (Red+Green+Blue) = 130+84+219=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8254DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8254DB is #7DAB24. Grayscale: #707070. Windows color (decimal): -8235813 or 14374018. OLE color: 14374018.
HSL color Cylindrical-coordinate representation of color #8254DB: hue angle of 260.44º 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 #8254DB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 84 | 219 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.14 |
| HSL | 260.44º | 0.65% | 0.59% | - |
| HSV(B) | 260.44º | 0.62% | 0.86% | - |
| XYZ | 25.16 | 16.2 | 68.82 | - |
| YUV | 113.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 219 | 0.41 | 0.62 | 0 | 0.14 | 260.44 | 0.65 | 0.59 |
| Hex | 82 | 54 | DB | 29 | 3E | 0 | E | 104 | 41 | 3B |
| Octal | 202 | 124 | 333 | 51 | 76 | 0 | 16 | 404 | 101 | 73 |
| Binary | 10000010 | 1010100 | 11011011 | 101001 | 111110 | 0 | 1110 | 100000100 | 1000001 | 111011 |
Color Harmonies of #8254DB
Complementary color
Monochromatic Colors of #8254DB
Black with #8254DB
Text Example
Text Example
White with #8254DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8254DB; }
p { color: rgb(130,84,219); }
H1.HeaderClassName
{
color: #8254DB;
}
.AnyTagClassName
{
color: #8254DB;
}
</style>
background-color css
<style>
a { background-color: #8254DB; }
a { background-color: rgb(130,84,219); }
div.DivClassName
{
background-color: #8254DB;
}
.BgClassName
{
background-color: #8254DB;
}
</style>
border-color css
<style>
span { border-color: #8254DB; }
span { border-color: rgb(130,84,219); }
td.TdClassName
{
border-color: #8254DB;
}
.TagClassName
{
border-color: #8254DB;
}
</style>