Shades of Amethyst #8352D8
Tints of Amethyst #8352D8
RGB
CMYK
RGB Variations
Color information
#8352D8 (or 0x8352D8) is known color: Amethyst. HEX triplet: 83, 52 and D8. RGB value is (131,82,216). Sum of RGB (Red+Green+Blue) = 131+82+216=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #8352D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352D8 is #7CAD27. Grayscale: #6F6F6F. Windows color (decimal): -8170792 or 14176899. OLE color: 14176899.
HSL color Cylindrical-coordinate representation of color #8352D8: hue angle of 261.94º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8352D8 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 82 | 216 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.15 |
| HSL | 261.94º | 0.63% | 0.58% | - |
| HSV(B) | 261.94º | 0.62% | 0.85% | - |
| XYZ | 24.77 | 15.82 | 66.71 | - |
| YUV | 111.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 216 | 0.39 | 0.62 | 0 | 0.15 | 261.94 | 0.63 | 0.58 |
| Hex | 83 | 52 | D8 | 27 | 3E | 0 | F | 106 | 3F | 3A |
| Octal | 203 | 122 | 330 | 47 | 76 | 0 | 17 | 406 | 77 | 72 |
| Binary | 10000011 | 1010010 | 11011000 | 100111 | 111110 | 0 | 1111 | 100000110 | 111111 | 111010 |
Color Harmonies of #8352D8
Complementary color
Monochromatic Colors of #8352D8
Black with #8352D8
Text Example
Text Example
White with #8352D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352D8; }
p { color: rgb(131,82,216); }
H1.HeaderClassName
{
color: #8352D8;
}
.AnyTagClassName
{
color: #8352D8;
}
</style>
background-color css
<style>
a { background-color: #8352D8; }
a { background-color: rgb(131,82,216); }
div.DivClassName
{
background-color: #8352D8;
}
.BgClassName
{
background-color: #8352D8;
}
</style>
border-color css
<style>
span { border-color: #8352D8; }
span { border-color: rgb(131,82,216); }
td.TdClassName
{
border-color: #8352D8;
}
.TagClassName
{
border-color: #8352D8;
}
</style>