Shades of Medium Purple #8A5ADD
Tints of Medium Purple #8A5ADD
RGB
CMYK
RGB Variations
Color information
#8A5ADD (or 0x8A5ADD) is known color: Medium Purple. HEX triplet: 8A, 5A and DD. RGB value is (138,90,221). Sum of RGB (Red+Green+Blue) = 138+90+221=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ADD is #75A522. Grayscale: #767676. Windows color (decimal): -7709987 or 14506634. OLE color: 14506634.
HSL color Cylindrical-coordinate representation of color #8A5ADD: hue angle of 261.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A5ADD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 90 | 221 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.13 |
| HSL | 261.98º | 0.66% | 0.61% | - |
| HSV(B) | 261.98º | 0.59% | 0.87% | - |
| XYZ | 27.19 | 17.94 | 70.44 | - |
| YUV | 119.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 221 | 0.38 | 0.59 | 0 | 0.13 | 261.98 | 0.66 | 0.61 |
| Hex | 8A | 5A | DD | 26 | 3B | 0 | D | 106 | 42 | 3D |
| Octal | 212 | 132 | 335 | 46 | 73 | 0 | 15 | 406 | 102 | 75 |
| Binary | 10001010 | 1011010 | 11011101 | 100110 | 111011 | 0 | 1101 | 100000110 | 1000010 | 111101 |
Color Harmonies of #8A5ADD
Complementary color
Monochromatic Colors of #8A5ADD
Black with #8A5ADD
Text Example
Text Example
White with #8A5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5ADD; }
p { color: rgb(138,90,221); }
H1.HeaderClassName
{
color: #8A5ADD;
}
.AnyTagClassName
{
color: #8A5ADD;
}
</style>
background-color css
<style>
a { background-color: #8A5ADD; }
a { background-color: rgb(138,90,221); }
div.DivClassName
{
background-color: #8A5ADD;
}
.BgClassName
{
background-color: #8A5ADD;
}
</style>
border-color css
<style>
span { border-color: #8A5ADD; }
span { border-color: rgb(138,90,221); }
td.TdClassName
{
border-color: #8A5ADD;
}
.TagClassName
{
border-color: #8A5ADD;
}
</style>