Shades of Medium Purple #8A6DE1
Tints of Medium Purple #8A6DE1
RGB
CMYK
RGB Variations
Color information
#8A6DE1 (or 0x8A6DE1) is known color: Medium Purple. HEX triplet: 8A, 6D and E1. RGB value is (138,109,225). Sum of RGB (Red+Green+Blue) = 138+109+225=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A6DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DE1 is #75921E. Grayscale: #828282. Windows color (decimal): -7705119 or 14773642. OLE color: 14773642.
HSL color Cylindrical-coordinate representation of color #8A6DE1: hue angle of 255º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A6DE1 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 109 | 225 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.12 |
| HSL | 255º | 0.66% | 0.65% | - |
| HSV(B) | 255º | 0.52% | 0.88% | - |
| XYZ | 29.54 | 21.78 | 73.88 | - |
| YUV | 130.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 225 | 0.39 | 0.52 | 0 | 0.12 | 255 | 0.66 | 0.65 |
| Hex | 8A | 6D | E1 | 27 | 34 | 0 | C | FF | 42 | 41 |
| Octal | 212 | 155 | 341 | 47 | 64 | 0 | 14 | 377 | 102 | 101 |
| Binary | 10001010 | 1101101 | 11100001 | 100111 | 110100 | 0 | 1100 | 11111111 | 1000010 | 1000001 |
Color Harmonies of #8A6DE1
Complementary color
Monochromatic Colors of #8A6DE1
Black with #8A6DE1
Text Example
Text Example
White with #8A6DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DE1; }
p { color: rgb(138,109,225); }
H1.HeaderClassName
{
color: #8A6DE1;
}
.AnyTagClassName
{
color: #8A6DE1;
}
</style>
background-color css
<style>
a { background-color: #8A6DE1; }
a { background-color: rgb(138,109,225); }
div.DivClassName
{
background-color: #8A6DE1;
}
.BgClassName
{
background-color: #8A6DE1;
}
</style>
border-color css
<style>
span { border-color: #8A6DE1; }
span { border-color: rgb(138,109,225); }
td.TdClassName
{
border-color: #8A6DE1;
}
.TagClassName
{
border-color: #8A6DE1;
}
</style>