Shades of Amethyst #884BCE
Tints of Amethyst #884BCE
RGB
CMYK
RGB Variations
Color information
#884BCE (or 0x884BCE) is known color: Amethyst. HEX triplet: 88, 4B and CE. RGB value is (136,75,206). Sum of RGB (Red+Green+Blue) = 136+75+206=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #884BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BCE is #77B431. Grayscale: #6B6B6B. Windows color (decimal): -7844914 or 13519752. OLE color: 13519752.
HSL color Cylindrical-coordinate representation of color #884BCE: hue angle of 267.94º degrees, saturation: 0.57, 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 #884BCE is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 75 | 206 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.19 |
| HSL | 267.94º | 0.57% | 0.55% | - |
| HSV(B) | 267.94º | 0.64% | 0.81% | - |
| XYZ | 23.81 | 14.72 | 59.98 | - |
| YUV | 108.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 206 | 0.34 | 0.64 | 0 | 0.19 | 267.94 | 0.57 | 0.55 |
| Hex | 88 | 4B | CE | 22 | 40 | 0 | 13 | 10C | 39 | 37 |
| Octal | 210 | 113 | 316 | 42 | 100 | 0 | 23 | 414 | 71 | 67 |
| Binary | 10001000 | 1001011 | 11001110 | 100010 | 1000000 | 0 | 10011 | 100001100 | 111001 | 110111 |
Color Harmonies of #884BCE
Complementary color
Monochromatic Colors of #884BCE
Black with #884BCE
Text Example
Text Example
White with #884BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BCE; }
p { color: rgb(136,75,206); }
H1.HeaderClassName
{
color: #884BCE;
}
.AnyTagClassName
{
color: #884BCE;
}
</style>
background-color css
<style>
a { background-color: #884BCE; }
a { background-color: rgb(136,75,206); }
div.DivClassName
{
background-color: #884BCE;
}
.BgClassName
{
background-color: #884BCE;
}
</style>
border-color css
<style>
span { border-color: #884BCE; }
span { border-color: rgb(136,75,206); }
td.TdClassName
{
border-color: #884BCE;
}
.TagClassName
{
border-color: #884BCE;
}
</style>