Shades of Amethyst #8F52CC
Tints of Amethyst #8F52CC
RGB
CMYK
RGB Variations
Color information
#8F52CC (or 0x8F52CC) is known color: Amethyst. HEX triplet: 8F, 52 and CC. RGB value is (143,82,204). Sum of RGB (Red+Green+Blue) = 143+82+204=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52CC is #70AD33. Grayscale: #717171. Windows color (decimal): -7384372 or 13390479. OLE color: 13390479.
HSL color Cylindrical-coordinate representation of color #8F52CC: hue angle of 270º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F52CC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 82 | 204 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.2 |
| HSL | 270º | 0.54% | 0.56% | - |
| HSV(B) | 270º | 0.6% | 0.8% | - |
| XYZ | 25.24 | 16.23 | 58.93 | - |
| YUV | 114.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 204 | 0.30 | 0.60 | 0 | 0.2 | 270 | 0.54 | 0.56 |
| Hex | 8F | 52 | CC | 1E | 3C | 0 | 14 | 10E | 36 | 38 |
| Octal | 217 | 122 | 314 | 36 | 74 | 0 | 24 | 416 | 66 | 70 |
| Binary | 10001111 | 1010010 | 11001100 | 11110 | 111100 | 0 | 10100 | 100001110 | 110110 | 111000 |
Color Harmonies of #8F52CC
Complementary color
Monochromatic Colors of #8F52CC
Black with #8F52CC
Text Example
Text Example
White with #8F52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52CC; }
p { color: rgb(143,82,204); }
H1.HeaderClassName
{
color: #8F52CC;
}
.AnyTagClassName
{
color: #8F52CC;
}
</style>
background-color css
<style>
a { background-color: #8F52CC; }
a { background-color: rgb(143,82,204); }
div.DivClassName
{
background-color: #8F52CC;
}
.BgClassName
{
background-color: #8F52CC;
}
</style>
border-color css
<style>
span { border-color: #8F52CC; }
span { border-color: rgb(143,82,204); }
td.TdClassName
{
border-color: #8F52CC;
}
.TagClassName
{
border-color: #8F52CC;
}
</style>