Shades of Amethyst #854FDB
Tints of Amethyst #854FDB
RGB
CMYK
RGB Variations
Color information
#854FDB (or 0x854FDB) is known color: Amethyst. HEX triplet: 85, 4F and DB. RGB value is (133,79,219). Sum of RGB (Red+Green+Blue) = 133+79+219=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #854FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FDB is #7AB024. Grayscale: #6E6E6E. Windows color (decimal): -8040485 or 14372741. OLE color: 14372741.
HSL color Cylindrical-coordinate representation of color #854FDB: hue angle of 263.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854FDB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 79 | 219 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.14 |
| HSL | 263.14º | 0.66% | 0.58% | - |
| HSV(B) | 263.14º | 0.64% | 0.86% | - |
| XYZ | 25.26 | 15.69 | 68.72 | - |
| YUV | 111.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 219 | 0.39 | 0.64 | 0 | 0.14 | 263.14 | 0.66 | 0.58 |
| Hex | 85 | 4F | DB | 27 | 40 | 0 | E | 107 | 42 | 3A |
| Octal | 205 | 117 | 333 | 47 | 100 | 0 | 16 | 407 | 102 | 72 |
| Binary | 10000101 | 1001111 | 11011011 | 100111 | 1000000 | 0 | 1110 | 100000111 | 1000010 | 111010 |
Color Harmonies of #854FDB
Complementary color
Monochromatic Colors of #854FDB
Black with #854FDB
Text Example
Text Example
White with #854FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FDB; }
p { color: rgb(133,79,219); }
H1.HeaderClassName
{
color: #854FDB;
}
.AnyTagClassName
{
color: #854FDB;
}
</style>
background-color css
<style>
a { background-color: #854FDB; }
a { background-color: rgb(133,79,219); }
div.DivClassName
{
background-color: #854FDB;
}
.BgClassName
{
background-color: #854FDB;
}
</style>
border-color css
<style>
span { border-color: #854FDB; }
span { border-color: rgb(133,79,219); }
td.TdClassName
{
border-color: #854FDB;
}
.TagClassName
{
border-color: #854FDB;
}
</style>