Shades of Amethyst #834DD0
Tints of Amethyst #834DD0
RGB
CMYK
RGB Variations
Color information
#834DD0 (or 0x834DD0) is known color: Amethyst. HEX triplet: 83, 4D and D0. RGB value is (131,77,208). Sum of RGB (Red+Green+Blue) = 131+77+208=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #834DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DD0 is #7CB22F. Grayscale: #6B6B6B. Windows color (decimal): -8172080 or 13651331. OLE color: 13651331.
HSL color Cylindrical-coordinate representation of color #834DD0: hue angle of 264.73º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834DD0 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 77 | 208 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.18 |
| HSL | 264.73º | 0.58% | 0.56% | - |
| HSV(B) | 264.73º | 0.63% | 0.82% | - |
| XYZ | 23.4 | 14.69 | 61.28 | - |
| YUV | 108.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 208 | 0.37 | 0.63 | 0 | 0.18 | 264.73 | 0.58 | 0.56 |
| Hex | 83 | 4D | D0 | 25 | 3F | 0 | 12 | 109 | 3A | 38 |
| Octal | 203 | 115 | 320 | 45 | 77 | 0 | 22 | 411 | 72 | 70 |
| Binary | 10000011 | 1001101 | 11010000 | 100101 | 111111 | 0 | 10010 | 100001001 | 111010 | 111000 |
Color Harmonies of #834DD0
Complementary color
Monochromatic Colors of #834DD0
Black with #834DD0
Text Example
Text Example
White with #834DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DD0; }
p { color: rgb(131,77,208); }
H1.HeaderClassName
{
color: #834DD0;
}
.AnyTagClassName
{
color: #834DD0;
}
</style>
background-color css
<style>
a { background-color: #834DD0; }
a { background-color: rgb(131,77,208); }
div.DivClassName
{
background-color: #834DD0;
}
.BgClassName
{
background-color: #834DD0;
}
</style>
border-color css
<style>
span { border-color: #834DD0; }
span { border-color: rgb(131,77,208); }
td.TdClassName
{
border-color: #834DD0;
}
.TagClassName
{
border-color: #834DD0;
}
</style>