Shades of Medium Purple #8A73DC
Tints of Medium Purple #8A73DC
RGB
CMYK
RGB Variations
Color information
#8A73DC (or 0x8A73DC) is known color: Medium Purple. HEX triplet: 8A, 73 and DC. RGB value is (138,115,220). Sum of RGB (Red+Green+Blue) = 138+115+220=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73DC is #758C23. Grayscale: #858585. Windows color (decimal): -7703588 or 14447498. OLE color: 14447498.
HSL color Cylindrical-coordinate representation of color #8A73DC: hue angle of 253.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A73DC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 115 | 220 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.14 |
| HSL | 253.14º | 0.6% | 0.66% | - |
| HSV(B) | 253.14º | 0.48% | 0.86% | - |
| XYZ | 29.53 | 22.83 | 70.56 | - |
| YUV | 133.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 220 | 0.37 | 0.48 | 0 | 0.14 | 253.14 | 0.6 | 0.66 |
| Hex | 8A | 73 | DC | 25 | 30 | 0 | E | FD | 3C | 42 |
| Octal | 212 | 163 | 334 | 45 | 60 | 0 | 16 | 375 | 74 | 102 |
| Binary | 10001010 | 1110011 | 11011100 | 100101 | 110000 | 0 | 1110 | 11111101 | 111100 | 1000010 |
Color Harmonies of #8A73DC
Complementary color
Monochromatic Colors of #8A73DC
Black with #8A73DC
Text Example
Text Example
White with #8A73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73DC; }
p { color: rgb(138,115,220); }
H1.HeaderClassName
{
color: #8A73DC;
}
.AnyTagClassName
{
color: #8A73DC;
}
</style>
background-color css
<style>
a { background-color: #8A73DC; }
a { background-color: rgb(138,115,220); }
div.DivClassName
{
background-color: #8A73DC;
}
.BgClassName
{
background-color: #8A73DC;
}
</style>
border-color css
<style>
span { border-color: #8A73DC; }
span { border-color: rgb(138,115,220); }
td.TdClassName
{
border-color: #8A73DC;
}
.TagClassName
{
border-color: #8A73DC;
}
</style>