Shades of Amethyst #8E52CB
Tints of Amethyst #8E52CB
RGB
CMYK
RGB Variations
Color information
#8E52CB (or 0x8E52CB) is known color: Amethyst. HEX triplet: 8E, 52 and CB. RGB value is (142,82,203). Sum of RGB (Red+Green+Blue) = 142+82+203=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52CB is #71AD34. Grayscale: #717171. Windows color (decimal): -7449909 or 13324942. OLE color: 13324942.
HSL color Cylindrical-coordinate representation of color #8E52CB: hue angle of 269.75º 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 #8E52CB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 82 | 203 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.20 |
| HSL | 269.75º | 0.54% | 0.56% | - |
| HSV(B) | 269.75º | 0.6% | 0.8% | - |
| XYZ | 24.95 | 16.1 | 58.29 | - |
| YUV | 113.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 203 | 0.30 | 0.60 | 0 | 0.20 | 269.75 | 0.54 | 0.56 |
| Hex | 8E | 52 | CB | 1E | 3C | 0 | 14 | 10E | 36 | 38 |
| Octal | 216 | 122 | 313 | 36 | 74 | 0 | 24 | 416 | 66 | 70 |
| Binary | 10001110 | 1010010 | 11001011 | 11110 | 111100 | 0 | 10100 | 100001110 | 110110 | 111000 |
Color Harmonies of #8E52CB
Complementary color
Monochromatic Colors of #8E52CB
Black with #8E52CB
Text Example
Text Example
White with #8E52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E52CB; }
p { color: rgb(142,82,203); }
H1.HeaderClassName
{
color: #8E52CB;
}
.AnyTagClassName
{
color: #8E52CB;
}
</style>
background-color css
<style>
a { background-color: #8E52CB; }
a { background-color: rgb(142,82,203); }
div.DivClassName
{
background-color: #8E52CB;
}
.BgClassName
{
background-color: #8E52CB;
}
</style>
border-color css
<style>
span { border-color: #8E52CB; }
span { border-color: rgb(142,82,203); }
td.TdClassName
{
border-color: #8E52CB;
}
.TagClassName
{
border-color: #8E52CB;
}
</style>