Shades of Amethyst #8F52D3
Tints of Amethyst #8F52D3
RGB
CMYK
RGB Variations
Color information
#8F52D3 (or 0x8F52D3) is known color: Amethyst. HEX triplet: 8F, 52 and D3. RGB value is (143,82,211). Sum of RGB (Red+Green+Blue) = 143+82+211=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #8F52D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52D3 is #70AD2C. Grayscale: #727272. Windows color (decimal): -7384365 or 13849231. OLE color: 13849231.
HSL color Cylindrical-coordinate representation of color #8F52D3: hue angle of 268.37º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F52D3 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 82 | 211 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.17 |
| HSL | 268.37º | 0.59% | 0.57% | - |
| HSV(B) | 268.37º | 0.61% | 0.83% | - |
| XYZ | 26.1 | 16.58 | 63.45 | - |
| YUV | 114.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 211 | 0.32 | 0.61 | 0 | 0.17 | 268.37 | 0.59 | 0.57 |
| Hex | 8F | 52 | D3 | 20 | 3D | 0 | 11 | 10C | 3B | 39 |
| Octal | 217 | 122 | 323 | 40 | 75 | 0 | 21 | 414 | 73 | 71 |
| Binary | 10001111 | 1010010 | 11010011 | 100000 | 111101 | 0 | 10001 | 100001100 | 111011 | 111001 |
Color Harmonies of #8F52D3
Complementary color
Monochromatic Colors of #8F52D3
Black with #8F52D3
Text Example
Text Example
White with #8F52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52D3; }
p { color: rgb(143,82,211); }
H1.HeaderClassName
{
color: #8F52D3;
}
.AnyTagClassName
{
color: #8F52D3;
}
</style>
background-color css
<style>
a { background-color: #8F52D3; }
a { background-color: rgb(143,82,211); }
div.DivClassName
{
background-color: #8F52D3;
}
.BgClassName
{
background-color: #8F52D3;
}
</style>
border-color css
<style>
span { border-color: #8F52D3; }
span { border-color: rgb(143,82,211); }
td.TdClassName
{
border-color: #8F52D3;
}
.TagClassName
{
border-color: #8F52D3;
}
</style>