Shades of Medium Purple #8A7DDD
Tints of Medium Purple #8A7DDD
RGB
CMYK
RGB Variations
Color information
#8A7DDD (or 0x8A7DDD) is known color: Medium Purple. HEX triplet: 8A, 7D and DD. RGB value is (138,125,221). Sum of RGB (Red+Green+Blue) = 138+125+221=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DDD is #758222. Grayscale: #8B8B8B. Windows color (decimal): -7701027 or 14515594. OLE color: 14515594.
HSL color Cylindrical-coordinate representation of color #8A7DDD: hue angle of 248.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7DDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 125 | 221 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.13 |
| HSL | 248.13º | 0.59% | 0.68% | - |
| HSV(B) | 248.13º | 0.43% | 0.87% | - |
| XYZ | 30.87 | 25.29 | 71.66 | - |
| YUV | 139.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 221 | 0.38 | 0.43 | 0 | 0.13 | 248.13 | 0.59 | 0.68 |
| Hex | 8A | 7D | DD | 26 | 2B | 0 | D | F8 | 3B | 44 |
| Octal | 212 | 175 | 335 | 46 | 53 | 0 | 15 | 370 | 73 | 104 |
| Binary | 10001010 | 1111101 | 11011101 | 100110 | 101011 | 0 | 1101 | 11111000 | 111011 | 1000100 |
Color Harmonies of #8A7DDD
Complementary color
Monochromatic Colors of #8A7DDD
Black with #8A7DDD
Text Example
Text Example
White with #8A7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DDD; }
p { color: rgb(138,125,221); }
H1.HeaderClassName
{
color: #8A7DDD;
}
.AnyTagClassName
{
color: #8A7DDD;
}
</style>
background-color css
<style>
a { background-color: #8A7DDD; }
a { background-color: rgb(138,125,221); }
div.DivClassName
{
background-color: #8A7DDD;
}
.BgClassName
{
background-color: #8A7DDD;
}
</style>
border-color css
<style>
span { border-color: #8A7DDD; }
span { border-color: rgb(138,125,221); }
td.TdClassName
{
border-color: #8A7DDD;
}
.TagClassName
{
border-color: #8A7DDD;
}
</style>