Shades of Medium Purple #8161DA
Tints of Medium Purple #8161DA
RGB
CMYK
RGB Variations
Color information
#8161DA (or 0x8161DA) is known color: Medium Purple. HEX triplet: 81, 61 and DA. RGB value is (129,97,218). Sum of RGB (Red+Green+Blue) = 129+97+218=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 97 (38.28% from 255 or 21.85% 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 #8161DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161DA is #7E9E25. Grayscale: #777777. Windows color (decimal): -8298022 or 14311809. OLE color: 14311809.
HSL color Cylindrical-coordinate representation of color #8161DA: hue angle of 255.87º 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 #8161DA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 97 | 218 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.15 |
| HSL | 255.87º | 0.62% | 0.62% | - |
| HSV(B) | 255.87º | 0.56% | 0.85% | - |
| XYZ | 25.98 | 18.28 | 68.49 | - |
| YUV | 120.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 218 | 0.41 | 0.56 | 0 | 0.15 | 255.87 | 0.62 | 0.62 |
| Hex | 81 | 61 | DA | 29 | 38 | 0 | F | 100 | 3E | 3E |
| Octal | 201 | 141 | 332 | 51 | 70 | 0 | 17 | 400 | 76 | 76 |
| Binary | 10000001 | 1100001 | 11011010 | 101001 | 111000 | 0 | 1111 | 100000000 | 111110 | 111110 |
Color Harmonies of #8161DA
Complementary color
Monochromatic Colors of #8161DA
Black with #8161DA
Text Example
Text Example
White with #8161DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161DA; }
p { color: rgb(129,97,218); }
H1.HeaderClassName
{
color: #8161DA;
}
.AnyTagClassName
{
color: #8161DA;
}
</style>
background-color css
<style>
a { background-color: #8161DA; }
a { background-color: rgb(129,97,218); }
div.DivClassName
{
background-color: #8161DA;
}
.BgClassName
{
background-color: #8161DA;
}
</style>
border-color css
<style>
span { border-color: #8161DA; }
span { border-color: rgb(129,97,218); }
td.TdClassName
{
border-color: #8161DA;
}
.TagClassName
{
border-color: #8161DA;
}
</style>