Shades of Amethyst #874AD2
Tints of Amethyst #874AD2
RGB
CMYK
RGB Variations
Color information
#874AD2 (or 0x874AD2) is known color: Amethyst. HEX triplet: 87, 4A and D2. RGB value is (135,74,210). Sum of RGB (Red+Green+Blue) = 135+74+210=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #874AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874AD2 is #78B52D. Grayscale: #6B6B6B. Windows color (decimal): -7910702 or 13781639. OLE color: 13781639.
HSL color Cylindrical-coordinate representation of color #874AD2: hue angle of 266.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874AD2 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 74 | 210 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.18 |
| HSL | 266.91º | 0.6% | 0.56% | - |
| HSV(B) | 266.91º | 0.65% | 0.82% | - |
| XYZ | 24.07 | 14.7 | 62.54 | - |
| YUV | 107.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 210 | 0.36 | 0.65 | 0 | 0.18 | 266.91 | 0.6 | 0.56 |
| Hex | 87 | 4A | D2 | 24 | 41 | 0 | 12 | 10B | 3C | 38 |
| Octal | 207 | 112 | 322 | 44 | 101 | 0 | 22 | 413 | 74 | 70 |
| Binary | 10000111 | 1001010 | 11010010 | 100100 | 1000001 | 0 | 10010 | 100001011 | 111100 | 111000 |
Color Harmonies of #874AD2
Complementary color
Monochromatic Colors of #874AD2
Black with #874AD2
Text Example
Text Example
White with #874AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874AD2; }
p { color: rgb(135,74,210); }
H1.HeaderClassName
{
color: #874AD2;
}
.AnyTagClassName
{
color: #874AD2;
}
</style>
background-color css
<style>
a { background-color: #874AD2; }
a { background-color: rgb(135,74,210); }
div.DivClassName
{
background-color: #874AD2;
}
.BgClassName
{
background-color: #874AD2;
}
</style>
border-color css
<style>
span { border-color: #874AD2; }
span { border-color: rgb(135,74,210); }
td.TdClassName
{
border-color: #874AD2;
}
.TagClassName
{
border-color: #874AD2;
}
</style>