Shades of Amethyst #8B50DA
Tints of Amethyst #8B50DA
RGB
CMYK
RGB Variations
Color information
#8B50DA (or 0x8B50DA) is known color: Amethyst. HEX triplet: 8B, 50 and DA. RGB value is (139,80,218). Sum of RGB (Red+Green+Blue) = 139+80+218=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B50DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50DA is #74AF25. Grayscale: #707070. Windows color (decimal): -7647014 or 14307467. OLE color: 14307467.
HSL color Cylindrical-coordinate representation of color #8B50DA: hue angle of 265.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B50DA is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 80 | 218 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.15 |
| HSL | 265.65º | 0.65% | 0.58% | - |
| HSV(B) | 265.65º | 0.63% | 0.85% | - |
| XYZ | 26.17 | 16.29 | 68.09 | - |
| YUV | 113.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 218 | 0.36 | 0.63 | 0 | 0.15 | 265.65 | 0.65 | 0.58 |
| Hex | 8B | 50 | DA | 24 | 3F | 0 | F | 10A | 41 | 3A |
| Octal | 213 | 120 | 332 | 44 | 77 | 0 | 17 | 412 | 101 | 72 |
| Binary | 10001011 | 1010000 | 11011010 | 100100 | 111111 | 0 | 1111 | 100001010 | 1000001 | 111010 |
Color Harmonies of #8B50DA
Complementary color
Monochromatic Colors of #8B50DA
Black with #8B50DA
Text Example
Text Example
White with #8B50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50DA; }
p { color: rgb(139,80,218); }
H1.HeaderClassName
{
color: #8B50DA;
}
.AnyTagClassName
{
color: #8B50DA;
}
</style>
background-color css
<style>
a { background-color: #8B50DA; }
a { background-color: rgb(139,80,218); }
div.DivClassName
{
background-color: #8B50DA;
}
.BgClassName
{
background-color: #8B50DA;
}
</style>
border-color css
<style>
span { border-color: #8B50DA; }
span { border-color: rgb(139,80,218); }
td.TdClassName
{
border-color: #8B50DA;
}
.TagClassName
{
border-color: #8B50DA;
}
</style>