Shades of Amethyst #8F5ADB
Tints of Amethyst #8F5ADB
RGB
CMYK
RGB Variations
Color information
#8F5ADB (or 0x8F5ADB) is known color: Amethyst. HEX triplet: 8F, 5A and DB. RGB value is (143,90,219). Sum of RGB (Red+Green+Blue) = 143+90+219=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ADB is #70A524. Grayscale: #787878. Windows color (decimal): -7382309 or 14375567. OLE color: 14375567.
HSL color Cylindrical-coordinate representation of color #8F5ADB: hue angle of 264.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F5ADB is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 90 | 219 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.14 |
| HSL | 264.65º | 0.64% | 0.61% | - |
| HSV(B) | 264.65º | 0.59% | 0.86% | - |
| XYZ | 27.77 | 18.27 | 69.08 | - |
| YUV | 120.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 219 | 0.35 | 0.59 | 0 | 0.14 | 264.65 | 0.64 | 0.61 |
| Hex | 8F | 5A | DB | 23 | 3B | 0 | E | 109 | 40 | 3D |
| Octal | 217 | 132 | 333 | 43 | 73 | 0 | 16 | 411 | 100 | 75 |
| Binary | 10001111 | 1011010 | 11011011 | 100011 | 111011 | 0 | 1110 | 100001001 | 1000000 | 111101 |
Color Harmonies of #8F5ADB
Complementary color
Monochromatic Colors of #8F5ADB
Black with #8F5ADB
Text Example
Text Example
White with #8F5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5ADB; }
p { color: rgb(143,90,219); }
H1.HeaderClassName
{
color: #8F5ADB;
}
.AnyTagClassName
{
color: #8F5ADB;
}
</style>
background-color css
<style>
a { background-color: #8F5ADB; }
a { background-color: rgb(143,90,219); }
div.DivClassName
{
background-color: #8F5ADB;
}
.BgClassName
{
background-color: #8F5ADB;
}
</style>
border-color css
<style>
span { border-color: #8F5ADB; }
span { border-color: rgb(143,90,219); }
td.TdClassName
{
border-color: #8F5ADB;
}
.TagClassName
{
border-color: #8F5ADB;
}
</style>