Shades of Medium Purple #8A81E6
Tints of Medium Purple #8A81E6
RGB
CMYK
RGB Variations
Color information
#8A81E6 (or 0x8A81E6) is known color: Medium Purple. HEX triplet: 8A, 81 and E6. RGB value is (138,129,230). Sum of RGB (Red+Green+Blue) = 138+129+230=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A81E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A81E6 is #757E19. Grayscale: #8E8E8E. Windows color (decimal): -7699994 or 15106442. OLE color: 15106442.
HSL color Cylindrical-coordinate representation of color #8A81E6: hue angle of 245.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A81E6 is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 129 | 230 | - |
| CMYK | 0.4 | 0.44 | 0 | 0.10 |
| HSL | 245.35º | 0.67% | 0.7% | - |
| HSV(B) | 245.35º | 0.44% | 0.9% | - |
| XYZ | 32.61 | 26.82 | 78.32 | - |
| YUV | 143.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 230 | 0.4 | 0.44 | 0 | 0.10 | 245.35 | 0.67 | 0.7 |
| Hex | 8A | 81 | E6 | 28 | 2C | 0 | A | F5 | 43 | 46 |
| Octal | 212 | 201 | 346 | 50 | 54 | 0 | 12 | 365 | 103 | 106 |
| Binary | 10001010 | 10000001 | 11100110 | 101000 | 101100 | 0 | 1010 | 11110101 | 1000011 | 1000110 |
Color Harmonies of #8A81E6
Complementary color
Monochromatic Colors of #8A81E6
Black with #8A81E6
Text Example
Text Example
White with #8A81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81E6; }
p { color: rgb(138,129,230); }
H1.HeaderClassName
{
color: #8A81E6;
}
.AnyTagClassName
{
color: #8A81E6;
}
</style>
background-color css
<style>
a { background-color: #8A81E6; }
a { background-color: rgb(138,129,230); }
div.DivClassName
{
background-color: #8A81E6;
}
.BgClassName
{
background-color: #8A81E6;
}
</style>
border-color css
<style>
span { border-color: #8A81E6; }
span { border-color: rgb(138,129,230); }
td.TdClassName
{
border-color: #8A81E6;
}
.TagClassName
{
border-color: #8A81E6;
}
</style>