Shades of Amethyst #854ECC
Tints of Amethyst #854ECC
RGB
CMYK
RGB Variations
Color information
#854ECC (or 0x854ECC) is known color: Amethyst. HEX triplet: 85, 4E and CC. RGB value is (133,78,204). Sum of RGB (Red+Green+Blue) = 133+78+204=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #854ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854ECC is #7AB133. Grayscale: #6C6C6C. Windows color (decimal): -8040756 or 13389445. OLE color: 13389445.
HSL color Cylindrical-coordinate representation of color #854ECC: hue angle of 266.19º 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 #854ECC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 78 | 204 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.2 |
| HSL | 266.19º | 0.55% | 0.55% | - |
| HSV(B) | 266.19º | 0.62% | 0.8% | - |
| XYZ | 23.3 | 14.79 | 58.75 | - |
| YUV | 108.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 204 | 0.35 | 0.62 | 0 | 0.2 | 266.19 | 0.55 | 0.55 |
| Hex | 85 | 4E | CC | 23 | 3E | 0 | 14 | 10A | 37 | 37 |
| Octal | 205 | 116 | 314 | 43 | 76 | 0 | 24 | 412 | 67 | 67 |
| Binary | 10000101 | 1001110 | 11001100 | 100011 | 111110 | 0 | 10100 | 100001010 | 110111 | 110111 |
Color Harmonies of #854ECC
Complementary color
Monochromatic Colors of #854ECC
Black with #854ECC
Text Example
Text Example
White with #854ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854ECC; }
p { color: rgb(133,78,204); }
H1.HeaderClassName
{
color: #854ECC;
}
.AnyTagClassName
{
color: #854ECC;
}
</style>
background-color css
<style>
a { background-color: #854ECC; }
a { background-color: rgb(133,78,204); }
div.DivClassName
{
background-color: #854ECC;
}
.BgClassName
{
background-color: #854ECC;
}
</style>
border-color css
<style>
span { border-color: #854ECC; }
span { border-color: rgb(133,78,204); }
td.TdClassName
{
border-color: #854ECC;
}
.TagClassName
{
border-color: #854ECC;
}
</style>