Shades of Amethyst #874DDC
Tints of Amethyst #874DDC
RGB
CMYK
RGB Variations
Color information
#874DDC (or 0x874DDC) is known color: Amethyst. HEX triplet: 87, 4D and DC. RGB value is (135,77,220). Sum of RGB (Red+Green+Blue) = 135+77+220=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #874DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DDC is #78B223. Grayscale: #6E6E6E. Windows color (decimal): -7909924 or 14437767. OLE color: 14437767.
HSL color Cylindrical-coordinate representation of color #874DDC: hue angle of 264.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874DDC is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 77 | 220 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.14 |
| HSL | 264.34º | 0.67% | 0.58% | - |
| HSV(B) | 264.34º | 0.65% | 0.86% | - |
| XYZ | 25.56 | 15.63 | 69.38 | - |
| YUV | 110.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 220 | 0.39 | 0.65 | 0 | 0.14 | 264.34 | 0.67 | 0.58 |
| Hex | 87 | 4D | DC | 27 | 41 | 0 | E | 108 | 43 | 3A |
| Octal | 207 | 115 | 334 | 47 | 101 | 0 | 16 | 410 | 103 | 72 |
| Binary | 10000111 | 1001101 | 11011100 | 100111 | 1000001 | 0 | 1110 | 100001000 | 1000011 | 111010 |
Color Harmonies of #874DDC
Complementary color
Monochromatic Colors of #874DDC
Black with #874DDC
Text Example
Text Example
White with #874DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DDC; }
p { color: rgb(135,77,220); }
H1.HeaderClassName
{
color: #874DDC;
}
.AnyTagClassName
{
color: #874DDC;
}
</style>
background-color css
<style>
a { background-color: #874DDC; }
a { background-color: rgb(135,77,220); }
div.DivClassName
{
background-color: #874DDC;
}
.BgClassName
{
background-color: #874DDC;
}
</style>
border-color css
<style>
span { border-color: #874DDC; }
span { border-color: rgb(135,77,220); }
td.TdClassName
{
border-color: #874DDC;
}
.TagClassName
{
border-color: #874DDC;
}
</style>