Shades of Medium Purple #8164D6
Tints of Medium Purple #8164D6
RGB
CMYK
RGB Variations
Color information
#8164D6 (or 0x8164D6) is known color: Medium Purple. HEX triplet: 81, 64 and D6. RGB value is (129,100,214). Sum of RGB (Red+Green+Blue) = 129+100+214=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #8164D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164D6 is #7E9B29. Grayscale: #797979. Windows color (decimal): -8297258 or 14050433. OLE color: 14050433.
HSL color Cylindrical-coordinate representation of color #8164D6: hue angle of 255.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8164D6 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 100 | 214 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.16 |
| HSL | 255.26º | 0.58% | 0.62% | - |
| HSV(B) | 255.26º | 0.53% | 0.84% | - |
| XYZ | 25.75 | 18.64 | 65.86 | - |
| YUV | 121.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 214 | 0.40 | 0.53 | 0 | 0.16 | 255.26 | 0.58 | 0.62 |
| Hex | 81 | 64 | D6 | 28 | 35 | 0 | 10 | FF | 3A | 3E |
| Octal | 201 | 144 | 326 | 50 | 65 | 0 | 20 | 377 | 72 | 76 |
| Binary | 10000001 | 1100100 | 11010110 | 101000 | 110101 | 0 | 10000 | 11111111 | 111010 | 111110 |
Color Harmonies of #8164D6
Complementary color
Monochromatic Colors of #8164D6
Black with #8164D6
Text Example
Text Example
White with #8164D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164D6; }
p { color: rgb(129,100,214); }
H1.HeaderClassName
{
color: #8164D6;
}
.AnyTagClassName
{
color: #8164D6;
}
</style>
background-color css
<style>
a { background-color: #8164D6; }
a { background-color: rgb(129,100,214); }
div.DivClassName
{
background-color: #8164D6;
}
.BgClassName
{
background-color: #8164D6;
}
</style>
border-color css
<style>
span { border-color: #8164D6; }
span { border-color: rgb(129,100,214); }
td.TdClassName
{
border-color: #8164D6;
}
.TagClassName
{
border-color: #8164D6;
}
</style>