Shades of Medium Purple #8A73DD
Tints of Medium Purple #8A73DD
RGB
CMYK
RGB Variations
Color information
#8A73DD (or 0x8A73DD) is known color: Medium Purple. HEX triplet: 8A, 73 and DD. RGB value is (138,115,221). Sum of RGB (Red+Green+Blue) = 138+115+221=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73DD is #758C22. Grayscale: #858585. Windows color (decimal): -7703587 or 14513034. OLE color: 14513034.
HSL color Cylindrical-coordinate representation of color #8A73DD: hue angle of 253.02º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A73DD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 115 | 221 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.13 |
| HSL | 253.02º | 0.61% | 0.66% | - |
| HSV(B) | 253.02º | 0.48% | 0.87% | - |
| XYZ | 29.66 | 22.89 | 71.26 | - |
| YUV | 133.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 221 | 0.38 | 0.48 | 0 | 0.13 | 253.02 | 0.61 | 0.66 |
| Hex | 8A | 73 | DD | 26 | 30 | 0 | D | FD | 3D | 42 |
| Octal | 212 | 163 | 335 | 46 | 60 | 0 | 15 | 375 | 75 | 102 |
| Binary | 10001010 | 1110011 | 11011101 | 100110 | 110000 | 0 | 1101 | 11111101 | 111101 | 1000010 |
Color Harmonies of #8A73DD
Complementary color
Monochromatic Colors of #8A73DD
Black with #8A73DD
Text Example
Text Example
White with #8A73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73DD; }
p { color: rgb(138,115,221); }
H1.HeaderClassName
{
color: #8A73DD;
}
.AnyTagClassName
{
color: #8A73DD;
}
</style>
background-color css
<style>
a { background-color: #8A73DD; }
a { background-color: rgb(138,115,221); }
div.DivClassName
{
background-color: #8A73DD;
}
.BgClassName
{
background-color: #8A73DD;
}
</style>
border-color css
<style>
span { border-color: #8A73DD; }
span { border-color: rgb(138,115,221); }
td.TdClassName
{
border-color: #8A73DD;
}
.TagClassName
{
border-color: #8A73DD;
}
</style>