Shades of Medium Purple #8255DA
Tints of Medium Purple #8255DA
RGB
CMYK
RGB Variations
Color information
#8255DA (or 0x8255DA) is known color: Medium Purple. HEX triplet: 82, 55 and DA. RGB value is (130,85,218). Sum of RGB (Red+Green+Blue) = 130+85+218=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #8255DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255DA is #7DAA25. Grayscale: #717171. Windows color (decimal): -8235558 or 14308738. OLE color: 14308738.
HSL color Cylindrical-coordinate representation of color #8255DA: hue angle of 260.3º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8255DA is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 85 | 218 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.15 |
| HSL | 260.3º | 0.64% | 0.59% | - |
| HSV(B) | 260.3º | 0.61% | 0.85% | - |
| XYZ | 25.11 | 16.3 | 68.15 | - |
| YUV | 113.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 218 | 0.40 | 0.61 | 0 | 0.15 | 260.3 | 0.64 | 0.59 |
| Hex | 82 | 55 | DA | 28 | 3D | 0 | F | 104 | 40 | 3B |
| Octal | 202 | 125 | 332 | 50 | 75 | 0 | 17 | 404 | 100 | 73 |
| Binary | 10000010 | 1010101 | 11011010 | 101000 | 111101 | 0 | 1111 | 100000100 | 1000000 | 111011 |
Color Harmonies of #8255DA
Complementary color
Monochromatic Colors of #8255DA
Black with #8255DA
Text Example
Text Example
White with #8255DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255DA; }
p { color: rgb(130,85,218); }
H1.HeaderClassName
{
color: #8255DA;
}
.AnyTagClassName
{
color: #8255DA;
}
</style>
background-color css
<style>
a { background-color: #8255DA; }
a { background-color: rgb(130,85,218); }
div.DivClassName
{
background-color: #8255DA;
}
.BgClassName
{
background-color: #8255DA;
}
</style>
border-color css
<style>
span { border-color: #8255DA; }
span { border-color: rgb(130,85,218); }
td.TdClassName
{
border-color: #8255DA;
}
.TagClassName
{
border-color: #8255DA;
}
</style>