Shades of Amethyst #8350D8
Tints of Amethyst #8350D8
RGB
CMYK
RGB Variations
Color information
#8350D8 (or 0x8350D8) is known color: Amethyst. HEX triplet: 83, 50 and D8. RGB value is (131,80,216). Sum of RGB (Red+Green+Blue) = 131+80+216=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #8350D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350D8 is #7CAF27. Grayscale: #6E6E6E. Windows color (decimal): -8171304 or 14176387. OLE color: 14176387.
HSL color Cylindrical-coordinate representation of color #8350D8: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8350D8 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 80 | 216 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.15 |
| HSL | 262.5º | 0.64% | 0.58% | - |
| HSV(B) | 262.5º | 0.63% | 0.85% | - |
| XYZ | 24.62 | 15.52 | 66.66 | - |
| YUV | 110.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 216 | 0.39 | 0.63 | 0 | 0.15 | 262.5 | 0.64 | 0.58 |
| Hex | 83 | 50 | D8 | 27 | 3F | 0 | F | 106 | 40 | 3A |
| Octal | 203 | 120 | 330 | 47 | 77 | 0 | 17 | 406 | 100 | 72 |
| Binary | 10000011 | 1010000 | 11011000 | 100111 | 111111 | 0 | 1111 | 100000110 | 1000000 | 111010 |
Color Harmonies of #8350D8
Complementary color
Monochromatic Colors of #8350D8
Black with #8350D8
Text Example
Text Example
White with #8350D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350D8; }
p { color: rgb(131,80,216); }
H1.HeaderClassName
{
color: #8350D8;
}
.AnyTagClassName
{
color: #8350D8;
}
</style>
background-color css
<style>
a { background-color: #8350D8; }
a { background-color: rgb(131,80,216); }
div.DivClassName
{
background-color: #8350D8;
}
.BgClassName
{
background-color: #8350D8;
}
</style>
border-color css
<style>
span { border-color: #8350D8; }
span { border-color: rgb(131,80,216); }
td.TdClassName
{
border-color: #8350D8;
}
.TagClassName
{
border-color: #8350D8;
}
</style>