Shades of Amethyst #8F5BC3
Tints of Amethyst #8F5BC3
RGB
CMYK
RGB Variations
Color information
#8F5BC3 (or 0x8F5BC3) is known color: Amethyst. HEX triplet: 8F, 5B and C3. RGB value is (143,91,195). Sum of RGB (Red+Green+Blue) = 143+91+195=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F5BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BC3 is #70A43C. Grayscale: #767676. Windows color (decimal): -7382077 or 12802959. OLE color: 12802959.
HSL color Cylindrical-coordinate representation of color #8F5BC3: hue angle of 270º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F5BC3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 91 | 195 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.24 |
| HSL | 270º | 0.46% | 0.56% | - |
| HSV(B) | 270º | 0.53% | 0.76% | - |
| XYZ | 24.92 | 17.26 | 53.65 | - |
| YUV | 118.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 195 | 0.27 | 0.53 | 0 | 0.24 | 270 | 0.46 | 0.56 |
| Hex | 8F | 5B | C3 | 1B | 35 | 0 | 18 | 10E | 2E | 38 |
| Octal | 217 | 133 | 303 | 33 | 65 | 0 | 30 | 416 | 56 | 70 |
| Binary | 10001111 | 1011011 | 11000011 | 11011 | 110101 | 0 | 11000 | 100001110 | 101110 | 111000 |
Color Harmonies of #8F5BC3
Complementary color
Monochromatic Colors of #8F5BC3
Black with #8F5BC3
Text Example
Text Example
White with #8F5BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BC3; }
p { color: rgb(143,91,195); }
H1.HeaderClassName
{
color: #8F5BC3;
}
.AnyTagClassName
{
color: #8F5BC3;
}
</style>
background-color css
<style>
a { background-color: #8F5BC3; }
a { background-color: rgb(143,91,195); }
div.DivClassName
{
background-color: #8F5BC3;
}
.BgClassName
{
background-color: #8F5BC3;
}
</style>
border-color css
<style>
span { border-color: #8F5BC3; }
span { border-color: rgb(143,91,195); }
td.TdClassName
{
border-color: #8F5BC3;
}
.TagClassName
{
border-color: #8F5BC3;
}
</style>