Shades of Medium Purple #8C7ADA
Tints of Medium Purple #8C7ADA
RGB
CMYK
RGB Variations
Color information
#8C7ADA (or 0x8C7ADA) is known color: Medium Purple. HEX triplet: 8C, 7A and DA. RGB value is (140,122,218). Sum of RGB (Red+Green+Blue) = 140+122+218=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADA is #738525. Grayscale: #898989. Windows color (decimal): -7570726 or 14318220. OLE color: 14318220.
HSL color Cylindrical-coordinate representation of color #8C7ADA: hue angle of 251.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7ADA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 122 | 218 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.15 |
| HSL | 251.25º | 0.56% | 0.67% | - |
| HSV(B) | 251.25º | 0.44% | 0.85% | - |
| XYZ | 30.43 | 24.56 | 69.47 | - |
| YUV | 138.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 218 | 0.36 | 0.44 | 0 | 0.15 | 251.25 | 0.56 | 0.67 |
| Hex | 8C | 7A | DA | 24 | 2C | 0 | F | FB | 38 | 43 |
| Octal | 214 | 172 | 332 | 44 | 54 | 0 | 17 | 373 | 70 | 103 |
| Binary | 10001100 | 1111010 | 11011010 | 100100 | 101100 | 0 | 1111 | 11111011 | 111000 | 1000011 |
Color Harmonies of #8C7ADA
Complementary color
Monochromatic Colors of #8C7ADA
Black with #8C7ADA
Text Example
Text Example
White with #8C7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ADA; }
p { color: rgb(140,122,218); }
H1.HeaderClassName
{
color: #8C7ADA;
}
.AnyTagClassName
{
color: #8C7ADA;
}
</style>
background-color css
<style>
a { background-color: #8C7ADA; }
a { background-color: rgb(140,122,218); }
div.DivClassName
{
background-color: #8C7ADA;
}
.BgClassName
{
background-color: #8C7ADA;
}
</style>
border-color css
<style>
span { border-color: #8C7ADA; }
span { border-color: rgb(140,122,218); }
td.TdClassName
{
border-color: #8C7ADA;
}
.TagClassName
{
border-color: #8C7ADA;
}
</style>