Shades of Amethyst #884FCC
Tints of Amethyst #884FCC
RGB
CMYK
RGB Variations
Color information
#884FCC (or 0x884FCC) is known color: Amethyst. HEX triplet: 88, 4F and CC. RGB value is (136,79,204). Sum of RGB (Red+Green+Blue) = 136+79+204=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #884FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FCC is #77B033. Grayscale: #6D6D6D. Windows color (decimal): -7843892 or 13389704. OLE color: 13389704.
HSL color Cylindrical-coordinate representation of color #884FCC: hue angle of 267.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884FCC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 79 | 204 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.2 |
| HSL | 267.36º | 0.55% | 0.55% | - |
| HSV(B) | 267.36º | 0.61% | 0.8% | - |
| XYZ | 23.85 | 15.19 | 58.8 | - |
| YUV | 110.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 204 | 0.33 | 0.61 | 0 | 0.2 | 267.36 | 0.55 | 0.55 |
| Hex | 88 | 4F | CC | 21 | 3D | 0 | 14 | 10B | 37 | 37 |
| Octal | 210 | 117 | 314 | 41 | 75 | 0 | 24 | 413 | 67 | 67 |
| Binary | 10001000 | 1001111 | 11001100 | 100001 | 111101 | 0 | 10100 | 100001011 | 110111 | 110111 |
Color Harmonies of #884FCC
Complementary color
Monochromatic Colors of #884FCC
Black with #884FCC
Text Example
Text Example
White with #884FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FCC; }
p { color: rgb(136,79,204); }
H1.HeaderClassName
{
color: #884FCC;
}
.AnyTagClassName
{
color: #884FCC;
}
</style>
background-color css
<style>
a { background-color: #884FCC; }
a { background-color: rgb(136,79,204); }
div.DivClassName
{
background-color: #884FCC;
}
.BgClassName
{
background-color: #884FCC;
}
</style>
border-color css
<style>
span { border-color: #884FCC; }
span { border-color: rgb(136,79,204); }
td.TdClassName
{
border-color: #884FCC;
}
.TagClassName
{
border-color: #884FCC;
}
</style>