Shades of Medium Purple #8A79E5
Tints of Medium Purple #8A79E5
RGB
CMYK
RGB Variations
Color information
#8A79E5 (or 0x8A79E5) is known color: Medium Purple. HEX triplet: 8A, 79 and E5. RGB value is (138,121,229). Sum of RGB (Red+Green+Blue) = 138+121+229=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A79E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79E5 is #75861A. Grayscale: #898989. Windows color (decimal): -7702043 or 15038858. OLE color: 15038858.
HSL color Cylindrical-coordinate representation of color #8A79E5: hue angle of 249.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A79E5 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 121 | 229 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.10 |
| HSL | 249.44º | 0.68% | 0.69% | - |
| HSV(B) | 249.44º | 0.47% | 0.9% | - |
| XYZ | 31.46 | 24.74 | 77.24 | - |
| YUV | 138.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 229 | 0.40 | 0.47 | 0 | 0.10 | 249.44 | 0.68 | 0.69 |
| Hex | 8A | 79 | E5 | 28 | 2F | 0 | A | F9 | 44 | 45 |
| Octal | 212 | 171 | 345 | 50 | 57 | 0 | 12 | 371 | 104 | 105 |
| Binary | 10001010 | 1111001 | 11100101 | 101000 | 101111 | 0 | 1010 | 11111001 | 1000100 | 1000101 |
Color Harmonies of #8A79E5
Complementary color
Monochromatic Colors of #8A79E5
Black with #8A79E5
Text Example
Text Example
White with #8A79E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A79E5; }
p { color: rgb(138,121,229); }
H1.HeaderClassName
{
color: #8A79E5;
}
.AnyTagClassName
{
color: #8A79E5;
}
</style>
background-color css
<style>
a { background-color: #8A79E5; }
a { background-color: rgb(138,121,229); }
div.DivClassName
{
background-color: #8A79E5;
}
.BgClassName
{
background-color: #8A79E5;
}
</style>
border-color css
<style>
span { border-color: #8A79E5; }
span { border-color: rgb(138,121,229); }
td.TdClassName
{
border-color: #8A79E5;
}
.TagClassName
{
border-color: #8A79E5;
}
</style>