Shades of Medium Purple #8A7CDF
Tints of Medium Purple #8A7CDF
RGB
CMYK
RGB Variations
Color information
#8A7CDF (or 0x8A7CDF) is known color: Medium Purple. HEX triplet: 8A, 7C and DF. RGB value is (138,124,223). Sum of RGB (Red+Green+Blue) = 138+124+223=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CDF is #758320. Grayscale: #8B8B8B. Windows color (decimal): -7701281 or 14646410. OLE color: 14646410.
HSL color Cylindrical-coordinate representation of color #8A7CDF: hue angle of 248.48º degrees, saturation: 0.61, 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 #8A7CDF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 124 | 223 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 248.48º | 0.61% | 0.68% | - |
| HSV(B) | 248.48º | 0.44% | 0.87% | - |
| XYZ | 31.01 | 25.15 | 73.03 | - |
| YUV | 139.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 223 | 0.38 | 0.44 | 0 | 0.13 | 248.48 | 0.61 | 0.68 |
| Hex | 8A | 7C | DF | 26 | 2C | 0 | D | F8 | 3D | 44 |
| Octal | 212 | 174 | 337 | 46 | 54 | 0 | 15 | 370 | 75 | 104 |
| Binary | 10001010 | 1111100 | 11011111 | 100110 | 101100 | 0 | 1101 | 11111000 | 111101 | 1000100 |
Color Harmonies of #8A7CDF
Complementary color
Monochromatic Colors of #8A7CDF
Black with #8A7CDF
Text Example
Text Example
White with #8A7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CDF; }
p { color: rgb(138,124,223); }
H1.HeaderClassName
{
color: #8A7CDF;
}
.AnyTagClassName
{
color: #8A7CDF;
}
</style>
background-color css
<style>
a { background-color: #8A7CDF; }
a { background-color: rgb(138,124,223); }
div.DivClassName
{
background-color: #8A7CDF;
}
.BgClassName
{
background-color: #8A7CDF;
}
</style>
border-color css
<style>
span { border-color: #8A7CDF; }
span { border-color: rgb(138,124,223); }
td.TdClassName
{
border-color: #8A7CDF;
}
.TagClassName
{
border-color: #8A7CDF;
}
</style>