Shades of Amethyst #824FCE
Tints of Amethyst #824FCE
RGB
CMYK
RGB Variations
Color information
#824FCE (or 0x824FCE) is known color: Amethyst. HEX triplet: 82, 4F and CE. RGB value is (130,79,206). Sum of RGB (Red+Green+Blue) = 130+79+206=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #824FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FCE is #7DB031. Grayscale: #6C6C6C. Windows color (decimal): -8237106 or 13520770. OLE color: 13520770.
HSL color Cylindrical-coordinate representation of color #824FCE: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824FCE is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 79 | 206 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.19 |
| HSL | 264.09º | 0.56% | 0.56% | - |
| HSV(B) | 264.09º | 0.62% | 0.81% | - |
| XYZ | 23.14 | 14.79 | 60.03 | - |
| YUV | 108.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 206 | 0.37 | 0.62 | 0 | 0.19 | 264.09 | 0.56 | 0.56 |
| Hex | 82 | 4F | CE | 25 | 3E | 0 | 13 | 108 | 38 | 38 |
| Octal | 202 | 117 | 316 | 45 | 76 | 0 | 23 | 410 | 70 | 70 |
| Binary | 10000010 | 1001111 | 11001110 | 100101 | 111110 | 0 | 10011 | 100001000 | 111000 | 111000 |
Color Harmonies of #824FCE
Complementary color
Monochromatic Colors of #824FCE
Black with #824FCE
Text Example
Text Example
White with #824FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FCE; }
p { color: rgb(130,79,206); }
H1.HeaderClassName
{
color: #824FCE;
}
.AnyTagClassName
{
color: #824FCE;
}
</style>
background-color css
<style>
a { background-color: #824FCE; }
a { background-color: rgb(130,79,206); }
div.DivClassName
{
background-color: #824FCE;
}
.BgClassName
{
background-color: #824FCE;
}
</style>
border-color css
<style>
span { border-color: #824FCE; }
span { border-color: rgb(130,79,206); }
td.TdClassName
{
border-color: #824FCE;
}
.TagClassName
{
border-color: #824FCE;
}
</style>