Shades of Amethyst #8B55DB
Tints of Amethyst #8B55DB
RGB
CMYK
RGB Variations
Color information
#8B55DB (or 0x8B55DB) is known color: Amethyst. HEX triplet: 8B, 55 and DB. RGB value is (139,85,219). Sum of RGB (Red+Green+Blue) = 139+85+219=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55DB is #74AA24. Grayscale: #737373. Windows color (decimal): -7645733 or 14374283. OLE color: 14374283.
HSL color Cylindrical-coordinate representation of color #8B55DB: hue angle of 264.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B55DB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 85 | 219 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.14 |
| HSL | 264.18º | 0.65% | 0.6% | - |
| HSV(B) | 264.18º | 0.61% | 0.86% | - |
| XYZ | 26.68 | 17.1 | 68.91 | - |
| YUV | 116.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 219 | 0.37 | 0.61 | 0 | 0.14 | 264.18 | 0.65 | 0.6 |
| Hex | 8B | 55 | DB | 25 | 3D | 0 | E | 108 | 41 | 3C |
| Octal | 213 | 125 | 333 | 45 | 75 | 0 | 16 | 410 | 101 | 74 |
| Binary | 10001011 | 1010101 | 11011011 | 100101 | 111101 | 0 | 1110 | 100001000 | 1000001 | 111100 |
Color Harmonies of #8B55DB
Complementary color
Monochromatic Colors of #8B55DB
Black with #8B55DB
Text Example
Text Example
White with #8B55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B55DB; }
p { color: rgb(139,85,219); }
H1.HeaderClassName
{
color: #8B55DB;
}
.AnyTagClassName
{
color: #8B55DB;
}
</style>
background-color css
<style>
a { background-color: #8B55DB; }
a { background-color: rgb(139,85,219); }
div.DivClassName
{
background-color: #8B55DB;
}
.BgClassName
{
background-color: #8B55DB;
}
</style>
border-color css
<style>
span { border-color: #8B55DB; }
span { border-color: rgb(139,85,219); }
td.TdClassName
{
border-color: #8B55DB;
}
.TagClassName
{
border-color: #8B55DB;
}
</style>