Shades of Medium Purple #815FDA
Tints of Medium Purple #815FDA
RGB
CMYK
RGB Variations
Color information
#815FDA (or 0x815FDA) is known color: Medium Purple. HEX triplet: 81, 5F and DA. RGB value is (129,95,218). Sum of RGB (Red+Green+Blue) = 129+95+218=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #815FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FDA is #7EA025. Grayscale: #767676. Windows color (decimal): -8298534 or 14311297. OLE color: 14311297.
HSL color Cylindrical-coordinate representation of color #815FDA: hue angle of 256.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815FDA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 95 | 218 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.15 |
| HSL | 256.59º | 0.62% | 0.61% | - |
| HSV(B) | 256.59º | 0.56% | 0.85% | - |
| XYZ | 25.8 | 17.91 | 68.43 | - |
| YUV | 119.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 218 | 0.41 | 0.56 | 0 | 0.15 | 256.59 | 0.62 | 0.61 |
| Hex | 81 | 5F | DA | 29 | 38 | 0 | F | 101 | 3E | 3D |
| Octal | 201 | 137 | 332 | 51 | 70 | 0 | 17 | 401 | 76 | 75 |
| Binary | 10000001 | 1011111 | 11011010 | 101001 | 111000 | 0 | 1111 | 100000001 | 111110 | 111101 |
Color Harmonies of #815FDA
Complementary color
Monochromatic Colors of #815FDA
Black with #815FDA
Text Example
Text Example
White with #815FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FDA; }
p { color: rgb(129,95,218); }
H1.HeaderClassName
{
color: #815FDA;
}
.AnyTagClassName
{
color: #815FDA;
}
</style>
background-color css
<style>
a { background-color: #815FDA; }
a { background-color: rgb(129,95,218); }
div.DivClassName
{
background-color: #815FDA;
}
.BgClassName
{
background-color: #815FDA;
}
</style>
border-color css
<style>
span { border-color: #815FDA; }
span { border-color: rgb(129,95,218); }
td.TdClassName
{
border-color: #815FDA;
}
.TagClassName
{
border-color: #815FDA;
}
</style>