Shades of Amethyst #8249CE
Tints of Amethyst #8249CE
RGB
CMYK
RGB Variations
Color information
#8249CE (or 0x8249CE) is known color: Amethyst. HEX triplet: 82, 49 and CE. RGB value is (130,73,206). Sum of RGB (Red+Green+Blue) = 130+73+206=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #8249CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8249CE is #7DB631. Grayscale: #686868. Windows color (decimal): -8238642 or 13519234. OLE color: 13519234.
HSL color Cylindrical-coordinate representation of color #8249CE: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8249CE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 73 | 206 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.19 |
| HSL | 265.71º | 0.58% | 0.55% | - |
| HSV(B) | 265.71º | 0.65% | 0.81% | - |
| XYZ | 22.73 | 13.97 | 59.89 | - |
| YUV | 105.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 206 | 0.37 | 0.65 | 0 | 0.19 | 265.71 | 0.58 | 0.55 |
| Hex | 82 | 49 | CE | 25 | 41 | 0 | 13 | 10A | 3A | 37 |
| Octal | 202 | 111 | 316 | 45 | 101 | 0 | 23 | 412 | 72 | 67 |
| Binary | 10000010 | 1001001 | 11001110 | 100101 | 1000001 | 0 | 10011 | 100001010 | 111010 | 110111 |
Color Harmonies of #8249CE
Complementary color
Monochromatic Colors of #8249CE
Black with #8249CE
Text Example
Text Example
White with #8249CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249CE; }
p { color: rgb(130,73,206); }
H1.HeaderClassName
{
color: #8249CE;
}
.AnyTagClassName
{
color: #8249CE;
}
</style>
background-color css
<style>
a { background-color: #8249CE; }
a { background-color: rgb(130,73,206); }
div.DivClassName
{
background-color: #8249CE;
}
.BgClassName
{
background-color: #8249CE;
}
</style>
border-color css
<style>
span { border-color: #8249CE; }
span { border-color: rgb(130,73,206); }
td.TdClassName
{
border-color: #8249CE;
}
.TagClassName
{
border-color: #8249CE;
}
</style>