Shades of Medium Purple #8A64E6
Tints of Medium Purple #8A64E6
RGB
CMYK
RGB Variations
Color information
#8A64E6 (or 0x8A64E6) is known color: Medium Purple. HEX triplet: 8A, 64 and E6. RGB value is (138,100,230). Sum of RGB (Red+Green+Blue) = 138+100+230=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A64E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64E6 is #759B19. Grayscale: #7D7D7D. Windows color (decimal): -7707418 or 15099018. OLE color: 15099018.
HSL color Cylindrical-coordinate representation of color #8A64E6: hue angle of 257.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A64E6 is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 100 | 230 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.10 |
| HSL | 257.54º | 0.72% | 0.65% | - |
| HSV(B) | 257.54º | 0.57% | 0.9% | - |
| XYZ | 29.32 | 20.23 | 77.22 | - |
| YUV | 126.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 230 | 0.4 | 0.57 | 0 | 0.10 | 257.54 | 0.72 | 0.65 |
| Hex | 8A | 64 | E6 | 28 | 39 | 0 | A | 102 | 48 | 41 |
| Octal | 212 | 144 | 346 | 50 | 71 | 0 | 12 | 402 | 110 | 101 |
| Binary | 10001010 | 1100100 | 11100110 | 101000 | 111001 | 0 | 1010 | 100000010 | 1001000 | 1000001 |
Color Harmonies of #8A64E6
Complementary color
Monochromatic Colors of #8A64E6
Black with #8A64E6
Text Example
Text Example
White with #8A64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A64E6; }
p { color: rgb(138,100,230); }
H1.HeaderClassName
{
color: #8A64E6;
}
.AnyTagClassName
{
color: #8A64E6;
}
</style>
background-color css
<style>
a { background-color: #8A64E6; }
a { background-color: rgb(138,100,230); }
div.DivClassName
{
background-color: #8A64E6;
}
.BgClassName
{
background-color: #8A64E6;
}
</style>
border-color css
<style>
span { border-color: #8A64E6; }
span { border-color: rgb(138,100,230); }
td.TdClassName
{
border-color: #8A64E6;
}
.TagClassName
{
border-color: #8A64E6;
}
</style>