Shades of Amethyst #824CCE
Tints of Amethyst #824CCE
RGB
CMYK
RGB Variations
Color information
#824CCE (or 0x824CCE) is known color: Amethyst. HEX triplet: 82, 4C and CE. RGB value is (130,76,206). Sum of RGB (Red+Green+Blue) = 130+76+206=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #824CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CCE is #7DB331. Grayscale: #6A6A6A. Windows color (decimal): -8237874 or 13520002. OLE color: 13520002.
HSL color Cylindrical-coordinate representation of color #824CCE: hue angle of 264.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824CCE is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 76 | 206 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.19 |
| HSL | 264.92º | 0.57% | 0.55% | - |
| HSV(B) | 264.92º | 0.63% | 0.81% | - |
| XYZ | 22.93 | 14.37 | 59.96 | - |
| YUV | 106.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 206 | 0.37 | 0.63 | 0 | 0.19 | 264.92 | 0.57 | 0.55 |
| Hex | 82 | 4C | CE | 25 | 3F | 0 | 13 | 109 | 39 | 37 |
| Octal | 202 | 114 | 316 | 45 | 77 | 0 | 23 | 411 | 71 | 67 |
| Binary | 10000010 | 1001100 | 11001110 | 100101 | 111111 | 0 | 10011 | 100001001 | 111001 | 110111 |
Color Harmonies of #824CCE
Complementary color
Monochromatic Colors of #824CCE
Black with #824CCE
Text Example
Text Example
White with #824CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CCE; }
p { color: rgb(130,76,206); }
H1.HeaderClassName
{
color: #824CCE;
}
.AnyTagClassName
{
color: #824CCE;
}
</style>
background-color css
<style>
a { background-color: #824CCE; }
a { background-color: rgb(130,76,206); }
div.DivClassName
{
background-color: #824CCE;
}
.BgClassName
{
background-color: #824CCE;
}
</style>
border-color css
<style>
span { border-color: #824CCE; }
span { border-color: rgb(130,76,206); }
td.TdClassName
{
border-color: #824CCE;
}
.TagClassName
{
border-color: #824CCE;
}
</style>