Shades of Amethyst #824FCC
Tints of Amethyst #824FCC
RGB
CMYK
RGB Variations
Color information
#824FCC (or 0x824FCC) is known color: Amethyst. HEX triplet: 82, 4F and CC. RGB value is (130,79,204). Sum of RGB (Red+Green+Blue) = 130+79+204=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #824FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FCC is #7DB033. Grayscale: #6C6C6C. Windows color (decimal): -8237108 or 13389698. OLE color: 13389698.
HSL color Cylindrical-coordinate representation of color #824FCC: hue angle of 264.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824FCC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 79 | 204 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.2 |
| HSL | 264.48º | 0.55% | 0.55% | - |
| HSV(B) | 264.48º | 0.61% | 0.8% | - |
| XYZ | 22.9 | 14.7 | 58.76 | - |
| YUV | 108.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 204 | 0.36 | 0.61 | 0 | 0.2 | 264.48 | 0.55 | 0.55 |
| Hex | 82 | 4F | CC | 24 | 3D | 0 | 14 | 108 | 37 | 37 |
| Octal | 202 | 117 | 314 | 44 | 75 | 0 | 24 | 410 | 67 | 67 |
| Binary | 10000010 | 1001111 | 11001100 | 100100 | 111101 | 0 | 10100 | 100001000 | 110111 | 110111 |
Color Harmonies of #824FCC
Complementary color
Monochromatic Colors of #824FCC
Black with #824FCC
Text Example
Text Example
White with #824FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FCC; }
p { color: rgb(130,79,204); }
H1.HeaderClassName
{
color: #824FCC;
}
.AnyTagClassName
{
color: #824FCC;
}
</style>
background-color css
<style>
a { background-color: #824FCC; }
a { background-color: rgb(130,79,204); }
div.DivClassName
{
background-color: #824FCC;
}
.BgClassName
{
background-color: #824FCC;
}
</style>
border-color css
<style>
span { border-color: #824FCC; }
span { border-color: rgb(130,79,204); }
td.TdClassName
{
border-color: #824FCC;
}
.TagClassName
{
border-color: #824FCC;
}
</style>