Shades of Medium Purple #8264DA
Tints of Medium Purple #8264DA
RGB
CMYK
RGB Variations
Color information
#8264DA (or 0x8264DA) is known color: Medium Purple. HEX triplet: 82, 64 and DA. RGB value is (130,100,218). Sum of RGB (Red+Green+Blue) = 130+100+218=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #8264DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8264DA is #7D9B25. Grayscale: #797979. Windows color (decimal): -8231718 or 14312578. OLE color: 14312578.
HSL color Cylindrical-coordinate representation of color #8264DA: hue angle of 255.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8264DA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 100 | 218 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.15 |
| HSL | 255.25º | 0.61% | 0.62% | - |
| HSV(B) | 255.25º | 0.54% | 0.85% | - |
| XYZ | 26.42 | 18.92 | 68.59 | - |
| YUV | 122.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 218 | 0.40 | 0.54 | 0 | 0.15 | 255.25 | 0.61 | 0.62 |
| Hex | 82 | 64 | DA | 28 | 36 | 0 | F | FF | 3D | 3E |
| Octal | 202 | 144 | 332 | 50 | 66 | 0 | 17 | 377 | 75 | 76 |
| Binary | 10000010 | 1100100 | 11011010 | 101000 | 110110 | 0 | 1111 | 11111111 | 111101 | 111110 |
Color Harmonies of #8264DA
Complementary color
Monochromatic Colors of #8264DA
Black with #8264DA
Text Example
Text Example
White with #8264DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8264DA; }
p { color: rgb(130,100,218); }
H1.HeaderClassName
{
color: #8264DA;
}
.AnyTagClassName
{
color: #8264DA;
}
</style>
background-color css
<style>
a { background-color: #8264DA; }
a { background-color: rgb(130,100,218); }
div.DivClassName
{
background-color: #8264DA;
}
.BgClassName
{
background-color: #8264DA;
}
</style>
border-color css
<style>
span { border-color: #8264DA; }
span { border-color: rgb(130,100,218); }
td.TdClassName
{
border-color: #8264DA;
}
.TagClassName
{
border-color: #8264DA;
}
</style>