Shades of Amethyst #884FCD
Tints of Amethyst #884FCD
RGB
CMYK
RGB Variations
Color information
#884FCD (or 0x884FCD) is known color: Amethyst. HEX triplet: 88, 4F and CD. RGB value is (136,79,205). Sum of RGB (Red+Green+Blue) = 136+79+205=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #884FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FCD is #77B032. Grayscale: #6D6D6D. Windows color (decimal): -7843891 or 13455240. OLE color: 13455240.
HSL color Cylindrical-coordinate representation of color #884FCD: hue angle of 267.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884FCD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 79 | 205 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.20 |
| HSL | 267.14º | 0.56% | 0.56% | - |
| HSV(B) | 267.14º | 0.61% | 0.8% | - |
| XYZ | 23.97 | 15.23 | 59.43 | - |
| YUV | 110.41 | 181.38 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 205 | 0.34 | 0.61 | 0 | 0.20 | 267.14 | 0.56 | 0.56 |
| Hex | 88 | 4F | CD | 22 | 3D | 0 | 14 | 10B | 38 | 38 |
| Octal | 210 | 117 | 315 | 42 | 75 | 0 | 24 | 413 | 70 | 70 |
| Binary | 10001000 | 1001111 | 11001101 | 100010 | 111101 | 0 | 10100 | 100001011 | 111000 | 111000 |
Color Harmonies of #884FCD
Complementary color
Monochromatic Colors of #884FCD
Black with #884FCD
Text Example
Text Example
White with #884FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FCD; }
p { color: rgb(136,79,205); }
H1.HeaderClassName
{
color: #884FCD;
}
.AnyTagClassName
{
color: #884FCD;
}
</style>
background-color css
<style>
a { background-color: #884FCD; }
a { background-color: rgb(136,79,205); }
div.DivClassName
{
background-color: #884FCD;
}
.BgClassName
{
background-color: #884FCD;
}
</style>
border-color css
<style>
span { border-color: #884FCD; }
span { border-color: rgb(136,79,205); }
td.TdClassName
{
border-color: #884FCD;
}
.TagClassName
{
border-color: #884FCD;
}
</style>