Shades of Medium Purple #805ED8
Tints of Medium Purple #805ED8
RGB
CMYK
RGB Variations
Color information
#805ED8 (or 0x805ED8) is known color: Medium Purple. HEX triplet: 80, 5E and D8. RGB value is (128,94,216). Sum of RGB (Red+Green+Blue) = 128+94+216=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #805ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ED8 is #7FA127. Grayscale: #757575. Windows color (decimal): -8364328 or 14179968. OLE color: 14179968.
HSL color Cylindrical-coordinate representation of color #805ED8: hue angle of 256.72º degrees, saturation: 0.61, 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 #805ED8 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 94 | 216 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.15 |
| HSL | 256.72º | 0.61% | 0.61% | - |
| HSV(B) | 256.72º | 0.56% | 0.85% | - |
| XYZ | 25.3 | 17.55 | 67.02 | - |
| YUV | 118.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 216 | 0.41 | 0.56 | 0 | 0.15 | 256.72 | 0.61 | 0.61 |
| Hex | 80 | 5E | D8 | 29 | 38 | 0 | F | 101 | 3D | 3D |
| Octal | 200 | 136 | 330 | 51 | 70 | 0 | 17 | 401 | 75 | 75 |
| Binary | 10000000 | 1011110 | 11011000 | 101001 | 111000 | 0 | 1111 | 100000001 | 111101 | 111101 |
Color Harmonies of #805ED8
Complementary color
Monochromatic Colors of #805ED8
Black with #805ED8
Text Example
Text Example
White with #805ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ED8; }
p { color: rgb(128,94,216); }
H1.HeaderClassName
{
color: #805ED8;
}
.AnyTagClassName
{
color: #805ED8;
}
</style>
background-color css
<style>
a { background-color: #805ED8; }
a { background-color: rgb(128,94,216); }
div.DivClassName
{
background-color: #805ED8;
}
.BgClassName
{
background-color: #805ED8;
}
</style>
border-color css
<style>
span { border-color: #805ED8; }
span { border-color: rgb(128,94,216); }
td.TdClassName
{
border-color: #805ED8;
}
.TagClassName
{
border-color: #805ED8;
}
</style>