Shades of Amethyst #8B58D8
Tints of Amethyst #8B58D8
RGB
CMYK
RGB Variations
Color information
#8B58D8 (or 0x8B58D8) is known color: Amethyst. HEX triplet: 8B, 58 and D8. RGB value is (139,88,216). Sum of RGB (Red+Green+Blue) = 139+88+216=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58D8 is #74A727. Grayscale: #757575. Windows color (decimal): -7644968 or 14178443. OLE color: 14178443.
HSL color Cylindrical-coordinate representation of color #8B58D8: hue angle of 263.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B58D8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 88 | 216 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.15 |
| HSL | 263.91º | 0.62% | 0.6% | - |
| HSV(B) | 263.91º | 0.59% | 0.85% | - |
| XYZ | 26.53 | 17.43 | 66.93 | - |
| YUV | 117.84 | 183.4 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 216 | 0.36 | 0.59 | 0 | 0.15 | 263.91 | 0.62 | 0.6 |
| Hex | 8B | 58 | D8 | 24 | 3B | 0 | F | 108 | 3E | 3C |
| Octal | 213 | 130 | 330 | 44 | 73 | 0 | 17 | 410 | 76 | 74 |
| Binary | 10001011 | 1011000 | 11011000 | 100100 | 111011 | 0 | 1111 | 100001000 | 111110 | 111100 |
Color Harmonies of #8B58D8
Complementary color
Monochromatic Colors of #8B58D8
Black with #8B58D8
Text Example
Text Example
White with #8B58D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58D8; }
p { color: rgb(139,88,216); }
H1.HeaderClassName
{
color: #8B58D8;
}
.AnyTagClassName
{
color: #8B58D8;
}
</style>
background-color css
<style>
a { background-color: #8B58D8; }
a { background-color: rgb(139,88,216); }
div.DivClassName
{
background-color: #8B58D8;
}
.BgClassName
{
background-color: #8B58D8;
}
</style>
border-color css
<style>
span { border-color: #8B58D8; }
span { border-color: rgb(139,88,216); }
td.TdClassName
{
border-color: #8B58D8;
}
.TagClassName
{
border-color: #8B58D8;
}
</style>