Shades of Medium Purple #8A6DE6
Tints of Medium Purple #8A6DE6
RGB
CMYK
RGB Variations
Color information
#8A6DE6 (or 0x8A6DE6) is known color: Medium Purple. HEX triplet: 8A, 6D and E6. RGB value is (138,109,230). Sum of RGB (Red+Green+Blue) = 138+109+230=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A6DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DE6 is #759219. Grayscale: #838383. Windows color (decimal): -7705114 or 15101322. OLE color: 15101322.
HSL color Cylindrical-coordinate representation of color #8A6DE6: hue angle of 254.38º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6DE6 is Cyan = 0.4, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 109 | 230 | - |
| CMYK | 0.4 | 0.53 | 0 | 0.10 |
| HSL | 254.38º | 0.71% | 0.66% | - |
| HSV(B) | 254.38º | 0.53% | 0.9% | - |
| XYZ | 30.23 | 22.05 | 77.53 | - |
| YUV | 131.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 230 | 0.4 | 0.53 | 0 | 0.10 | 254.38 | 0.71 | 0.66 |
| Hex | 8A | 6D | E6 | 28 | 35 | 0 | A | FE | 47 | 42 |
| Octal | 212 | 155 | 346 | 50 | 65 | 0 | 12 | 376 | 107 | 102 |
| Binary | 10001010 | 1101101 | 11100110 | 101000 | 110101 | 0 | 1010 | 11111110 | 1000111 | 1000010 |
Color Harmonies of #8A6DE6
Complementary color
Monochromatic Colors of #8A6DE6
Black with #8A6DE6
Text Example
Text Example
White with #8A6DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DE6; }
p { color: rgb(138,109,230); }
H1.HeaderClassName
{
color: #8A6DE6;
}
.AnyTagClassName
{
color: #8A6DE6;
}
</style>
background-color css
<style>
a { background-color: #8A6DE6; }
a { background-color: rgb(138,109,230); }
div.DivClassName
{
background-color: #8A6DE6;
}
.BgClassName
{
background-color: #8A6DE6;
}
</style>
border-color css
<style>
span { border-color: #8A6DE6; }
span { border-color: rgb(138,109,230); }
td.TdClassName
{
border-color: #8A6DE6;
}
.TagClassName
{
border-color: #8A6DE6;
}
</style>