Shades of Amethyst #8B51DF
Tints of Amethyst #8B51DF
RGB
CMYK
RGB Variations
Color information
#8B51DF (or 0x8B51DF) is known color: Amethyst. HEX triplet: 8B, 51 and DF. RGB value is (139,81,223). Sum of RGB (Red+Green+Blue) = 139+81+223=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B51DF is #74AE20. Grayscale: #727272. Windows color (decimal): -7646753 or 14635403. OLE color: 14635403.
HSL color Cylindrical-coordinate representation of color #8B51DF: hue angle of 264.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B51DF is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 81 | 223 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.13 |
| HSL | 264.51º | 0.69% | 0.6% | - |
| HSV(B) | 264.51º | 0.64% | 0.87% | - |
| XYZ | 26.91 | 16.7 | 71.62 | - |
| YUV | 114.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 223 | 0.38 | 0.64 | 0 | 0.13 | 264.51 | 0.69 | 0.6 |
| Hex | 8B | 51 | DF | 26 | 40 | 0 | D | 109 | 45 | 3C |
| Octal | 213 | 121 | 337 | 46 | 100 | 0 | 15 | 411 | 105 | 74 |
| Binary | 10001011 | 1010001 | 11011111 | 100110 | 1000000 | 0 | 1101 | 100001001 | 1000101 | 111100 |
Color Harmonies of #8B51DF
Complementary color
Monochromatic Colors of #8B51DF
Black with #8B51DF
Text Example
Text Example
White with #8B51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B51DF; }
p { color: rgb(139,81,223); }
H1.HeaderClassName
{
color: #8B51DF;
}
.AnyTagClassName
{
color: #8B51DF;
}
</style>
background-color css
<style>
a { background-color: #8B51DF; }
a { background-color: rgb(139,81,223); }
div.DivClassName
{
background-color: #8B51DF;
}
.BgClassName
{
background-color: #8B51DF;
}
</style>
border-color css
<style>
span { border-color: #8B51DF; }
span { border-color: rgb(139,81,223); }
td.TdClassName
{
border-color: #8B51DF;
}
.TagClassName
{
border-color: #8B51DF;
}
</style>