Shades of Amethyst #844FCD
Tints of Amethyst #844FCD
RGB
CMYK
RGB Variations
Color information
#844FCD (or 0x844FCD) is known color: Amethyst. HEX triplet: 84, 4F and CD. RGB value is (132,79,205). Sum of RGB (Red+Green+Blue) = 132+79+205=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #844FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FCD is #7BB032. Grayscale: #6C6C6C. Windows color (decimal): -8106035 or 13455236. OLE color: 13455236.
HSL color Cylindrical-coordinate representation of color #844FCD: hue angle of 265.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844FCD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 79 | 205 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.20 |
| HSL | 265.24º | 0.56% | 0.56% | - |
| HSV(B) | 265.24º | 0.61% | 0.8% | - |
| XYZ | 23.33 | 14.91 | 59.4 | - |
| YUV | 109.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 205 | 0.36 | 0.61 | 0 | 0.20 | 265.24 | 0.56 | 0.56 |
| Hex | 84 | 4F | CD | 24 | 3D | 0 | 14 | 109 | 38 | 38 |
| Octal | 204 | 117 | 315 | 44 | 75 | 0 | 24 | 411 | 70 | 70 |
| Binary | 10000100 | 1001111 | 11001101 | 100100 | 111101 | 0 | 10100 | 100001001 | 111000 | 111000 |
Color Harmonies of #844FCD
Complementary color
Monochromatic Colors of #844FCD
Black with #844FCD
Text Example
Text Example
White with #844FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FCD; }
p { color: rgb(132,79,205); }
H1.HeaderClassName
{
color: #844FCD;
}
.AnyTagClassName
{
color: #844FCD;
}
</style>
background-color css
<style>
a { background-color: #844FCD; }
a { background-color: rgb(132,79,205); }
div.DivClassName
{
background-color: #844FCD;
}
.BgClassName
{
background-color: #844FCD;
}
</style>
border-color css
<style>
span { border-color: #844FCD; }
span { border-color: rgb(132,79,205); }
td.TdClassName
{
border-color: #844FCD;
}
.TagClassName
{
border-color: #844FCD;
}
</style>