Shades of Medium Purple #8A7ADE
Tints of Medium Purple #8A7ADE
RGB
CMYK
RGB Variations
Color information
#8A7ADE (or 0x8A7ADE) is known color: Medium Purple. HEX triplet: 8A, 7A and DE. RGB value is (138,122,222). Sum of RGB (Red+Green+Blue) = 138+122+222=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ADE is #758521. Grayscale: #898989. Windows color (decimal): -7701794 or 14580362. OLE color: 14580362.
HSL color Cylindrical-coordinate representation of color #8A7ADE: hue angle of 249.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A7ADE is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 122 | 222 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.13 |
| HSL | 249.6º | 0.6% | 0.67% | - |
| HSV(B) | 249.6º | 0.45% | 0.87% | - |
| XYZ | 30.63 | 24.6 | 72.24 | - |
| YUV | 138.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 222 | 0.38 | 0.45 | 0 | 0.13 | 249.6 | 0.6 | 0.67 |
| Hex | 8A | 7A | DE | 26 | 2D | 0 | D | FA | 3C | 43 |
| Octal | 212 | 172 | 336 | 46 | 55 | 0 | 15 | 372 | 74 | 103 |
| Binary | 10001010 | 1111010 | 11011110 | 100110 | 101101 | 0 | 1101 | 11111010 | 111100 | 1000011 |
Color Harmonies of #8A7ADE
Complementary color
Monochromatic Colors of #8A7ADE
Black with #8A7ADE
Text Example
Text Example
White with #8A7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7ADE; }
p { color: rgb(138,122,222); }
H1.HeaderClassName
{
color: #8A7ADE;
}
.AnyTagClassName
{
color: #8A7ADE;
}
</style>
background-color css
<style>
a { background-color: #8A7ADE; }
a { background-color: rgb(138,122,222); }
div.DivClassName
{
background-color: #8A7ADE;
}
.BgClassName
{
background-color: #8A7ADE;
}
</style>
border-color css
<style>
span { border-color: #8A7ADE; }
span { border-color: rgb(138,122,222); }
td.TdClassName
{
border-color: #8A7ADE;
}
.TagClassName
{
border-color: #8A7ADE;
}
</style>