Shades of Amethyst #834DD5
Tints of Amethyst #834DD5
RGB
CMYK
RGB Variations
Color information
#834DD5 (or 0x834DD5) is known color: Amethyst. HEX triplet: 83, 4D and D5. RGB value is (131,77,213). Sum of RGB (Red+Green+Blue) = 131+77+213=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #834DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DD5 is #7CB22A. Grayscale: #6C6C6C. Windows color (decimal): -8172075 or 13979011. OLE color: 13979011.
HSL color Cylindrical-coordinate representation of color #834DD5: hue angle of 263.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834DD5 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 77 | 213 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.16 |
| HSL | 263.82º | 0.62% | 0.57% | - |
| HSV(B) | 263.82º | 0.64% | 0.84% | - |
| XYZ | 24.02 | 14.94 | 64.57 | - |
| YUV | 108.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 213 | 0.38 | 0.64 | 0 | 0.16 | 263.82 | 0.62 | 0.57 |
| Hex | 83 | 4D | D5 | 26 | 40 | 0 | 10 | 108 | 3E | 39 |
| Octal | 203 | 115 | 325 | 46 | 100 | 0 | 20 | 410 | 76 | 71 |
| Binary | 10000011 | 1001101 | 11010101 | 100110 | 1000000 | 0 | 10000 | 100001000 | 111110 | 111001 |
Color Harmonies of #834DD5
Complementary color
Monochromatic Colors of #834DD5
Black with #834DD5
Text Example
Text Example
White with #834DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DD5; }
p { color: rgb(131,77,213); }
H1.HeaderClassName
{
color: #834DD5;
}
.AnyTagClassName
{
color: #834DD5;
}
</style>
background-color css
<style>
a { background-color: #834DD5; }
a { background-color: rgb(131,77,213); }
div.DivClassName
{
background-color: #834DD5;
}
.BgClassName
{
background-color: #834DD5;
}
</style>
border-color css
<style>
span { border-color: #834DD5; }
span { border-color: rgb(131,77,213); }
td.TdClassName
{
border-color: #834DD5;
}
.TagClassName
{
border-color: #834DD5;
}
</style>