Shades of Medium Purple #8A6EE8
Tints of Medium Purple #8A6EE8
RGB
CMYK
RGB Variations
Color information
#8A6EE8 (or 0x8A6EE8) is known color: Medium Purple. HEX triplet: 8A, 6E and E8. RGB value is (138,110,232). Sum of RGB (Red+Green+Blue) = 138+110+232=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A6EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EE8 is #759117. Grayscale: #838383. Windows color (decimal): -7704856 or 15232650. OLE color: 15232650.
HSL color Cylindrical-coordinate representation of color #8A6EE8: hue angle of 253.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6EE8 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 110 | 232 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.09 |
| HSL | 253.77º | 0.73% | 0.67% | - |
| HSV(B) | 253.77º | 0.53% | 0.91% | - |
| XYZ | 30.62 | 22.38 | 79.05 | - |
| YUV | 132.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 232 | 0.41 | 0.53 | 0 | 0.09 | 253.77 | 0.73 | 0.67 |
| Hex | 8A | 6E | E8 | 29 | 35 | 0 | 9 | FE | 49 | 43 |
| Octal | 212 | 156 | 350 | 51 | 65 | 0 | 11 | 376 | 111 | 103 |
| Binary | 10001010 | 1101110 | 11101000 | 101001 | 110101 | 0 | 1001 | 11111110 | 1001001 | 1000011 |
Color Harmonies of #8A6EE8
Complementary color
Monochromatic Colors of #8A6EE8
Black with #8A6EE8
Text Example
Text Example
White with #8A6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EE8; }
p { color: rgb(138,110,232); }
H1.HeaderClassName
{
color: #8A6EE8;
}
.AnyTagClassName
{
color: #8A6EE8;
}
</style>
background-color css
<style>
a { background-color: #8A6EE8; }
a { background-color: rgb(138,110,232); }
div.DivClassName
{
background-color: #8A6EE8;
}
.BgClassName
{
background-color: #8A6EE8;
}
</style>
border-color css
<style>
span { border-color: #8A6EE8; }
span { border-color: rgb(138,110,232); }
td.TdClassName
{
border-color: #8A6EE8;
}
.TagClassName
{
border-color: #8A6EE8;
}
</style>