Shades of Amethyst #854ACE
Tints of Amethyst #854ACE
RGB
CMYK
RGB Variations
Color information
#854ACE (or 0x854ACE) is known color: Amethyst. HEX triplet: 85, 4A and CE. RGB value is (133,74,206). Sum of RGB (Red+Green+Blue) = 133+74+206=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #854ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ACE is #7AB531. Grayscale: #6A6A6A. Windows color (decimal): -8041778 or 13519493. OLE color: 13519493.
HSL color Cylindrical-coordinate representation of color #854ACE: hue angle of 266.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854ACE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 74 | 206 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.19 |
| HSL | 266.82º | 0.57% | 0.55% | - |
| HSV(B) | 266.82º | 0.64% | 0.81% | - |
| XYZ | 23.26 | 14.34 | 59.93 | - |
| YUV | 106.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 206 | 0.35 | 0.64 | 0 | 0.19 | 266.82 | 0.57 | 0.55 |
| Hex | 85 | 4A | CE | 23 | 40 | 0 | 13 | 10B | 39 | 37 |
| Octal | 205 | 112 | 316 | 43 | 100 | 0 | 23 | 413 | 71 | 67 |
| Binary | 10000101 | 1001010 | 11001110 | 100011 | 1000000 | 0 | 10011 | 100001011 | 111001 | 110111 |
Color Harmonies of #854ACE
Complementary color
Monochromatic Colors of #854ACE
Black with #854ACE
Text Example
Text Example
White with #854ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854ACE; }
p { color: rgb(133,74,206); }
H1.HeaderClassName
{
color: #854ACE;
}
.AnyTagClassName
{
color: #854ACE;
}
</style>
background-color css
<style>
a { background-color: #854ACE; }
a { background-color: rgb(133,74,206); }
div.DivClassName
{
background-color: #854ACE;
}
.BgClassName
{
background-color: #854ACE;
}
</style>
border-color css
<style>
span { border-color: #854ACE; }
span { border-color: rgb(133,74,206); }
td.TdClassName
{
border-color: #854ACE;
}
.TagClassName
{
border-color: #854ACE;
}
</style>