Shades of Amethyst #884DCE
Tints of Amethyst #884DCE
RGB
CMYK
RGB Variations
Color information
#884DCE (or 0x884DCE) is known color: Amethyst. HEX triplet: 88, 4D and CE. RGB value is (136,77,206). Sum of RGB (Red+Green+Blue) = 136+77+206=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #884DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DCE is #77B231. Grayscale: #6C6C6C. Windows color (decimal): -7844402 or 13520264. OLE color: 13520264.
HSL color Cylindrical-coordinate representation of color #884DCE: hue angle of 267.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884DCE is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 77 | 206 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.19 |
| HSL | 267.44º | 0.57% | 0.55% | - |
| HSV(B) | 267.44º | 0.63% | 0.81% | - |
| XYZ | 23.95 | 15 | 60.03 | - |
| YUV | 109.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 206 | 0.34 | 0.63 | 0 | 0.19 | 267.44 | 0.57 | 0.55 |
| Hex | 88 | 4D | CE | 22 | 3F | 0 | 13 | 10B | 39 | 37 |
| Octal | 210 | 115 | 316 | 42 | 77 | 0 | 23 | 413 | 71 | 67 |
| Binary | 10001000 | 1001101 | 11001110 | 100010 | 111111 | 0 | 10011 | 100001011 | 111001 | 110111 |
Color Harmonies of #884DCE
Complementary color
Monochromatic Colors of #884DCE
Black with #884DCE
Text Example
Text Example
White with #884DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DCE; }
p { color: rgb(136,77,206); }
H1.HeaderClassName
{
color: #884DCE;
}
.AnyTagClassName
{
color: #884DCE;
}
</style>
background-color css
<style>
a { background-color: #884DCE; }
a { background-color: rgb(136,77,206); }
div.DivClassName
{
background-color: #884DCE;
}
.BgClassName
{
background-color: #884DCE;
}
</style>
border-color css
<style>
span { border-color: #884DCE; }
span { border-color: rgb(136,77,206); }
td.TdClassName
{
border-color: #884DCE;
}
.TagClassName
{
border-color: #884DCE;
}
</style>