Shades of Amethyst #8450DB
Tints of Amethyst #8450DB
RGB
CMYK
RGB Variations
Color information
#8450DB (or 0x8450DB) is known color: Amethyst. HEX triplet: 84, 50 and DB. RGB value is (132,80,219). Sum of RGB (Red+Green+Blue) = 132+80+219=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #8450DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450DB is #7BAF24. Grayscale: #6E6E6E. Windows color (decimal): -8105765 or 14372996. OLE color: 14372996.
HSL color Cylindrical-coordinate representation of color #8450DB: hue angle of 262.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8450DB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 80 | 219 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.14 |
| HSL | 262.45º | 0.66% | 0.59% | - |
| HSV(B) | 262.45º | 0.63% | 0.86% | - |
| XYZ | 25.17 | 15.76 | 68.73 | - |
| YUV | 111.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 219 | 0.40 | 0.63 | 0 | 0.14 | 262.45 | 0.66 | 0.59 |
| Hex | 84 | 50 | DB | 28 | 3F | 0 | E | 106 | 42 | 3B |
| Octal | 204 | 120 | 333 | 50 | 77 | 0 | 16 | 406 | 102 | 73 |
| Binary | 10000100 | 1010000 | 11011011 | 101000 | 111111 | 0 | 1110 | 100000110 | 1000010 | 111011 |
Color Harmonies of #8450DB
Complementary color
Monochromatic Colors of #8450DB
Black with #8450DB
Text Example
Text Example
White with #8450DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450DB; }
p { color: rgb(132,80,219); }
H1.HeaderClassName
{
color: #8450DB;
}
.AnyTagClassName
{
color: #8450DB;
}
</style>
background-color css
<style>
a { background-color: #8450DB; }
a { background-color: rgb(132,80,219); }
div.DivClassName
{
background-color: #8450DB;
}
.BgClassName
{
background-color: #8450DB;
}
</style>
border-color css
<style>
span { border-color: #8450DB; }
span { border-color: rgb(132,80,219); }
td.TdClassName
{
border-color: #8450DB;
}
.TagClassName
{
border-color: #8450DB;
}
</style>