Shades of Amethyst #834ED0
Tints of Amethyst #834ED0
RGB
CMYK
RGB Variations
Color information
#834ED0 (or 0x834ED0) is known color: Amethyst. HEX triplet: 83, 4E and D0. RGB value is (131,78,208). Sum of RGB (Red+Green+Blue) = 131+78+208=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #834ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ED0 is #7CB12F. Grayscale: #6C6C6C. Windows color (decimal): -8171824 or 13651587. OLE color: 13651587.
HSL color Cylindrical-coordinate representation of color #834ED0: hue angle of 264.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834ED0 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 78 | 208 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.18 |
| HSL | 264.46º | 0.58% | 0.56% | - |
| HSV(B) | 264.46º | 0.63% | 0.82% | - |
| XYZ | 23.47 | 14.83 | 61.3 | - |
| YUV | 108.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 208 | 0.37 | 0.62 | 0 | 0.18 | 264.46 | 0.58 | 0.56 |
| Hex | 83 | 4E | D0 | 25 | 3E | 0 | 12 | 108 | 3A | 38 |
| Octal | 203 | 116 | 320 | 45 | 76 | 0 | 22 | 410 | 72 | 70 |
| Binary | 10000011 | 1001110 | 11010000 | 100101 | 111110 | 0 | 10010 | 100001000 | 111010 | 111000 |
Color Harmonies of #834ED0
Complementary color
Monochromatic Colors of #834ED0
Black with #834ED0
Text Example
Text Example
White with #834ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ED0; }
p { color: rgb(131,78,208); }
H1.HeaderClassName
{
color: #834ED0;
}
.AnyTagClassName
{
color: #834ED0;
}
</style>
background-color css
<style>
a { background-color: #834ED0; }
a { background-color: rgb(131,78,208); }
div.DivClassName
{
background-color: #834ED0;
}
.BgClassName
{
background-color: #834ED0;
}
</style>
border-color css
<style>
span { border-color: #834ED0; }
span { border-color: rgb(131,78,208); }
td.TdClassName
{
border-color: #834ED0;
}
.TagClassName
{
border-color: #834ED0;
}
</style>