Shades of Amethyst #844ECB
Tints of Amethyst #844ECB
RGB
CMYK
RGB Variations
Color information
#844ECB (or 0x844ECB) is known color: Amethyst. HEX triplet: 84, 4E and CB. RGB value is (132,78,203). Sum of RGB (Red+Green+Blue) = 132+78+203=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #844ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844ECB is #7BB134. Grayscale: #6B6B6B. Windows color (decimal): -8106293 or 13323908. OLE color: 13323908.
HSL color Cylindrical-coordinate representation of color #844ECB: hue angle of 265.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844ECB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 78 | 203 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.20 |
| HSL | 265.92º | 0.55% | 0.55% | - |
| HSV(B) | 265.92º | 0.62% | 0.8% | - |
| XYZ | 23.02 | 14.67 | 58.12 | - |
| YUV | 108.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 203 | 0.35 | 0.62 | 0 | 0.20 | 265.92 | 0.55 | 0.55 |
| Hex | 84 | 4E | CB | 23 | 3E | 0 | 14 | 10A | 37 | 37 |
| Octal | 204 | 116 | 313 | 43 | 76 | 0 | 24 | 412 | 67 | 67 |
| Binary | 10000100 | 1001110 | 11001011 | 100011 | 111110 | 0 | 10100 | 100001010 | 110111 | 110111 |
Color Harmonies of #844ECB
Complementary color
Monochromatic Colors of #844ECB
Black with #844ECB
Text Example
Text Example
White with #844ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ECB; }
p { color: rgb(132,78,203); }
H1.HeaderClassName
{
color: #844ECB;
}
.AnyTagClassName
{
color: #844ECB;
}
</style>
background-color css
<style>
a { background-color: #844ECB; }
a { background-color: rgb(132,78,203); }
div.DivClassName
{
background-color: #844ECB;
}
.BgClassName
{
background-color: #844ECB;
}
</style>
border-color css
<style>
span { border-color: #844ECB; }
span { border-color: rgb(132,78,203); }
td.TdClassName
{
border-color: #844ECB;
}
.TagClassName
{
border-color: #844ECB;
}
</style>