Shades of Amethyst #824BCC
Tints of Amethyst #824BCC
RGB
CMYK
RGB Variations
Color information
#824BCC (or 0x824BCC) is known color: Amethyst. HEX triplet: 82, 4B and CC. RGB value is (130,75,204). Sum of RGB (Red+Green+Blue) = 130+75+204=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #824BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BCC is #7DB433. Grayscale: #696969. Windows color (decimal): -8238132 or 13388674. OLE color: 13388674.
HSL color Cylindrical-coordinate representation of color #824BCC: hue angle of 265.58º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824BCC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 75 | 204 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.2 |
| HSL | 265.58º | 0.56% | 0.55% | - |
| HSV(B) | 265.58º | 0.63% | 0.8% | - |
| XYZ | 22.62 | 14.14 | 58.66 | - |
| YUV | 106.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 204 | 0.36 | 0.63 | 0 | 0.2 | 265.58 | 0.56 | 0.55 |
| Hex | 82 | 4B | CC | 24 | 3F | 0 | 14 | 10A | 38 | 37 |
| Octal | 202 | 113 | 314 | 44 | 77 | 0 | 24 | 412 | 70 | 67 |
| Binary | 10000010 | 1001011 | 11001100 | 100100 | 111111 | 0 | 10100 | 100001010 | 111000 | 110111 |
Color Harmonies of #824BCC
Complementary color
Monochromatic Colors of #824BCC
Black with #824BCC
Text Example
Text Example
White with #824BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BCC; }
p { color: rgb(130,75,204); }
H1.HeaderClassName
{
color: #824BCC;
}
.AnyTagClassName
{
color: #824BCC;
}
</style>
background-color css
<style>
a { background-color: #824BCC; }
a { background-color: rgb(130,75,204); }
div.DivClassName
{
background-color: #824BCC;
}
.BgClassName
{
background-color: #824BCC;
}
</style>
border-color css
<style>
span { border-color: #824BCC; }
span { border-color: rgb(130,75,204); }
td.TdClassName
{
border-color: #824BCC;
}
.TagClassName
{
border-color: #824BCC;
}
</style>