Shades of Amethyst #8349CE
Tints of Amethyst #8349CE
RGB
CMYK
RGB Variations
Color information
#8349CE (or 0x8349CE) is known color: Amethyst. HEX triplet: 83, 49 and CE. RGB value is (131,73,206). Sum of RGB (Red+Green+Blue) = 131+73+206=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #8349CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349CE is #7CB631. Grayscale: #696969. Windows color (decimal): -8173106 or 13519235. OLE color: 13519235.
HSL color Cylindrical-coordinate representation of color #8349CE: hue angle of 266.17º 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 #8349CE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 73 | 206 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.19 |
| HSL | 266.17º | 0.58% | 0.55% | - |
| HSV(B) | 266.17º | 0.65% | 0.81% | - |
| XYZ | 22.88 | 14.05 | 59.9 | - |
| YUV | 105.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 206 | 0.36 | 0.65 | 0 | 0.19 | 266.17 | 0.58 | 0.55 |
| Hex | 83 | 49 | CE | 24 | 41 | 0 | 13 | 10A | 3A | 37 |
| Octal | 203 | 111 | 316 | 44 | 101 | 0 | 23 | 412 | 72 | 67 |
| Binary | 10000011 | 1001001 | 11001110 | 100100 | 1000001 | 0 | 10011 | 100001010 | 111010 | 110111 |
Color Harmonies of #8349CE
Complementary color
Monochromatic Colors of #8349CE
Black with #8349CE
Text Example
Text Example
White with #8349CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349CE; }
p { color: rgb(131,73,206); }
H1.HeaderClassName
{
color: #8349CE;
}
.AnyTagClassName
{
color: #8349CE;
}
</style>
background-color css
<style>
a { background-color: #8349CE; }
a { background-color: rgb(131,73,206); }
div.DivClassName
{
background-color: #8349CE;
}
.BgClassName
{
background-color: #8349CE;
}
</style>
border-color css
<style>
span { border-color: #8349CE; }
span { border-color: rgb(131,73,206); }
td.TdClassName
{
border-color: #8349CE;
}
.TagClassName
{
border-color: #8349CE;
}
</style>