Shades of Amethyst #8F5FBF
Tints of Amethyst #8F5FBF
RGB
CMYK
RGB Variations
Color information
#8F5FBF (or 0x8F5FBF) is known color: Amethyst. HEX triplet: 8F, 5F and BF. RGB value is (143,95,191). Sum of RGB (Red+Green+Blue) = 143+95+191=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FBF is #70A040. Grayscale: #777777. Windows color (decimal): -7381057 or 12541839. OLE color: 12541839.
HSL color Cylindrical-coordinate representation of color #8F5FBF: hue angle of 270º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5FBF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 95 | 191 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.25 |
| HSL | 270º | 0.43% | 0.56% | - |
| HSV(B) | 270º | 0.5% | 0.75% | - |
| XYZ | 24.82 | 17.79 | 51.41 | - |
| YUV | 120.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 191 | 0.25 | 0.50 | 0 | 0.25 | 270 | 0.43 | 0.56 |
| Hex | 8F | 5F | BF | 19 | 32 | 0 | 19 | 10E | 2B | 38 |
| Octal | 217 | 137 | 277 | 31 | 62 | 0 | 31 | 416 | 53 | 70 |
| Binary | 10001111 | 1011111 | 10111111 | 11001 | 110010 | 0 | 11001 | 100001110 | 101011 | 111000 |
Color Harmonies of #8F5FBF
Complementary color
Monochromatic Colors of #8F5FBF
Black with #8F5FBF
Text Example
Text Example
White with #8F5FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FBF; }
p { color: rgb(143,95,191); }
H1.HeaderClassName
{
color: #8F5FBF;
}
.AnyTagClassName
{
color: #8F5FBF;
}
</style>
background-color css
<style>
a { background-color: #8F5FBF; }
a { background-color: rgb(143,95,191); }
div.DivClassName
{
background-color: #8F5FBF;
}
.BgClassName
{
background-color: #8F5FBF;
}
</style>
border-color css
<style>
span { border-color: #8F5FBF; }
span { border-color: rgb(143,95,191); }
td.TdClassName
{
border-color: #8F5FBF;
}
.TagClassName
{
border-color: #8F5FBF;
}
</style>