Shades of Medium Purple #8A55DC
Tints of Medium Purple #8A55DC
RGB
CMYK
RGB Variations
Color information
#8A55DC (or 0x8A55DC) is known color: Medium Purple. HEX triplet: 8A, 55 and DC. RGB value is (138,85,220). Sum of RGB (Red+Green+Blue) = 138+85+220=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55DC is #75AA23. Grayscale: #737373. Windows color (decimal): -7711268 or 14439818. OLE color: 14439818.
HSL color Cylindrical-coordinate representation of color #8A55DC: hue angle of 263.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A55DC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 85 | 220 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.14 |
| HSL | 263.56º | 0.66% | 0.6% | - |
| HSV(B) | 263.56º | 0.61% | 0.86% | - |
| XYZ | 26.65 | 17.07 | 69.6 | - |
| YUV | 116.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 220 | 0.37 | 0.61 | 0 | 0.14 | 263.56 | 0.66 | 0.6 |
| Hex | 8A | 55 | DC | 25 | 3D | 0 | E | 108 | 42 | 3C |
| Octal | 212 | 125 | 334 | 45 | 75 | 0 | 16 | 410 | 102 | 74 |
| Binary | 10001010 | 1010101 | 11011100 | 100101 | 111101 | 0 | 1110 | 100001000 | 1000010 | 111100 |
Color Harmonies of #8A55DC
Complementary color
Monochromatic Colors of #8A55DC
Black with #8A55DC
Text Example
Text Example
White with #8A55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55DC; }
p { color: rgb(138,85,220); }
H1.HeaderClassName
{
color: #8A55DC;
}
.AnyTagClassName
{
color: #8A55DC;
}
</style>
background-color css
<style>
a { background-color: #8A55DC; }
a { background-color: rgb(138,85,220); }
div.DivClassName
{
background-color: #8A55DC;
}
.BgClassName
{
background-color: #8A55DC;
}
</style>
border-color css
<style>
span { border-color: #8A55DC; }
span { border-color: rgb(138,85,220); }
td.TdClassName
{
border-color: #8A55DC;
}
.TagClassName
{
border-color: #8A55DC;
}
</style>