Shades of Medium Purple #8256DB
Tints of Medium Purple #8256DB
RGB
CMYK
RGB Variations
Color information
#8256DB (or 0x8256DB) is known color: Medium Purple. HEX triplet: 82, 56 and DB. RGB value is (130,86,219). Sum of RGB (Red+Green+Blue) = 130+86+219=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8256DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256DB is #7DA924. Grayscale: #717171. Windows color (decimal): -8235301 or 14374530. OLE color: 14374530.
HSL color Cylindrical-coordinate representation of color #8256DB: hue angle of 259.85º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8256DB is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 86 | 219 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.14 |
| HSL | 259.85º | 0.65% | 0.6% | - |
| HSV(B) | 259.85º | 0.61% | 0.86% | - |
| XYZ | 25.32 | 16.52 | 68.87 | - |
| YUV | 114.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 219 | 0.41 | 0.61 | 0 | 0.14 | 259.85 | 0.65 | 0.6 |
| Hex | 82 | 56 | DB | 29 | 3D | 0 | E | 104 | 41 | 3C |
| Octal | 202 | 126 | 333 | 51 | 75 | 0 | 16 | 404 | 101 | 74 |
| Binary | 10000010 | 1010110 | 11011011 | 101001 | 111101 | 0 | 1110 | 100000100 | 1000001 | 111100 |
Color Harmonies of #8256DB
Complementary color
Monochromatic Colors of #8256DB
Black with #8256DB
Text Example
Text Example
White with #8256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256DB; }
p { color: rgb(130,86,219); }
H1.HeaderClassName
{
color: #8256DB;
}
.AnyTagClassName
{
color: #8256DB;
}
</style>
background-color css
<style>
a { background-color: #8256DB; }
a { background-color: rgb(130,86,219); }
div.DivClassName
{
background-color: #8256DB;
}
.BgClassName
{
background-color: #8256DB;
}
</style>
border-color css
<style>
span { border-color: #8256DB; }
span { border-color: rgb(130,86,219); }
td.TdClassName
{
border-color: #8256DB;
}
.TagClassName
{
border-color: #8256DB;
}
</style>