Shades of Amethyst #874FDD
Tints of Amethyst #874FDD
RGB
CMYK
RGB Variations
Color information
#874FDD (or 0x874FDD) is known color: Amethyst. HEX triplet: 87, 4F and DD. RGB value is (135,79,221). Sum of RGB (Red+Green+Blue) = 135+79+221=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #874FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FDD is #78B022. Grayscale: #6F6F6F. Windows color (decimal): -7909411 or 14503815. OLE color: 14503815.
HSL color Cylindrical-coordinate representation of color #874FDD: hue angle of 263.66º 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 #874FDD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 79 | 221 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.13 |
| HSL | 263.66º | 0.68% | 0.59% | - |
| HSV(B) | 263.66º | 0.64% | 0.87% | - |
| XYZ | 25.84 | 15.96 | 70.13 | - |
| YUV | 111.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 221 | 0.39 | 0.64 | 0 | 0.13 | 263.66 | 0.68 | 0.59 |
| Hex | 87 | 4F | DD | 27 | 40 | 0 | D | 108 | 44 | 3B |
| Octal | 207 | 117 | 335 | 47 | 100 | 0 | 15 | 410 | 104 | 73 |
| Binary | 10000111 | 1001111 | 11011101 | 100111 | 1000000 | 0 | 1101 | 100001000 | 1000100 | 111011 |
Color Harmonies of #874FDD
Complementary color
Monochromatic Colors of #874FDD
Black with #874FDD
Text Example
Text Example
White with #874FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FDD; }
p { color: rgb(135,79,221); }
H1.HeaderClassName
{
color: #874FDD;
}
.AnyTagClassName
{
color: #874FDD;
}
</style>
background-color css
<style>
a { background-color: #874FDD; }
a { background-color: rgb(135,79,221); }
div.DivClassName
{
background-color: #874FDD;
}
.BgClassName
{
background-color: #874FDD;
}
</style>
border-color css
<style>
span { border-color: #874FDD; }
span { border-color: rgb(135,79,221); }
td.TdClassName
{
border-color: #874FDD;
}
.TagClassName
{
border-color: #874FDD;
}
</style>