Shades of Amethyst #884ACF
Tints of Amethyst #884ACF
RGB
CMYK
RGB Variations
Color information
#884ACF (or 0x884ACF) is known color: Amethyst. HEX triplet: 88, 4A and CF. RGB value is (136,74,207). Sum of RGB (Red+Green+Blue) = 136+74+207=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #884ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ACF is #77B530. Grayscale: #6B6B6B. Windows color (decimal): -7845169 or 13585032. OLE color: 13585032.
HSL color Cylindrical-coordinate representation of color #884ACF: hue angle of 267.97º 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 #884ACF is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 74 | 207 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.19 |
| HSL | 267.97º | 0.58% | 0.55% | - |
| HSV(B) | 267.97º | 0.64% | 0.81% | - |
| XYZ | 23.86 | 14.64 | 60.6 | - |
| YUV | 107.7 | 184.04 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 207 | 0.34 | 0.64 | 0 | 0.19 | 267.97 | 0.58 | 0.55 |
| Hex | 88 | 4A | CF | 22 | 40 | 0 | 13 | 10C | 3A | 37 |
| Octal | 210 | 112 | 317 | 42 | 100 | 0 | 23 | 414 | 72 | 67 |
| Binary | 10001000 | 1001010 | 11001111 | 100010 | 1000000 | 0 | 10011 | 100001100 | 111010 | 110111 |
Color Harmonies of #884ACF
Complementary color
Monochromatic Colors of #884ACF
Black with #884ACF
Text Example
Text Example
White with #884ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ACF; }
p { color: rgb(136,74,207); }
H1.HeaderClassName
{
color: #884ACF;
}
.AnyTagClassName
{
color: #884ACF;
}
</style>
background-color css
<style>
a { background-color: #884ACF; }
a { background-color: rgb(136,74,207); }
div.DivClassName
{
background-color: #884ACF;
}
.BgClassName
{
background-color: #884ACF;
}
</style>
border-color css
<style>
span { border-color: #884ACF; }
span { border-color: rgb(136,74,207); }
td.TdClassName
{
border-color: #884ACF;
}
.TagClassName
{
border-color: #884ACF;
}
</style>