Shades of Amethyst #824ACF
Tints of Amethyst #824ACF
RGB
CMYK
RGB Variations
Color information
#824ACF (or 0x824ACF) is known color: Amethyst. HEX triplet: 82, 4A and CF. RGB value is (130,74,207). Sum of RGB (Red+Green+Blue) = 130+74+207=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #824ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ACF is #7DB530. Grayscale: #696969. Windows color (decimal): -8238385 or 13585026. OLE color: 13585026.
HSL color Cylindrical-coordinate representation of color #824ACF: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824ACF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 74 | 207 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.19 |
| HSL | 265.26º | 0.58% | 0.55% | - |
| HSV(B) | 265.26º | 0.64% | 0.81% | - |
| XYZ | 22.92 | 14.15 | 60.55 | - |
| YUV | 105.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 207 | 0.37 | 0.64 | 0 | 0.19 | 265.26 | 0.58 | 0.55 |
| Hex | 82 | 4A | CF | 25 | 40 | 0 | 13 | 109 | 3A | 37 |
| Octal | 202 | 112 | 317 | 45 | 100 | 0 | 23 | 411 | 72 | 67 |
| Binary | 10000010 | 1001010 | 11001111 | 100101 | 1000000 | 0 | 10011 | 100001001 | 111010 | 110111 |
Color Harmonies of #824ACF
Complementary color
Monochromatic Colors of #824ACF
Black with #824ACF
Text Example
Text Example
White with #824ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ACF; }
p { color: rgb(130,74,207); }
H1.HeaderClassName
{
color: #824ACF;
}
.AnyTagClassName
{
color: #824ACF;
}
</style>
background-color css
<style>
a { background-color: #824ACF; }
a { background-color: rgb(130,74,207); }
div.DivClassName
{
background-color: #824ACF;
}
.BgClassName
{
background-color: #824ACF;
}
</style>
border-color css
<style>
span { border-color: #824ACF; }
span { border-color: rgb(130,74,207); }
td.TdClassName
{
border-color: #824ACF;
}
.TagClassName
{
border-color: #824ACF;
}
</style>