Shades of Amethyst #854CCC
Tints of Amethyst #854CCC
RGB
CMYK
RGB Variations
Color information
#854CCC (or 0x854CCC) is known color: Amethyst. HEX triplet: 85, 4C and CC. RGB value is (133,76,204). Sum of RGB (Red+Green+Blue) = 133+76+204=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #854CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CCC is #7AB333. Grayscale: #6B6B6B. Windows color (decimal): -8041268 or 13388933. OLE color: 13388933.
HSL color Cylindrical-coordinate representation of color #854CCC: hue angle of 266.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #854CCC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 76 | 204 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.2 |
| HSL | 266.72º | 0.56% | 0.55% | - |
| HSV(B) | 266.72º | 0.63% | 0.8% | - |
| XYZ | 23.16 | 14.52 | 58.71 | - |
| YUV | 107.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 204 | 0.35 | 0.63 | 0 | 0.2 | 266.72 | 0.56 | 0.55 |
| Hex | 85 | 4C | CC | 23 | 3F | 0 | 14 | 10B | 38 | 37 |
| Octal | 205 | 114 | 314 | 43 | 77 | 0 | 24 | 413 | 70 | 67 |
| Binary | 10000101 | 1001100 | 11001100 | 100011 | 111111 | 0 | 10100 | 100001011 | 111000 | 110111 |
Color Harmonies of #854CCC
Complementary color
Monochromatic Colors of #854CCC
Black with #854CCC
Text Example
Text Example
White with #854CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CCC; }
p { color: rgb(133,76,204); }
H1.HeaderClassName
{
color: #854CCC;
}
.AnyTagClassName
{
color: #854CCC;
}
</style>
background-color css
<style>
a { background-color: #854CCC; }
a { background-color: rgb(133,76,204); }
div.DivClassName
{
background-color: #854CCC;
}
.BgClassName
{
background-color: #854CCC;
}
</style>
border-color css
<style>
span { border-color: #854CCC; }
span { border-color: rgb(133,76,204); }
td.TdClassName
{
border-color: #854CCC;
}
.TagClassName
{
border-color: #854CCC;
}
</style>