Shades of Medium Purple #8164DA
Tints of Medium Purple #8164DA
RGB
CMYK
RGB Variations
Color information
#8164DA (or 0x8164DA) is known color: Medium Purple. HEX triplet: 81, 64 and DA. RGB value is (129,100,218). Sum of RGB (Red+Green+Blue) = 129+100+218=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #8164DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164DA is #7E9B25. Grayscale: #797979. Windows color (decimal): -8297254 or 14312577. OLE color: 14312577.
HSL color Cylindrical-coordinate representation of color #8164DA: hue angle of 254.75º 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 #8164DA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 100 | 218 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.15 |
| HSL | 254.75º | 0.61% | 0.62% | - |
| HSV(B) | 254.75º | 0.54% | 0.85% | - |
| XYZ | 26.27 | 18.84 | 68.58 | - |
| YUV | 122.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 218 | 0.41 | 0.54 | 0 | 0.15 | 254.75 | 0.61 | 0.62 |
| Hex | 81 | 64 | DA | 29 | 36 | 0 | F | FF | 3D | 3E |
| Octal | 201 | 144 | 332 | 51 | 66 | 0 | 17 | 377 | 75 | 76 |
| Binary | 10000001 | 1100100 | 11011010 | 101001 | 110110 | 0 | 1111 | 11111111 | 111101 | 111110 |
Color Harmonies of #8164DA
Complementary color
Monochromatic Colors of #8164DA
Black with #8164DA
Text Example
Text Example
White with #8164DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164DA; }
p { color: rgb(129,100,218); }
H1.HeaderClassName
{
color: #8164DA;
}
.AnyTagClassName
{
color: #8164DA;
}
</style>
background-color css
<style>
a { background-color: #8164DA; }
a { background-color: rgb(129,100,218); }
div.DivClassName
{
background-color: #8164DA;
}
.BgClassName
{
background-color: #8164DA;
}
</style>
border-color css
<style>
span { border-color: #8164DA; }
span { border-color: rgb(129,100,218); }
td.TdClassName
{
border-color: #8164DA;
}
.TagClassName
{
border-color: #8164DA;
}
</style>