Shades of Amethyst #8F50CE
Tints of Amethyst #8F50CE
RGB
CMYK
RGB Variations
Color information
#8F50CE (or 0x8F50CE) is known color: Amethyst. HEX triplet: 8F, 50 and CE. RGB value is (143,80,206). Sum of RGB (Red+Green+Blue) = 143+80+206=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F50CE is #70AF31. Grayscale: #707070. Windows color (decimal): -7384882 or 13521039. OLE color: 13521039.
HSL color Cylindrical-coordinate representation of color #8F50CE: hue angle of 270º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F50CE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 80 | 206 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.19 |
| HSL | 270º | 0.56% | 0.56% | - |
| HSV(B) | 270º | 0.61% | 0.81% | - |
| XYZ | 25.34 | 16.03 | 60.15 | - |
| YUV | 113.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 206 | 0.31 | 0.61 | 0 | 0.19 | 270 | 0.56 | 0.56 |
| Hex | 8F | 50 | CE | 1F | 3D | 0 | 13 | 10E | 38 | 38 |
| Octal | 217 | 120 | 316 | 37 | 75 | 0 | 23 | 416 | 70 | 70 |
| Binary | 10001111 | 1010000 | 11001110 | 11111 | 111101 | 0 | 10011 | 100001110 | 111000 | 111000 |
Color Harmonies of #8F50CE
Complementary color
Monochromatic Colors of #8F50CE
Black with #8F50CE
Text Example
Text Example
White with #8F50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50CE; }
p { color: rgb(143,80,206); }
H1.HeaderClassName
{
color: #8F50CE;
}
.AnyTagClassName
{
color: #8F50CE;
}
</style>
background-color css
<style>
a { background-color: #8F50CE; }
a { background-color: rgb(143,80,206); }
div.DivClassName
{
background-color: #8F50CE;
}
.BgClassName
{
background-color: #8F50CE;
}
</style>
border-color css
<style>
span { border-color: #8F50CE; }
span { border-color: rgb(143,80,206); }
td.TdClassName
{
border-color: #8F50CE;
}
.TagClassName
{
border-color: #8F50CE;
}
</style>