Shades of Amethyst #8450DA
Tints of Amethyst #8450DA
RGB
CMYK
RGB Variations
Color information
#8450DA (or 0x8450DA) is known color: Amethyst. HEX triplet: 84, 50 and DA. RGB value is (132,80,218). Sum of RGB (Red+Green+Blue) = 132+80+218=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #8450DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450DA is #7BAF25. Grayscale: #6E6E6E. Windows color (decimal): -8105766 or 14307460. OLE color: 14307460.
HSL color Cylindrical-coordinate representation of color #8450DA: hue angle of 262.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8450DA is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 80 | 218 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.15 |
| HSL | 262.61º | 0.65% | 0.58% | - |
| HSV(B) | 262.61º | 0.63% | 0.85% | - |
| XYZ | 25.04 | 15.7 | 68.04 | - |
| YUV | 111.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 218 | 0.39 | 0.63 | 0 | 0.15 | 262.61 | 0.65 | 0.58 |
| Hex | 84 | 50 | DA | 27 | 3F | 0 | F | 107 | 41 | 3A |
| Octal | 204 | 120 | 332 | 47 | 77 | 0 | 17 | 407 | 101 | 72 |
| Binary | 10000100 | 1010000 | 11011010 | 100111 | 111111 | 0 | 1111 | 100000111 | 1000001 | 111010 |
Color Harmonies of #8450DA
Complementary color
Monochromatic Colors of #8450DA
Black with #8450DA
Text Example
Text Example
White with #8450DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450DA; }
p { color: rgb(132,80,218); }
H1.HeaderClassName
{
color: #8450DA;
}
.AnyTagClassName
{
color: #8450DA;
}
</style>
background-color css
<style>
a { background-color: #8450DA; }
a { background-color: rgb(132,80,218); }
div.DivClassName
{
background-color: #8450DA;
}
.BgClassName
{
background-color: #8450DA;
}
</style>
border-color css
<style>
span { border-color: #8450DA; }
span { border-color: rgb(132,80,218); }
td.TdClassName
{
border-color: #8450DA;
}
.TagClassName
{
border-color: #8450DA;
}
</style>