Shades of Amethyst #8C52CF
Tints of Amethyst #8C52CF
RGB
CMYK
RGB Variations
Color information
#8C52CF (or 0x8C52CF) is known color: Amethyst. HEX triplet: 8C, 52 and CF. RGB value is (140,82,207). Sum of RGB (Red+Green+Blue) = 140+82+207=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52CF is #73AD30. Grayscale: #717171. Windows color (decimal): -7580977 or 13587084. OLE color: 13587084.
HSL color Cylindrical-coordinate representation of color #8C52CF: hue angle of 267.84º 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 #8C52CF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 82 | 207 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.19 |
| HSL | 267.84º | 0.57% | 0.57% | - |
| HSV(B) | 267.84º | 0.6% | 0.81% | - |
| XYZ | 25.1 | 16.12 | 60.82 | - |
| YUV | 113.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 207 | 0.32 | 0.60 | 0 | 0.19 | 267.84 | 0.57 | 0.57 |
| Hex | 8C | 52 | CF | 20 | 3C | 0 | 13 | 10C | 39 | 39 |
| Octal | 214 | 122 | 317 | 40 | 74 | 0 | 23 | 414 | 71 | 71 |
| Binary | 10001100 | 1010010 | 11001111 | 100000 | 111100 | 0 | 10011 | 100001100 | 111001 | 111001 |
Color Harmonies of #8C52CF
Complementary color
Monochromatic Colors of #8C52CF
Black with #8C52CF
Text Example
Text Example
White with #8C52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52CF; }
p { color: rgb(140,82,207); }
H1.HeaderClassName
{
color: #8C52CF;
}
.AnyTagClassName
{
color: #8C52CF;
}
</style>
background-color css
<style>
a { background-color: #8C52CF; }
a { background-color: rgb(140,82,207); }
div.DivClassName
{
background-color: #8C52CF;
}
.BgClassName
{
background-color: #8C52CF;
}
</style>
border-color css
<style>
span { border-color: #8C52CF; }
span { border-color: rgb(140,82,207); }
td.TdClassName
{
border-color: #8C52CF;
}
.TagClassName
{
border-color: #8C52CF;
}
</style>