Shades of Amethyst #824EC9
Tints of Amethyst #824EC9
RGB
CMYK
RGB Variations
Color information
#824EC9 (or 0x824EC9) is known color: Amethyst. HEX triplet: 82, 4E and C9. RGB value is (130,78,201). Sum of RGB (Red+Green+Blue) = 130+78+201=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #824EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EC9 is #7DB136. Grayscale: #6B6B6B. Windows color (decimal): -8237367 or 13192834. OLE color: 13192834.
HSL color Cylindrical-coordinate representation of color #824EC9: hue angle of 265.37º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824EC9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 78 | 201 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.21 |
| HSL | 265.37º | 0.53% | 0.55% | - |
| HSV(B) | 265.37º | 0.61% | 0.79% | - |
| XYZ | 22.47 | 14.41 | 56.86 | - |
| YUV | 107.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 201 | 0.35 | 0.61 | 0 | 0.21 | 265.37 | 0.53 | 0.55 |
| Hex | 82 | 4E | C9 | 23 | 3D | 0 | 15 | 109 | 35 | 37 |
| Octal | 202 | 116 | 311 | 43 | 75 | 0 | 25 | 411 | 65 | 67 |
| Binary | 10000010 | 1001110 | 11001001 | 100011 | 111101 | 0 | 10101 | 100001001 | 110101 | 110111 |
Color Harmonies of #824EC9
Complementary color
Monochromatic Colors of #824EC9
Black with #824EC9
Text Example
Text Example
White with #824EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EC9; }
p { color: rgb(130,78,201); }
H1.HeaderClassName
{
color: #824EC9;
}
.AnyTagClassName
{
color: #824EC9;
}
</style>
background-color css
<style>
a { background-color: #824EC9; }
a { background-color: rgb(130,78,201); }
div.DivClassName
{
background-color: #824EC9;
}
.BgClassName
{
background-color: #824EC9;
}
</style>
border-color css
<style>
span { border-color: #824EC9; }
span { border-color: rgb(130,78,201); }
td.TdClassName
{
border-color: #824EC9;
}
.TagClassName
{
border-color: #824EC9;
}
</style>