Shades of Amethyst #844FCE
Tints of Amethyst #844FCE
RGB
CMYK
RGB Variations
Color information
#844FCE (or 0x844FCE) is known color: Amethyst. HEX triplet: 84, 4F and CE. RGB value is (132,79,206). Sum of RGB (Red+Green+Blue) = 132+79+206=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #844FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FCE is #7BB031. Grayscale: #6C6C6C. Windows color (decimal): -8106034 or 13520772. OLE color: 13520772.
HSL color Cylindrical-coordinate representation of color #844FCE: hue angle of 265.04º 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 #844FCE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 79 | 206 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.19 |
| HSL | 265.04º | 0.56% | 0.56% | - |
| HSV(B) | 265.04º | 0.62% | 0.81% | - |
| XYZ | 23.45 | 14.95 | 60.04 | - |
| YUV | 109.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 206 | 0.36 | 0.62 | 0 | 0.19 | 265.04 | 0.56 | 0.56 |
| Hex | 84 | 4F | CE | 24 | 3E | 0 | 13 | 109 | 38 | 38 |
| Octal | 204 | 117 | 316 | 44 | 76 | 0 | 23 | 411 | 70 | 70 |
| Binary | 10000100 | 1001111 | 11001110 | 100100 | 111110 | 0 | 10011 | 100001001 | 111000 | 111000 |
Color Harmonies of #844FCE
Complementary color
Monochromatic Colors of #844FCE
Black with #844FCE
Text Example
Text Example
White with #844FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FCE; }
p { color: rgb(132,79,206); }
H1.HeaderClassName
{
color: #844FCE;
}
.AnyTagClassName
{
color: #844FCE;
}
</style>
background-color css
<style>
a { background-color: #844FCE; }
a { background-color: rgb(132,79,206); }
div.DivClassName
{
background-color: #844FCE;
}
.BgClassName
{
background-color: #844FCE;
}
</style>
border-color css
<style>
span { border-color: #844FCE; }
span { border-color: rgb(132,79,206); }
td.TdClassName
{
border-color: #844FCE;
}
.TagClassName
{
border-color: #844FCE;
}
</style>