Shades of Amethyst #874FDE
Tints of Amethyst #874FDE
RGB
CMYK
RGB Variations
Color information
#874FDE (or 0x874FDE) is known color: Amethyst. HEX triplet: 87, 4F and DE. RGB value is (135,79,222). Sum of RGB (Red+Green+Blue) = 135+79+222=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #874FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FDE is #78B021. Grayscale: #6F6F6F. Windows color (decimal): -7909410 or 14569351. OLE color: 14569351.
HSL color Cylindrical-coordinate representation of color #874FDE: hue angle of 263.5º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874FDE is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 79 | 222 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.13 |
| HSL | 263.5º | 0.68% | 0.59% | - |
| HSV(B) | 263.5º | 0.64% | 0.87% | - |
| XYZ | 25.97 | 16.02 | 70.83 | - |
| YUV | 112.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 222 | 0.39 | 0.64 | 0 | 0.13 | 263.5 | 0.68 | 0.59 |
| Hex | 87 | 4F | DE | 27 | 40 | 0 | D | 107 | 44 | 3B |
| Octal | 207 | 117 | 336 | 47 | 100 | 0 | 15 | 407 | 104 | 73 |
| Binary | 10000111 | 1001111 | 11011110 | 100111 | 1000000 | 0 | 1101 | 100000111 | 1000100 | 111011 |
Color Harmonies of #874FDE
Complementary color
Monochromatic Colors of #874FDE
Black with #874FDE
Text Example
Text Example
White with #874FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FDE; }
p { color: rgb(135,79,222); }
H1.HeaderClassName
{
color: #874FDE;
}
.AnyTagClassName
{
color: #874FDE;
}
</style>
background-color css
<style>
a { background-color: #874FDE; }
a { background-color: rgb(135,79,222); }
div.DivClassName
{
background-color: #874FDE;
}
.BgClassName
{
background-color: #874FDE;
}
</style>
border-color css
<style>
span { border-color: #874FDE; }
span { border-color: rgb(135,79,222); }
td.TdClassName
{
border-color: #874FDE;
}
.TagClassName
{
border-color: #874FDE;
}
</style>