Shades of Amethyst #824DCD
Tints of Amethyst #824DCD
RGB
CMYK
RGB Variations
Color information
#824DCD (or 0x824DCD) is known color: Amethyst. HEX triplet: 82, 4D and CD. RGB value is (130,77,205). Sum of RGB (Red+Green+Blue) = 130+77+205=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #824DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DCD is #7DB232. Grayscale: #6A6A6A. Windows color (decimal): -8237619 or 13454722. OLE color: 13454722.
HSL color Cylindrical-coordinate representation of color #824DCD: hue angle of 264.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824DCD is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 77 | 205 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.20 |
| HSL | 264.84º | 0.56% | 0.55% | - |
| HSV(B) | 264.84º | 0.62% | 0.8% | - |
| XYZ | 22.88 | 14.46 | 59.34 | - |
| YUV | 107.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 205 | 0.37 | 0.62 | 0 | 0.20 | 264.84 | 0.56 | 0.55 |
| Hex | 82 | 4D | CD | 25 | 3E | 0 | 14 | 109 | 38 | 37 |
| Octal | 202 | 115 | 315 | 45 | 76 | 0 | 24 | 411 | 70 | 67 |
| Binary | 10000010 | 1001101 | 11001101 | 100101 | 111110 | 0 | 10100 | 100001001 | 111000 | 110111 |
Color Harmonies of #824DCD
Complementary color
Monochromatic Colors of #824DCD
Black with #824DCD
Text Example
Text Example
White with #824DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DCD; }
p { color: rgb(130,77,205); }
H1.HeaderClassName
{
color: #824DCD;
}
.AnyTagClassName
{
color: #824DCD;
}
</style>
background-color css
<style>
a { background-color: #824DCD; }
a { background-color: rgb(130,77,205); }
div.DivClassName
{
background-color: #824DCD;
}
.BgClassName
{
background-color: #824DCD;
}
</style>
border-color css
<style>
span { border-color: #824DCD; }
span { border-color: rgb(130,77,205); }
td.TdClassName
{
border-color: #824DCD;
}
.TagClassName
{
border-color: #824DCD;
}
</style>