Shades of Amethyst #834FD9
Tints of Amethyst #834FD9
RGB
CMYK
RGB Variations
Color information
#834FD9 (or 0x834FD9) is known color: Amethyst. HEX triplet: 83, 4F and D9. RGB value is (131,79,217). Sum of RGB (Red+Green+Blue) = 131+79+217=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #834FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FD9 is #7CB026. Grayscale: #6D6D6D. Windows color (decimal): -8171559 or 14241667. OLE color: 14241667.
HSL color Cylindrical-coordinate representation of color #834FD9: hue angle of 262.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834FD9 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 79 | 217 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.15 |
| HSL | 262.61º | 0.64% | 0.58% | - |
| HSV(B) | 262.61º | 0.64% | 0.85% | - |
| XYZ | 24.68 | 15.43 | 67.32 | - |
| YUV | 110.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 217 | 0.40 | 0.64 | 0 | 0.15 | 262.61 | 0.64 | 0.58 |
| Hex | 83 | 4F | D9 | 28 | 40 | 0 | F | 107 | 40 | 3A |
| Octal | 203 | 117 | 331 | 50 | 100 | 0 | 17 | 407 | 100 | 72 |
| Binary | 10000011 | 1001111 | 11011001 | 101000 | 1000000 | 0 | 1111 | 100000111 | 1000000 | 111010 |
Color Harmonies of #834FD9
Complementary color
Monochromatic Colors of #834FD9
Black with #834FD9
Text Example
Text Example
White with #834FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FD9; }
p { color: rgb(131,79,217); }
H1.HeaderClassName
{
color: #834FD9;
}
.AnyTagClassName
{
color: #834FD9;
}
</style>
background-color css
<style>
a { background-color: #834FD9; }
a { background-color: rgb(131,79,217); }
div.DivClassName
{
background-color: #834FD9;
}
.BgClassName
{
background-color: #834FD9;
}
</style>
border-color css
<style>
span { border-color: #834FD9; }
span { border-color: rgb(131,79,217); }
td.TdClassName
{
border-color: #834FD9;
}
.TagClassName
{
border-color: #834FD9;
}
</style>