Shades of Amethyst #8F5BDA
Tints of Amethyst #8F5BDA
RGB
CMYK
RGB Variations
Color information
#8F5BDA (or 0x8F5BDA) is known color: Amethyst. HEX triplet: 8F, 5B and DA. RGB value is (143,91,218). Sum of RGB (Red+Green+Blue) = 143+91+218=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BDA is #70A425. Grayscale: #787878. Windows color (decimal): -7382054 or 14310287. OLE color: 14310287.
HSL color Cylindrical-coordinate representation of color #8F5BDA: hue angle of 264.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F5BDA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 91 | 218 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.15 |
| HSL | 264.57º | 0.63% | 0.61% | - |
| HSV(B) | 264.57º | 0.58% | 0.85% | - |
| XYZ | 27.72 | 18.38 | 68.42 | - |
| YUV | 121.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 218 | 0.34 | 0.58 | 0 | 0.15 | 264.57 | 0.63 | 0.61 |
| Hex | 8F | 5B | DA | 22 | 3A | 0 | F | 109 | 3F | 3D |
| Octal | 217 | 133 | 332 | 42 | 72 | 0 | 17 | 411 | 77 | 75 |
| Binary | 10001111 | 1011011 | 11011010 | 100010 | 111010 | 0 | 1111 | 100001001 | 111111 | 111101 |
Color Harmonies of #8F5BDA
Complementary color
Monochromatic Colors of #8F5BDA
Black with #8F5BDA
Text Example
Text Example
White with #8F5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BDA; }
p { color: rgb(143,91,218); }
H1.HeaderClassName
{
color: #8F5BDA;
}
.AnyTagClassName
{
color: #8F5BDA;
}
</style>
background-color css
<style>
a { background-color: #8F5BDA; }
a { background-color: rgb(143,91,218); }
div.DivClassName
{
background-color: #8F5BDA;
}
.BgClassName
{
background-color: #8F5BDA;
}
</style>
border-color css
<style>
span { border-color: #8F5BDA; }
span { border-color: rgb(143,91,218); }
td.TdClassName
{
border-color: #8F5BDA;
}
.TagClassName
{
border-color: #8F5BDA;
}
</style>