Shades of Amethyst #8A52CF
Tints of Amethyst #8A52CF
RGB
CMYK
RGB Variations
Color information
#8A52CF (or 0x8A52CF) is known color: Amethyst. HEX triplet: 8A, 52 and CF. RGB value is (138,82,207). Sum of RGB (Red+Green+Blue) = 138+82+207=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52CF is #75AD30. Grayscale: #707070. Windows color (decimal): -7712049 or 13587082. OLE color: 13587082.
HSL color Cylindrical-coordinate representation of color #8A52CF: hue angle of 266.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A52CF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 82 | 207 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.19 |
| HSL | 266.88º | 0.57% | 0.57% | - |
| HSV(B) | 266.88º | 0.6% | 0.81% | - |
| XYZ | 24.76 | 15.94 | 60.8 | - |
| YUV | 112.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 207 | 0.33 | 0.60 | 0 | 0.19 | 266.88 | 0.57 | 0.57 |
| Hex | 8A | 52 | CF | 21 | 3C | 0 | 13 | 10B | 39 | 39 |
| Octal | 212 | 122 | 317 | 41 | 74 | 0 | 23 | 413 | 71 | 71 |
| Binary | 10001010 | 1010010 | 11001111 | 100001 | 111100 | 0 | 10011 | 100001011 | 111001 | 111001 |
Color Harmonies of #8A52CF
Complementary color
Monochromatic Colors of #8A52CF
Black with #8A52CF
Text Example
Text Example
White with #8A52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A52CF; }
p { color: rgb(138,82,207); }
H1.HeaderClassName
{
color: #8A52CF;
}
.AnyTagClassName
{
color: #8A52CF;
}
</style>
background-color css
<style>
a { background-color: #8A52CF; }
a { background-color: rgb(138,82,207); }
div.DivClassName
{
background-color: #8A52CF;
}
.BgClassName
{
background-color: #8A52CF;
}
</style>
border-color css
<style>
span { border-color: #8A52CF; }
span { border-color: rgb(138,82,207); }
td.TdClassName
{
border-color: #8A52CF;
}
.TagClassName
{
border-color: #8A52CF;
}
</style>