Shades of Medium Purple #8A64DC
Tints of Medium Purple #8A64DC
RGB
CMYK
RGB Variations
Color information
#8A64DC (or 0x8A64DC) is known color: Medium Purple. HEX triplet: 8A, 64 and DC. RGB value is (138,100,220). Sum of RGB (Red+Green+Blue) = 138+100+220=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64DC is #759B23. Grayscale: #7C7C7C. Windows color (decimal): -7707428 or 14443658. OLE color: 14443658.
HSL color Cylindrical-coordinate representation of color #8A64DC: hue angle of 259º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A64DC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 100 | 220 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.14 |
| HSL | 259º | 0.63% | 0.63% | - |
| HSV(B) | 259º | 0.55% | 0.86% | - |
| XYZ | 27.96 | 19.68 | 70.04 | - |
| YUV | 125.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 220 | 0.37 | 0.55 | 0 | 0.14 | 259 | 0.63 | 0.63 |
| Hex | 8A | 64 | DC | 25 | 37 | 0 | E | 103 | 3F | 3F |
| Octal | 212 | 144 | 334 | 45 | 67 | 0 | 16 | 403 | 77 | 77 |
| Binary | 10001010 | 1100100 | 11011100 | 100101 | 110111 | 0 | 1110 | 100000011 | 111111 | 111111 |
Color Harmonies of #8A64DC
Complementary color
Monochromatic Colors of #8A64DC
Black with #8A64DC
Text Example
Text Example
White with #8A64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A64DC; }
p { color: rgb(138,100,220); }
H1.HeaderClassName
{
color: #8A64DC;
}
.AnyTagClassName
{
color: #8A64DC;
}
</style>
background-color css
<style>
a { background-color: #8A64DC; }
a { background-color: rgb(138,100,220); }
div.DivClassName
{
background-color: #8A64DC;
}
.BgClassName
{
background-color: #8A64DC;
}
</style>
border-color css
<style>
span { border-color: #8A64DC; }
span { border-color: rgb(138,100,220); }
td.TdClassName
{
border-color: #8A64DC;
}
.TagClassName
{
border-color: #8A64DC;
}
</style>