Shades of Amethyst #8F52CE
Tints of Amethyst #8F52CE
RGB
CMYK
RGB Variations
Color information
#8F52CE (or 0x8F52CE) is known color: Amethyst. HEX triplet: 8F, 52 and CE. RGB value is (143,82,206). Sum of RGB (Red+Green+Blue) = 143+82+206=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52CE is #70AD31. Grayscale: #717171. Windows color (decimal): -7384370 or 13521551. OLE color: 13521551.
HSL color Cylindrical-coordinate representation of color #8F52CE: hue angle of 269.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F52CE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 82 | 206 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.19 |
| HSL | 269.52º | 0.56% | 0.56% | - |
| HSV(B) | 269.52º | 0.6% | 0.81% | - |
| XYZ | 25.49 | 16.33 | 60.2 | - |
| YUV | 114.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 206 | 0.31 | 0.60 | 0 | 0.19 | 269.52 | 0.56 | 0.56 |
| Hex | 8F | 52 | CE | 1F | 3C | 0 | 13 | 10E | 38 | 38 |
| Octal | 217 | 122 | 316 | 37 | 74 | 0 | 23 | 416 | 70 | 70 |
| Binary | 10001111 | 1010010 | 11001110 | 11111 | 111100 | 0 | 10011 | 100001110 | 111000 | 111000 |
Color Harmonies of #8F52CE
Complementary color
Monochromatic Colors of #8F52CE
Black with #8F52CE
Text Example
Text Example
White with #8F52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52CE; }
p { color: rgb(143,82,206); }
H1.HeaderClassName
{
color: #8F52CE;
}
.AnyTagClassName
{
color: #8F52CE;
}
</style>
background-color css
<style>
a { background-color: #8F52CE; }
a { background-color: rgb(143,82,206); }
div.DivClassName
{
background-color: #8F52CE;
}
.BgClassName
{
background-color: #8F52CE;
}
</style>
border-color css
<style>
span { border-color: #8F52CE; }
span { border-color: rgb(143,82,206); }
td.TdClassName
{
border-color: #8F52CE;
}
.TagClassName
{
border-color: #8F52CE;
}
</style>