Shades of Medium Purple #8A7CDD
Tints of Medium Purple #8A7CDD
RGB
CMYK
RGB Variations
Color information
#8A7CDD (or 0x8A7CDD) is known color: Medium Purple. HEX triplet: 8A, 7C and DD. RGB value is (138,124,221). Sum of RGB (Red+Green+Blue) = 138+124+221=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CDD is #758322. Grayscale: #8A8A8A. Windows color (decimal): -7701283 or 14515338. OLE color: 14515338.
HSL color Cylindrical-coordinate representation of color #8A7CDD: hue angle of 248.66º degrees, saturation: 0.59, 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 #8A7CDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 124 | 221 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 248.66º | 0.59% | 0.68% | - |
| HSV(B) | 248.66º | 0.44% | 0.87% | - |
| XYZ | 30.74 | 25.04 | 71.62 | - |
| YUV | 139.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 221 | 0.38 | 0.44 | 0 | 0.13 | 248.66 | 0.59 | 0.68 |
| Hex | 8A | 7C | DD | 26 | 2C | 0 | D | F9 | 3B | 44 |
| Octal | 212 | 174 | 335 | 46 | 54 | 0 | 15 | 371 | 73 | 104 |
| Binary | 10001010 | 1111100 | 11011101 | 100110 | 101100 | 0 | 1101 | 11111001 | 111011 | 1000100 |
Color Harmonies of #8A7CDD
Complementary color
Monochromatic Colors of #8A7CDD
Black with #8A7CDD
Text Example
Text Example
White with #8A7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CDD; }
p { color: rgb(138,124,221); }
H1.HeaderClassName
{
color: #8A7CDD;
}
.AnyTagClassName
{
color: #8A7CDD;
}
</style>
background-color css
<style>
a { background-color: #8A7CDD; }
a { background-color: rgb(138,124,221); }
div.DivClassName
{
background-color: #8A7CDD;
}
.BgClassName
{
background-color: #8A7CDD;
}
</style>
border-color css
<style>
span { border-color: #8A7CDD; }
span { border-color: rgb(138,124,221); }
td.TdClassName
{
border-color: #8A7CDD;
}
.TagClassName
{
border-color: #8A7CDD;
}
</style>