Shades of Amethyst #8F5CC5
Tints of Amethyst #8F5CC5
RGB
CMYK
RGB Variations
Color information
#8F5CC5 (or 0x8F5CC5) is known color: Amethyst. HEX triplet: 8F, 5C and C5. RGB value is (143,92,197). Sum of RGB (Red+Green+Blue) = 143+92+197=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F5CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CC5 is #70A33A. Grayscale: #767676. Windows color (decimal): -7381819 or 12934287. OLE color: 12934287.
HSL color Cylindrical-coordinate representation of color #8F5CC5: hue angle of 269.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F5CC5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 92 | 197 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.23 |
| HSL | 269.14º | 0.48% | 0.57% | - |
| HSV(B) | 269.14º | 0.53% | 0.77% | - |
| XYZ | 25.23 | 17.53 | 54.88 | - |
| YUV | 119.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 197 | 0.27 | 0.53 | 0 | 0.23 | 269.14 | 0.48 | 0.57 |
| Hex | 8F | 5C | C5 | 1B | 35 | 0 | 17 | 10D | 30 | 39 |
| Octal | 217 | 134 | 305 | 33 | 65 | 0 | 27 | 415 | 60 | 71 |
| Binary | 10001111 | 1011100 | 11000101 | 11011 | 110101 | 0 | 10111 | 100001101 | 110000 | 111001 |
Color Harmonies of #8F5CC5
Complementary color
Monochromatic Colors of #8F5CC5
Black with #8F5CC5
Text Example
Text Example
White with #8F5CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CC5; }
p { color: rgb(143,92,197); }
H1.HeaderClassName
{
color: #8F5CC5;
}
.AnyTagClassName
{
color: #8F5CC5;
}
</style>
background-color css
<style>
a { background-color: #8F5CC5; }
a { background-color: rgb(143,92,197); }
div.DivClassName
{
background-color: #8F5CC5;
}
.BgClassName
{
background-color: #8F5CC5;
}
</style>
border-color css
<style>
span { border-color: #8F5CC5; }
span { border-color: rgb(143,92,197); }
td.TdClassName
{
border-color: #8F5CC5;
}
.TagClassName
{
border-color: #8F5CC5;
}
</style>