Shades of Medium Purple #8A7CDC
Tints of Medium Purple #8A7CDC
RGB
CMYK
RGB Variations
Color information
#8A7CDC (or 0x8A7CDC) is known color: Medium Purple. HEX triplet: 8A, 7C and DC. RGB value is (138,124,220). Sum of RGB (Red+Green+Blue) = 138+124+220=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CDC is #758323. Grayscale: #8A8A8A. Windows color (decimal): -7701284 or 14449802. OLE color: 14449802.
HSL color Cylindrical-coordinate representation of color #8A7CDC: hue angle of 248.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A7CDC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 124 | 220 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.14 |
| HSL | 248.75º | 0.58% | 0.67% | - |
| HSV(B) | 248.75º | 0.44% | 0.86% | - |
| XYZ | 30.61 | 24.99 | 70.92 | - |
| YUV | 139.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 220 | 0.37 | 0.44 | 0 | 0.14 | 248.75 | 0.58 | 0.67 |
| Hex | 8A | 7C | DC | 25 | 2C | 0 | E | F9 | 3A | 43 |
| Octal | 212 | 174 | 334 | 45 | 54 | 0 | 16 | 371 | 72 | 103 |
| Binary | 10001010 | 1111100 | 11011100 | 100101 | 101100 | 0 | 1110 | 11111001 | 111010 | 1000011 |
Color Harmonies of #8A7CDC
Complementary color
Monochromatic Colors of #8A7CDC
Black with #8A7CDC
Text Example
Text Example
White with #8A7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CDC; }
p { color: rgb(138,124,220); }
H1.HeaderClassName
{
color: #8A7CDC;
}
.AnyTagClassName
{
color: #8A7CDC;
}
</style>
background-color css
<style>
a { background-color: #8A7CDC; }
a { background-color: rgb(138,124,220); }
div.DivClassName
{
background-color: #8A7CDC;
}
.BgClassName
{
background-color: #8A7CDC;
}
</style>
border-color css
<style>
span { border-color: #8A7CDC; }
span { border-color: rgb(138,124,220); }
td.TdClassName
{
border-color: #8A7CDC;
}
.TagClassName
{
border-color: #8A7CDC;
}
</style>