Shades of Medium Purple #8A7CDE
Tints of Medium Purple #8A7CDE
RGB
CMYK
RGB Variations
Color information
#8A7CDE (or 0x8A7CDE) is known color: Medium Purple. HEX triplet: 8A, 7C and DE. RGB value is (138,124,222). Sum of RGB (Red+Green+Blue) = 138+124+222=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CDE is #758321. Grayscale: #8A8A8A. Windows color (decimal): -7701282 or 14580874. OLE color: 14580874.
HSL color Cylindrical-coordinate representation of color #8A7CDE: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7CDE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 124 | 222 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 248.57º | 0.6% | 0.68% | - |
| HSV(B) | 248.57º | 0.44% | 0.87% | - |
| XYZ | 30.87 | 25.09 | 72.32 | - |
| YUV | 139.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 222 | 0.38 | 0.44 | 0 | 0.13 | 248.57 | 0.6 | 0.68 |
| Hex | 8A | 7C | DE | 26 | 2C | 0 | D | F9 | 3C | 44 |
| Octal | 212 | 174 | 336 | 46 | 54 | 0 | 15 | 371 | 74 | 104 |
| Binary | 10001010 | 1111100 | 11011110 | 100110 | 101100 | 0 | 1101 | 11111001 | 111100 | 1000100 |
Color Harmonies of #8A7CDE
Complementary color
Monochromatic Colors of #8A7CDE
Black with #8A7CDE
Text Example
Text Example
White with #8A7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CDE; }
p { color: rgb(138,124,222); }
H1.HeaderClassName
{
color: #8A7CDE;
}
.AnyTagClassName
{
color: #8A7CDE;
}
</style>
background-color css
<style>
a { background-color: #8A7CDE; }
a { background-color: rgb(138,124,222); }
div.DivClassName
{
background-color: #8A7CDE;
}
.BgClassName
{
background-color: #8A7CDE;
}
</style>
border-color css
<style>
span { border-color: #8A7CDE; }
span { border-color: rgb(138,124,222); }
td.TdClassName
{
border-color: #8A7CDE;
}
.TagClassName
{
border-color: #8A7CDE;
}
</style>