Shades of Amethyst #8A51CE
Tints of Amethyst #8A51CE
RGB
CMYK
RGB Variations
Color information
#8A51CE (or 0x8A51CE) is known color: Amethyst. HEX triplet: 8A, 51 and CE. RGB value is (138,81,206). Sum of RGB (Red+Green+Blue) = 138+81+206=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51CE is #75AE31. Grayscale: #6F6F6F. Windows color (decimal): -7712306 or 13521290. OLE color: 13521290.
HSL color Cylindrical-coordinate representation of color #8A51CE: hue angle of 267.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A51CE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 81 | 206 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.19 |
| HSL | 267.36º | 0.56% | 0.56% | - |
| HSV(B) | 267.36º | 0.61% | 0.81% | - |
| XYZ | 24.56 | 15.74 | 60.14 | - |
| YUV | 112.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 206 | 0.33 | 0.61 | 0 | 0.19 | 267.36 | 0.56 | 0.56 |
| Hex | 8A | 51 | CE | 21 | 3D | 0 | 13 | 10B | 38 | 38 |
| Octal | 212 | 121 | 316 | 41 | 75 | 0 | 23 | 413 | 70 | 70 |
| Binary | 10001010 | 1010001 | 11001110 | 100001 | 111101 | 0 | 10011 | 100001011 | 111000 | 111000 |
Color Harmonies of #8A51CE
Complementary color
Monochromatic Colors of #8A51CE
Black with #8A51CE
Text Example
Text Example
White with #8A51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A51CE; }
p { color: rgb(138,81,206); }
H1.HeaderClassName
{
color: #8A51CE;
}
.AnyTagClassName
{
color: #8A51CE;
}
</style>
background-color css
<style>
a { background-color: #8A51CE; }
a { background-color: rgb(138,81,206); }
div.DivClassName
{
background-color: #8A51CE;
}
.BgClassName
{
background-color: #8A51CE;
}
</style>
border-color css
<style>
span { border-color: #8A51CE; }
span { border-color: rgb(138,81,206); }
td.TdClassName
{
border-color: #8A51CE;
}
.TagClassName
{
border-color: #8A51CE;
}
</style>