Shades of Amethyst #824FD1
Tints of Amethyst #824FD1
RGB
CMYK
RGB Variations
Color information
#824FD1 (or 0x824FD1) is known color: Amethyst. HEX triplet: 82, 4F and D1. RGB value is (130,79,209). Sum of RGB (Red+Green+Blue) = 130+79+209=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #824FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FD1 is #7DB02E. Grayscale: #6C6C6C. Windows color (decimal): -8237103 or 13717378. OLE color: 13717378.
HSL color Cylindrical-coordinate representation of color #824FD1: hue angle of 263.54º degrees, saturation: 0.59, 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 #824FD1 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 79 | 209 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.18 |
| HSL | 263.54º | 0.59% | 0.56% | - |
| HSV(B) | 263.54º | 0.62% | 0.82% | - |
| XYZ | 23.51 | 14.94 | 61.97 | - |
| YUV | 109.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 209 | 0.38 | 0.62 | 0 | 0.18 | 263.54 | 0.59 | 0.56 |
| Hex | 82 | 4F | D1 | 26 | 3E | 0 | 12 | 108 | 3B | 38 |
| Octal | 202 | 117 | 321 | 46 | 76 | 0 | 22 | 410 | 73 | 70 |
| Binary | 10000010 | 1001111 | 11010001 | 100110 | 111110 | 0 | 10010 | 100001000 | 111011 | 111000 |
Color Harmonies of #824FD1
Complementary color
Monochromatic Colors of #824FD1
Black with #824FD1
Text Example
Text Example
White with #824FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FD1; }
p { color: rgb(130,79,209); }
H1.HeaderClassName
{
color: #824FD1;
}
.AnyTagClassName
{
color: #824FD1;
}
</style>
background-color css
<style>
a { background-color: #824FD1; }
a { background-color: rgb(130,79,209); }
div.DivClassName
{
background-color: #824FD1;
}
.BgClassName
{
background-color: #824FD1;
}
</style>
border-color css
<style>
span { border-color: #824FD1; }
span { border-color: rgb(130,79,209); }
td.TdClassName
{
border-color: #824FD1;
}
.TagClassName
{
border-color: #824FD1;
}
</style>