Shades of Amethyst #854DCC
Tints of Amethyst #854DCC
RGB
CMYK
RGB Variations
Color information
#854DCC (or 0x854DCC) is known color: Amethyst. HEX triplet: 85, 4D and CC. RGB value is (133,77,204). Sum of RGB (Red+Green+Blue) = 133+77+204=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #854DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DCC is #7AB233. Grayscale: #6B6B6B. Windows color (decimal): -8041012 or 13389189. OLE color: 13389189.
HSL color Cylindrical-coordinate representation of color #854DCC: hue angle of 266.46º 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 #854DCC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 77 | 204 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.2 |
| HSL | 266.46º | 0.55% | 0.55% | - |
| HSV(B) | 266.46º | 0.62% | 0.8% | - |
| XYZ | 23.23 | 14.65 | 58.73 | - |
| YUV | 108.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 204 | 0.35 | 0.62 | 0 | 0.2 | 266.46 | 0.55 | 0.55 |
| Hex | 85 | 4D | CC | 23 | 3E | 0 | 14 | 10A | 37 | 37 |
| Octal | 205 | 115 | 314 | 43 | 76 | 0 | 24 | 412 | 67 | 67 |
| Binary | 10000101 | 1001101 | 11001100 | 100011 | 111110 | 0 | 10100 | 100001010 | 110111 | 110111 |
Color Harmonies of #854DCC
Complementary color
Monochromatic Colors of #854DCC
Black with #854DCC
Text Example
Text Example
White with #854DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DCC; }
p { color: rgb(133,77,204); }
H1.HeaderClassName
{
color: #854DCC;
}
.AnyTagClassName
{
color: #854DCC;
}
</style>
background-color css
<style>
a { background-color: #854DCC; }
a { background-color: rgb(133,77,204); }
div.DivClassName
{
background-color: #854DCC;
}
.BgClassName
{
background-color: #854DCC;
}
</style>
border-color css
<style>
span { border-color: #854DCC; }
span { border-color: rgb(133,77,204); }
td.TdClassName
{
border-color: #854DCC;
}
.TagClassName
{
border-color: #854DCC;
}
</style>