Shades of Amethyst #8A55DB
Tints of Amethyst #8A55DB
RGB
CMYK
RGB Variations
Color information
#8A55DB (or 0x8A55DB) is known color: Amethyst. HEX triplet: 8A, 55 and DB. RGB value is (138,85,219). Sum of RGB (Red+Green+Blue) = 138+85+219=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55DB is #75AA24. Grayscale: #737373. Windows color (decimal): -7711269 or 14374282. OLE color: 14374282.
HSL color Cylindrical-coordinate representation of color #8A55DB: hue angle of 263.73º 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 #8A55DB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 85 | 219 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.14 |
| HSL | 263.73º | 0.65% | 0.6% | - |
| HSV(B) | 263.73º | 0.61% | 0.86% | - |
| XYZ | 26.52 | 17.01 | 68.9 | - |
| YUV | 116.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 219 | 0.37 | 0.61 | 0 | 0.14 | 263.73 | 0.65 | 0.6 |
| Hex | 8A | 55 | DB | 25 | 3D | 0 | E | 108 | 41 | 3C |
| Octal | 212 | 125 | 333 | 45 | 75 | 0 | 16 | 410 | 101 | 74 |
| Binary | 10001010 | 1010101 | 11011011 | 100101 | 111101 | 0 | 1110 | 100001000 | 1000001 | 111100 |
Color Harmonies of #8A55DB
Complementary color
Monochromatic Colors of #8A55DB
Black with #8A55DB
Text Example
Text Example
White with #8A55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55DB; }
p { color: rgb(138,85,219); }
H1.HeaderClassName
{
color: #8A55DB;
}
.AnyTagClassName
{
color: #8A55DB;
}
</style>
background-color css
<style>
a { background-color: #8A55DB; }
a { background-color: rgb(138,85,219); }
div.DivClassName
{
background-color: #8A55DB;
}
.BgClassName
{
background-color: #8A55DB;
}
</style>
border-color css
<style>
span { border-color: #8A55DB; }
span { border-color: rgb(138,85,219); }
td.TdClassName
{
border-color: #8A55DB;
}
.TagClassName
{
border-color: #8A55DB;
}
</style>