Shades of Amethyst #8B51D3
Tints of Amethyst #8B51D3
RGB
CMYK
RGB Variations
Color information
#8B51D3 (or 0x8B51D3) is known color: Amethyst. HEX triplet: 8B, 51 and D3. RGB value is (139,81,211). Sum of RGB (Red+Green+Blue) = 139+81+211=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #8B51D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B51D3 is #74AE2C. Grayscale: #707070. Windows color (decimal): -7646765 or 13848971. OLE color: 13848971.
HSL color Cylindrical-coordinate representation of color #8B51D3: hue angle of 266.77º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B51D3 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 81 | 211 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.17 |
| HSL | 266.77º | 0.6% | 0.57% | - |
| HSV(B) | 266.77º | 0.62% | 0.83% | - |
| XYZ | 25.35 | 16.08 | 63.4 | - |
| YUV | 113.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 211 | 0.34 | 0.62 | 0 | 0.17 | 266.77 | 0.6 | 0.57 |
| Hex | 8B | 51 | D3 | 22 | 3E | 0 | 11 | 10B | 3C | 39 |
| Octal | 213 | 121 | 323 | 42 | 76 | 0 | 21 | 413 | 74 | 71 |
| Binary | 10001011 | 1010001 | 11010011 | 100010 | 111110 | 0 | 10001 | 100001011 | 111100 | 111001 |
Color Harmonies of #8B51D3
Complementary color
Monochromatic Colors of #8B51D3
Black with #8B51D3
Text Example
Text Example
White with #8B51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B51D3; }
p { color: rgb(139,81,211); }
H1.HeaderClassName
{
color: #8B51D3;
}
.AnyTagClassName
{
color: #8B51D3;
}
</style>
background-color css
<style>
a { background-color: #8B51D3; }
a { background-color: rgb(139,81,211); }
div.DivClassName
{
background-color: #8B51D3;
}
.BgClassName
{
background-color: #8B51D3;
}
</style>
border-color css
<style>
span { border-color: #8B51D3; }
span { border-color: rgb(139,81,211); }
td.TdClassName
{
border-color: #8B51D3;
}
.TagClassName
{
border-color: #8B51D3;
}
</style>