Shades of Amethyst #874ACF
Tints of Amethyst #874ACF
RGB
CMYK
RGB Variations
Color information
#874ACF (or 0x874ACF) is known color: Amethyst. HEX triplet: 87, 4A and CF. RGB value is (135,74,207). Sum of RGB (Red+Green+Blue) = 135+74+207=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #874ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ACF is #78B530. Grayscale: #6A6A6A. Windows color (decimal): -7910705 or 13585031. OLE color: 13585031.
HSL color Cylindrical-coordinate representation of color #874ACF: hue angle of 267.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874ACF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 74 | 207 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.19 |
| HSL | 267.52º | 0.58% | 0.55% | - |
| HSV(B) | 267.52º | 0.64% | 0.81% | - |
| XYZ | 23.7 | 14.55 | 60.59 | - |
| YUV | 107.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 207 | 0.35 | 0.64 | 0 | 0.19 | 267.52 | 0.58 | 0.55 |
| Hex | 87 | 4A | CF | 23 | 40 | 0 | 13 | 10C | 3A | 37 |
| Octal | 207 | 112 | 317 | 43 | 100 | 0 | 23 | 414 | 72 | 67 |
| Binary | 10000111 | 1001010 | 11001111 | 100011 | 1000000 | 0 | 10011 | 100001100 | 111010 | 110111 |
Color Harmonies of #874ACF
Complementary color
Monochromatic Colors of #874ACF
Black with #874ACF
Text Example
Text Example
White with #874ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ACF; }
p { color: rgb(135,74,207); }
H1.HeaderClassName
{
color: #874ACF;
}
.AnyTagClassName
{
color: #874ACF;
}
</style>
background-color css
<style>
a { background-color: #874ACF; }
a { background-color: rgb(135,74,207); }
div.DivClassName
{
background-color: #874ACF;
}
.BgClassName
{
background-color: #874ACF;
}
</style>
border-color css
<style>
span { border-color: #874ACF; }
span { border-color: rgb(135,74,207); }
td.TdClassName
{
border-color: #874ACF;
}
.TagClassName
{
border-color: #874ACF;
}
</style>