Shades of Medium Purple #815ADA
Tints of Medium Purple #815ADA
RGB
CMYK
RGB Variations
Color information
#815ADA (or 0x815ADA) is known color: Medium Purple. HEX triplet: 81, 5A and DA. RGB value is (129,90,218). Sum of RGB (Red+Green+Blue) = 129+90+218=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #815ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ADA is #7EA525. Grayscale: #737373. Windows color (decimal): -8299814 or 14310017. OLE color: 14310017.
HSL color Cylindrical-coordinate representation of color #815ADA: hue angle of 258.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815ADA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 90 | 218 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.15 |
| HSL | 258.28º | 0.63% | 0.6% | - |
| HSV(B) | 258.28º | 0.59% | 0.85% | - |
| XYZ | 25.36 | 17.04 | 68.28 | - |
| YUV | 116.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 218 | 0.41 | 0.59 | 0 | 0.15 | 258.28 | 0.63 | 0.6 |
| Hex | 81 | 5A | DA | 29 | 3B | 0 | F | 102 | 3F | 3C |
| Octal | 201 | 132 | 332 | 51 | 73 | 0 | 17 | 402 | 77 | 74 |
| Binary | 10000001 | 1011010 | 11011010 | 101001 | 111011 | 0 | 1111 | 100000010 | 111111 | 111100 |
Color Harmonies of #815ADA
Complementary color
Monochromatic Colors of #815ADA
Black with #815ADA
Text Example
Text Example
White with #815ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815ADA; }
p { color: rgb(129,90,218); }
H1.HeaderClassName
{
color: #815ADA;
}
.AnyTagClassName
{
color: #815ADA;
}
</style>
background-color css
<style>
a { background-color: #815ADA; }
a { background-color: rgb(129,90,218); }
div.DivClassName
{
background-color: #815ADA;
}
.BgClassName
{
background-color: #815ADA;
}
</style>
border-color css
<style>
span { border-color: #815ADA; }
span { border-color: rgb(129,90,218); }
td.TdClassName
{
border-color: #815ADA;
}
.TagClassName
{
border-color: #815ADA;
}
</style>