Shades of Medium Purple #8260DA
Tints of Medium Purple #8260DA
RGB
CMYK
RGB Variations
Color information
#8260DA (or 0x8260DA) is known color: Medium Purple. HEX triplet: 82, 60 and DA. RGB value is (130,96,218). Sum of RGB (Red+Green+Blue) = 130+96+218=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #8260DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DA is #7D9F25. Grayscale: #777777. Windows color (decimal): -8232742 or 14311554. OLE color: 14311554.
HSL color Cylindrical-coordinate representation of color #8260DA: hue angle of 256.72º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8260DA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 96 | 218 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.15 |
| HSL | 256.72º | 0.62% | 0.62% | - |
| HSV(B) | 256.72º | 0.56% | 0.85% | - |
| XYZ | 26.04 | 18.17 | 68.46 | - |
| YUV | 120.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 218 | 0.40 | 0.56 | 0 | 0.15 | 256.72 | 0.62 | 0.62 |
| Hex | 82 | 60 | DA | 28 | 38 | 0 | F | 101 | 3E | 3E |
| Octal | 202 | 140 | 332 | 50 | 70 | 0 | 17 | 401 | 76 | 76 |
| Binary | 10000010 | 1100000 | 11011010 | 101000 | 111000 | 0 | 1111 | 100000001 | 111110 | 111110 |
Color Harmonies of #8260DA
Complementary color
Monochromatic Colors of #8260DA
Black with #8260DA
Text Example
Text Example
White with #8260DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260DA; }
p { color: rgb(130,96,218); }
H1.HeaderClassName
{
color: #8260DA;
}
.AnyTagClassName
{
color: #8260DA;
}
</style>
background-color css
<style>
a { background-color: #8260DA; }
a { background-color: rgb(130,96,218); }
div.DivClassName
{
background-color: #8260DA;
}
.BgClassName
{
background-color: #8260DA;
}
</style>
border-color css
<style>
span { border-color: #8260DA; }
span { border-color: rgb(130,96,218); }
td.TdClassName
{
border-color: #8260DA;
}
.TagClassName
{
border-color: #8260DA;
}
</style>