Shades of Medium Purple #8162DA
Tints of Medium Purple #8162DA
RGB
CMYK
RGB Variations
Color information
#8162DA (or 0x8162DA) is known color: Medium Purple. HEX triplet: 81, 62 and DA. RGB value is (129,98,218). Sum of RGB (Red+Green+Blue) = 129+98+218=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #8162DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162DA is #7E9D25. Grayscale: #787878. Windows color (decimal): -8297766 or 14312065. OLE color: 14312065.
HSL color Cylindrical-coordinate representation of color #8162DA: hue angle of 255.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8162DA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 98 | 218 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.15 |
| HSL | 255.5º | 0.62% | 0.62% | - |
| HSV(B) | 255.5º | 0.55% | 0.85% | - |
| XYZ | 26.08 | 18.46 | 68.52 | - |
| YUV | 120.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 218 | 0.41 | 0.55 | 0 | 0.15 | 255.5 | 0.62 | 0.62 |
| Hex | 81 | 62 | DA | 29 | 37 | 0 | F | 100 | 3E | 3E |
| Octal | 201 | 142 | 332 | 51 | 67 | 0 | 17 | 400 | 76 | 76 |
| Binary | 10000001 | 1100010 | 11011010 | 101001 | 110111 | 0 | 1111 | 100000000 | 111110 | 111110 |
Color Harmonies of #8162DA
Complementary color
Monochromatic Colors of #8162DA
Black with #8162DA
Text Example
Text Example
White with #8162DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162DA; }
p { color: rgb(129,98,218); }
H1.HeaderClassName
{
color: #8162DA;
}
.AnyTagClassName
{
color: #8162DA;
}
</style>
background-color css
<style>
a { background-color: #8162DA; }
a { background-color: rgb(129,98,218); }
div.DivClassName
{
background-color: #8162DA;
}
.BgClassName
{
background-color: #8162DA;
}
</style>
border-color css
<style>
span { border-color: #8162DA; }
span { border-color: rgb(129,98,218); }
td.TdClassName
{
border-color: #8162DA;
}
.TagClassName
{
border-color: #8162DA;
}
</style>