Shades of Medium Purple #8A7DDE
Tints of Medium Purple #8A7DDE
RGB
CMYK
RGB Variations
Color information
#8A7DDE (or 0x8A7DDE) is known color: Medium Purple. HEX triplet: 8A, 7D and DE. RGB value is (138,125,222). Sum of RGB (Red+Green+Blue) = 138+125+222=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A7DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DDE is #758221. Grayscale: #8B8B8B. Windows color (decimal): -7701026 or 14581130. OLE color: 14581130.
HSL color Cylindrical-coordinate representation of color #8A7DDE: hue angle of 248.04º 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 #8A7DDE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 125 | 222 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 248.04º | 0.6% | 0.68% | - |
| HSV(B) | 248.04º | 0.44% | 0.87% | - |
| XYZ | 31 | 25.34 | 72.37 | - |
| YUV | 139.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 222 | 0.38 | 0.44 | 0 | 0.13 | 248.04 | 0.6 | 0.68 |
| Hex | 8A | 7D | DE | 26 | 2C | 0 | D | F8 | 3C | 44 |
| Octal | 212 | 175 | 336 | 46 | 54 | 0 | 15 | 370 | 74 | 104 |
| Binary | 10001010 | 1111101 | 11011110 | 100110 | 101100 | 0 | 1101 | 11111000 | 111100 | 1000100 |
Color Harmonies of #8A7DDE
Complementary color
Monochromatic Colors of #8A7DDE
Black with #8A7DDE
Text Example
Text Example
White with #8A7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DDE; }
p { color: rgb(138,125,222); }
H1.HeaderClassName
{
color: #8A7DDE;
}
.AnyTagClassName
{
color: #8A7DDE;
}
</style>
background-color css
<style>
a { background-color: #8A7DDE; }
a { background-color: rgb(138,125,222); }
div.DivClassName
{
background-color: #8A7DDE;
}
.BgClassName
{
background-color: #8A7DDE;
}
</style>
border-color css
<style>
span { border-color: #8A7DDE; }
span { border-color: rgb(138,125,222); }
td.TdClassName
{
border-color: #8A7DDE;
}
.TagClassName
{
border-color: #8A7DDE;
}
</style>