Shades of Amethyst #8454D2
Tints of Amethyst #8454D2
RGB
CMYK
RGB Variations
Color information
#8454D2 (or 0x8454D2) is known color: Amethyst. HEX triplet: 84, 54 and D2. RGB value is (132,84,210). Sum of RGB (Red+Green+Blue) = 132+84+210=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #8454D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454D2 is #7BAB2D. Grayscale: #707070. Windows color (decimal): -8104750 or 13784196. OLE color: 13784196.
HSL color Cylindrical-coordinate representation of color #8454D2: hue angle of 262.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8454D2 is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 84 | 210 | - |
| CMYK | 0.37 | 0.6 | 0 | 0.18 |
| HSL | 262.86º | 0.58% | 0.58% | - |
| HSV(B) | 262.86º | 0.6% | 0.82% | - |
| XYZ | 24.32 | 15.9 | 62.76 | - |
| YUV | 112.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 210 | 0.37 | 0.6 | 0 | 0.18 | 262.86 | 0.58 | 0.58 |
| Hex | 84 | 54 | D2 | 25 | 3C | 0 | 12 | 107 | 3A | 3A |
| Octal | 204 | 124 | 322 | 45 | 74 | 0 | 22 | 407 | 72 | 72 |
| Binary | 10000100 | 1010100 | 11010010 | 100101 | 111100 | 0 | 10010 | 100000111 | 111010 | 111010 |
Color Harmonies of #8454D2
Complementary color
Monochromatic Colors of #8454D2
Black with #8454D2
Text Example
Text Example
White with #8454D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8454D2; }
p { color: rgb(132,84,210); }
H1.HeaderClassName
{
color: #8454D2;
}
.AnyTagClassName
{
color: #8454D2;
}
</style>
background-color css
<style>
a { background-color: #8454D2; }
a { background-color: rgb(132,84,210); }
div.DivClassName
{
background-color: #8454D2;
}
.BgClassName
{
background-color: #8454D2;
}
</style>
border-color css
<style>
span { border-color: #8454D2; }
span { border-color: rgb(132,84,210); }
td.TdClassName
{
border-color: #8454D2;
}
.TagClassName
{
border-color: #8454D2;
}
</style>