Shades of Amethyst #8D53DB
Tints of Amethyst #8D53DB
RGB
CMYK
RGB Variations
Color information
#8D53DB (or 0x8D53DB) is known color: Amethyst. HEX triplet: 8D, 53 and DB. RGB value is (141,83,219). Sum of RGB (Red+Green+Blue) = 141+83+219=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 83 (32.81% from 255 or 18.74% 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 #8D53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53DB is #72AC24. Grayscale: #737373. Windows color (decimal): -7515173 or 14373773. OLE color: 14373773.
HSL color Cylindrical-coordinate representation of color #8D53DB: hue angle of 265.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D53DB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 83 | 219 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.14 |
| HSL | 265.59º | 0.65% | 0.59% | - |
| HSV(B) | 265.59º | 0.62% | 0.86% | - |
| XYZ | 26.86 | 16.96 | 68.88 | - |
| YUV | 115.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 219 | 0.36 | 0.62 | 0 | 0.14 | 265.59 | 0.65 | 0.59 |
| Hex | 8D | 53 | DB | 24 | 3E | 0 | E | 10A | 41 | 3B |
| Octal | 215 | 123 | 333 | 44 | 76 | 0 | 16 | 412 | 101 | 73 |
| Binary | 10001101 | 1010011 | 11011011 | 100100 | 111110 | 0 | 1110 | 100001010 | 1000001 | 111011 |
Color Harmonies of #8D53DB
Complementary color
Monochromatic Colors of #8D53DB
Black with #8D53DB
Text Example
Text Example
White with #8D53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D53DB; }
p { color: rgb(141,83,219); }
H1.HeaderClassName
{
color: #8D53DB;
}
.AnyTagClassName
{
color: #8D53DB;
}
</style>
background-color css
<style>
a { background-color: #8D53DB; }
a { background-color: rgb(141,83,219); }
div.DivClassName
{
background-color: #8D53DB;
}
.BgClassName
{
background-color: #8D53DB;
}
</style>
border-color css
<style>
span { border-color: #8D53DB; }
span { border-color: rgb(141,83,219); }
td.TdClassName
{
border-color: #8D53DB;
}
.TagClassName
{
border-color: #8D53DB;
}
</style>