Shades of Amethyst #824DD0
Tints of Amethyst #824DD0
RGB
CMYK
RGB Variations
Color information
#824DD0 (or 0x824DD0) is known color: Amethyst. HEX triplet: 82, 4D and D0. RGB value is (130,77,208). Sum of RGB (Red+Green+Blue) = 130+77+208=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #824DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DD0 is #7DB22F. Grayscale: #6B6B6B. Windows color (decimal): -8237616 or 13651330. OLE color: 13651330.
HSL color Cylindrical-coordinate representation of color #824DD0: hue angle of 264.27º 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 #824DD0 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 77 | 208 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.18 |
| HSL | 264.27º | 0.58% | 0.56% | - |
| HSV(B) | 264.27º | 0.63% | 0.82% | - |
| XYZ | 23.24 | 14.61 | 61.27 | - |
| YUV | 107.78 | 184.56 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 208 | 0.38 | 0.63 | 0 | 0.18 | 264.27 | 0.58 | 0.56 |
| Hex | 82 | 4D | D0 | 26 | 3F | 0 | 12 | 108 | 3A | 38 |
| Octal | 202 | 115 | 320 | 46 | 77 | 0 | 22 | 410 | 72 | 70 |
| Binary | 10000010 | 1001101 | 11010000 | 100110 | 111111 | 0 | 10010 | 100001000 | 111010 | 111000 |
Color Harmonies of #824DD0
Complementary color
Monochromatic Colors of #824DD0
Black with #824DD0
Text Example
Text Example
White with #824DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DD0; }
p { color: rgb(130,77,208); }
H1.HeaderClassName
{
color: #824DD0;
}
.AnyTagClassName
{
color: #824DD0;
}
</style>
background-color css
<style>
a { background-color: #824DD0; }
a { background-color: rgb(130,77,208); }
div.DivClassName
{
background-color: #824DD0;
}
.BgClassName
{
background-color: #824DD0;
}
</style>
border-color css
<style>
span { border-color: #824DD0; }
span { border-color: rgb(130,77,208); }
td.TdClassName
{
border-color: #824DD0;
}
.TagClassName
{
border-color: #824DD0;
}
</style>