Shades of Amethyst #8D5ACB
Tints of Amethyst #8D5ACB
RGB
CMYK
RGB Variations
Color information
#8D5ACB (or 0x8D5ACB) is known color: Amethyst. HEX triplet: 8D, 5A and CB. RGB value is (141,90,203). Sum of RGB (Red+Green+Blue) = 141+90+203=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ACB is #72A534. Grayscale: #757575. Windows color (decimal): -7513397 or 13326989. OLE color: 13326989.
HSL color Cylindrical-coordinate representation of color #8D5ACB: hue angle of 267.08º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5ACB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 90 | 203 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.20 |
| HSL | 267.08º | 0.52% | 0.57% | - |
| HSV(B) | 267.08º | 0.56% | 0.8% | - |
| XYZ | 25.42 | 17.29 | 58.5 | - |
| YUV | 118.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 203 | 0.31 | 0.56 | 0 | 0.20 | 267.08 | 0.52 | 0.57 |
| Hex | 8D | 5A | CB | 1F | 38 | 0 | 14 | 10B | 34 | 39 |
| Octal | 215 | 132 | 313 | 37 | 70 | 0 | 24 | 413 | 64 | 71 |
| Binary | 10001101 | 1011010 | 11001011 | 11111 | 111000 | 0 | 10100 | 100001011 | 110100 | 111001 |
Color Harmonies of #8D5ACB
Complementary color
Monochromatic Colors of #8D5ACB
Black with #8D5ACB
Text Example
Text Example
White with #8D5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5ACB; }
p { color: rgb(141,90,203); }
H1.HeaderClassName
{
color: #8D5ACB;
}
.AnyTagClassName
{
color: #8D5ACB;
}
</style>
background-color css
<style>
a { background-color: #8D5ACB; }
a { background-color: rgb(141,90,203); }
div.DivClassName
{
background-color: #8D5ACB;
}
.BgClassName
{
background-color: #8D5ACB;
}
</style>
border-color css
<style>
span { border-color: #8D5ACB; }
span { border-color: rgb(141,90,203); }
td.TdClassName
{
border-color: #8D5ACB;
}
.TagClassName
{
border-color: #8D5ACB;
}
</style>