Shades of Amethyst #8352CE
Tints of Amethyst #8352CE
RGB
CMYK
RGB Variations
Color information
#8352CE (or 0x8352CE) is known color: Amethyst. HEX triplet: 83, 52 and CE. RGB value is (131,82,206). Sum of RGB (Red+Green+Blue) = 131+82+206=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #8352CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CE is #7CAD31. Grayscale: #6E6E6E. Windows color (decimal): -8170802 or 13521539. OLE color: 13521539.
HSL color Cylindrical-coordinate representation of color #8352CE: hue angle of 263.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8352CE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 82 | 206 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.19 |
| HSL | 263.71º | 0.56% | 0.56% | - |
| HSV(B) | 263.71º | 0.6% | 0.81% | - |
| XYZ | 23.52 | 15.32 | 60.11 | - |
| YUV | 110.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 206 | 0.36 | 0.60 | 0 | 0.19 | 263.71 | 0.56 | 0.56 |
| Hex | 83 | 52 | CE | 24 | 3C | 0 | 13 | 108 | 38 | 38 |
| Octal | 203 | 122 | 316 | 44 | 74 | 0 | 23 | 410 | 70 | 70 |
| Binary | 10000011 | 1010010 | 11001110 | 100100 | 111100 | 0 | 10011 | 100001000 | 111000 | 111000 |
Color Harmonies of #8352CE
Complementary color
Monochromatic Colors of #8352CE
Black with #8352CE
Text Example
Text Example
White with #8352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352CE; }
p { color: rgb(131,82,206); }
H1.HeaderClassName
{
color: #8352CE;
}
.AnyTagClassName
{
color: #8352CE;
}
</style>
background-color css
<style>
a { background-color: #8352CE; }
a { background-color: rgb(131,82,206); }
div.DivClassName
{
background-color: #8352CE;
}
.BgClassName
{
background-color: #8352CE;
}
</style>
border-color css
<style>
span { border-color: #8352CE; }
span { border-color: rgb(131,82,206); }
td.TdClassName
{
border-color: #8352CE;
}
.TagClassName
{
border-color: #8352CE;
}
</style>