Shades of Amethyst #874FDB
Tints of Amethyst #874FDB
RGB
CMYK
RGB Variations
Color information
#874FDB (or 0x874FDB) is known color: Amethyst. HEX triplet: 87, 4F and DB. RGB value is (135,79,219). Sum of RGB (Red+Green+Blue) = 135+79+219=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #874FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FDB is #78B024. Grayscale: #6F6F6F. Windows color (decimal): -7909413 or 14372743. OLE color: 14372743.
HSL color Cylindrical-coordinate representation of color #874FDB: hue angle of 264º 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 #874FDB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 79 | 219 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.14 |
| HSL | 264º | 0.66% | 0.58% | - |
| HSV(B) | 264º | 0.64% | 0.86% | - |
| XYZ | 25.57 | 15.86 | 68.73 | - |
| YUV | 111.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 219 | 0.38 | 0.64 | 0 | 0.14 | 264 | 0.66 | 0.58 |
| Hex | 87 | 4F | DB | 26 | 40 | 0 | E | 108 | 42 | 3A |
| Octal | 207 | 117 | 333 | 46 | 100 | 0 | 16 | 410 | 102 | 72 |
| Binary | 10000111 | 1001111 | 11011011 | 100110 | 1000000 | 0 | 1110 | 100001000 | 1000010 | 111010 |
Color Harmonies of #874FDB
Complementary color
Monochromatic Colors of #874FDB
Black with #874FDB
Text Example
Text Example
White with #874FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FDB; }
p { color: rgb(135,79,219); }
H1.HeaderClassName
{
color: #874FDB;
}
.AnyTagClassName
{
color: #874FDB;
}
</style>
background-color css
<style>
a { background-color: #874FDB; }
a { background-color: rgb(135,79,219); }
div.DivClassName
{
background-color: #874FDB;
}
.BgClassName
{
background-color: #874FDB;
}
</style>
border-color css
<style>
span { border-color: #874FDB; }
span { border-color: rgb(135,79,219); }
td.TdClassName
{
border-color: #874FDB;
}
.TagClassName
{
border-color: #874FDB;
}
</style>