Shades of Amethyst #854FDA
Tints of Amethyst #854FDA
RGB
CMYK
RGB Variations
Color information
#854FDA (or 0x854FDA) is known color: Amethyst. HEX triplet: 85, 4F and DA. RGB value is (133,79,218). Sum of RGB (Red+Green+Blue) = 133+79+218=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #854FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854FDA is #7AB025. Grayscale: #6E6E6E. Windows color (decimal): -8040486 or 14307205. OLE color: 14307205.
HSL color Cylindrical-coordinate representation of color #854FDA: hue angle of 263.31º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854FDA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 79 | 218 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.15 |
| HSL | 263.31º | 0.65% | 0.58% | - |
| HSV(B) | 263.31º | 0.64% | 0.85% | - |
| XYZ | 25.12 | 15.64 | 68.02 | - |
| YUV | 110.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 218 | 0.39 | 0.64 | 0 | 0.15 | 263.31 | 0.65 | 0.58 |
| Hex | 85 | 4F | DA | 27 | 40 | 0 | F | 107 | 41 | 3A |
| Octal | 205 | 117 | 332 | 47 | 100 | 0 | 17 | 407 | 101 | 72 |
| Binary | 10000101 | 1001111 | 11011010 | 100111 | 1000000 | 0 | 1111 | 100000111 | 1000001 | 111010 |
Color Harmonies of #854FDA
Complementary color
Monochromatic Colors of #854FDA
Black with #854FDA
Text Example
Text Example
White with #854FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FDA; }
p { color: rgb(133,79,218); }
H1.HeaderClassName
{
color: #854FDA;
}
.AnyTagClassName
{
color: #854FDA;
}
</style>
background-color css
<style>
a { background-color: #854FDA; }
a { background-color: rgb(133,79,218); }
div.DivClassName
{
background-color: #854FDA;
}
.BgClassName
{
background-color: #854FDA;
}
</style>
border-color css
<style>
span { border-color: #854FDA; }
span { border-color: rgb(133,79,218); }
td.TdClassName
{
border-color: #854FDA;
}
.TagClassName
{
border-color: #854FDA;
}
</style>