Shades of Amethyst #8C5ACB
Tints of Amethyst #8C5ACB
RGB
CMYK
RGB Variations
Color information
#8C5ACB (or 0x8C5ACB) is known color: Amethyst. HEX triplet: 8C, 5A and CB. RGB value is (140,90,203). Sum of RGB (Red+Green+Blue) = 140+90+203=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ACB is #73A534. Grayscale: #757575. Windows color (decimal): -7578933 or 13326988. OLE color: 13326988.
HSL color Cylindrical-coordinate representation of color #8C5ACB: hue angle of 266.55º 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 #8C5ACB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 90 | 203 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.20 |
| HSL | 266.55º | 0.52% | 0.57% | - |
| HSV(B) | 266.55º | 0.56% | 0.8% | - |
| XYZ | 25.25 | 17.2 | 58.49 | - |
| YUV | 117.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 203 | 0.31 | 0.56 | 0 | 0.20 | 266.55 | 0.52 | 0.57 |
| Hex | 8C | 5A | CB | 1F | 38 | 0 | 14 | 10B | 34 | 39 |
| Octal | 214 | 132 | 313 | 37 | 70 | 0 | 24 | 413 | 64 | 71 |
| Binary | 10001100 | 1011010 | 11001011 | 11111 | 111000 | 0 | 10100 | 100001011 | 110100 | 111001 |
Color Harmonies of #8C5ACB
Complementary color
Monochromatic Colors of #8C5ACB
Black with #8C5ACB
Text Example
Text Example
White with #8C5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5ACB; }
p { color: rgb(140,90,203); }
H1.HeaderClassName
{
color: #8C5ACB;
}
.AnyTagClassName
{
color: #8C5ACB;
}
</style>
background-color css
<style>
a { background-color: #8C5ACB; }
a { background-color: rgb(140,90,203); }
div.DivClassName
{
background-color: #8C5ACB;
}
.BgClassName
{
background-color: #8C5ACB;
}
</style>
border-color css
<style>
span { border-color: #8C5ACB; }
span { border-color: rgb(140,90,203); }
td.TdClassName
{
border-color: #8C5ACB;
}
.TagClassName
{
border-color: #8C5ACB;
}
</style>