Shades of Medium Purple #8A73E5
Tints of Medium Purple #8A73E5
RGB
CMYK
RGB Variations
Color information
#8A73E5 (or 0x8A73E5) is known color: Medium Purple. HEX triplet: 8A, 73 and E5. RGB value is (138,115,229). Sum of RGB (Red+Green+Blue) = 138+115+229=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A73E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73E5 is #758C1A. Grayscale: #868686. Windows color (decimal): -7703579 or 15037322. OLE color: 15037322.
HSL color Cylindrical-coordinate representation of color #8A73E5: hue angle of 252.11º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A73E5 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 115 | 229 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.10 |
| HSL | 252.11º | 0.69% | 0.67% | - |
| HSV(B) | 252.11º | 0.5% | 0.9% | - |
| XYZ | 30.75 | 23.32 | 77.01 | - |
| YUV | 134.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 229 | 0.40 | 0.50 | 0 | 0.10 | 252.11 | 0.69 | 0.67 |
| Hex | 8A | 73 | E5 | 28 | 32 | 0 | A | FC | 45 | 43 |
| Octal | 212 | 163 | 345 | 50 | 62 | 0 | 12 | 374 | 105 | 103 |
| Binary | 10001010 | 1110011 | 11100101 | 101000 | 110010 | 0 | 1010 | 11111100 | 1000101 | 1000011 |
Color Harmonies of #8A73E5
Complementary color
Monochromatic Colors of #8A73E5
Black with #8A73E5
Text Example
Text Example
White with #8A73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73E5; }
p { color: rgb(138,115,229); }
H1.HeaderClassName
{
color: #8A73E5;
}
.AnyTagClassName
{
color: #8A73E5;
}
</style>
background-color css
<style>
a { background-color: #8A73E5; }
a { background-color: rgb(138,115,229); }
div.DivClassName
{
background-color: #8A73E5;
}
.BgClassName
{
background-color: #8A73E5;
}
</style>
border-color css
<style>
span { border-color: #8A73E5; }
span { border-color: rgb(138,115,229); }
td.TdClassName
{
border-color: #8A73E5;
}
.TagClassName
{
border-color: #8A73E5;
}
</style>