Shades of Amethyst #8F5BC7
Tints of Amethyst #8F5BC7
RGB
CMYK
RGB Variations
Color information
#8F5BC7 (or 0x8F5BC7) is known color: Amethyst. HEX triplet: 8F, 5B and C7. RGB value is (143,91,199). Sum of RGB (Red+Green+Blue) = 143+91+199=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F5BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BC7 is #70A438. Grayscale: #767676. Windows color (decimal): -7382073 or 13065103. OLE color: 13065103.
HSL color Cylindrical-coordinate representation of color #8F5BC7: hue angle of 268.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F5BC7 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 91 | 199 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.22 |
| HSL | 268.89º | 0.49% | 0.57% | - |
| HSV(B) | 268.89º | 0.54% | 0.78% | - |
| XYZ | 25.38 | 17.45 | 56.06 | - |
| YUV | 118.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 199 | 0.28 | 0.54 | 0 | 0.22 | 268.89 | 0.49 | 0.57 |
| Hex | 8F | 5B | C7 | 1C | 36 | 0 | 16 | 10D | 31 | 39 |
| Octal | 217 | 133 | 307 | 34 | 66 | 0 | 26 | 415 | 61 | 71 |
| Binary | 10001111 | 1011011 | 11000111 | 11100 | 110110 | 0 | 10110 | 100001101 | 110001 | 111001 |
Color Harmonies of #8F5BC7
Complementary color
Monochromatic Colors of #8F5BC7
Black with #8F5BC7
Text Example
Text Example
White with #8F5BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BC7; }
p { color: rgb(143,91,199); }
H1.HeaderClassName
{
color: #8F5BC7;
}
.AnyTagClassName
{
color: #8F5BC7;
}
</style>
background-color css
<style>
a { background-color: #8F5BC7; }
a { background-color: rgb(143,91,199); }
div.DivClassName
{
background-color: #8F5BC7;
}
.BgClassName
{
background-color: #8F5BC7;
}
</style>
border-color css
<style>
span { border-color: #8F5BC7; }
span { border-color: rgb(143,91,199); }
td.TdClassName
{
border-color: #8F5BC7;
}
.TagClassName
{
border-color: #8F5BC7;
}
</style>