Shades of Amethyst #8F50CC
Tints of Amethyst #8F50CC
RGB
CMYK
RGB Variations
Color information
#8F50CC (or 0x8F50CC) is known color: Amethyst. HEX triplet: 8F, 50 and CC. RGB value is (143,80,204). Sum of RGB (Red+Green+Blue) = 143+80+204=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F50CC is #70AF33. Grayscale: #707070. Windows color (decimal): -7384884 or 13389967. OLE color: 13389967.
HSL color Cylindrical-coordinate representation of color #8F50CC: hue angle of 270.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F50CC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 80 | 204 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.2 |
| HSL | 270.48º | 0.55% | 0.56% | - |
| HSV(B) | 270.48º | 0.61% | 0.8% | - |
| XYZ | 25.1 | 15.94 | 58.88 | - |
| YUV | 112.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 204 | 0.30 | 0.61 | 0 | 0.2 | 270.48 | 0.55 | 0.56 |
| Hex | 8F | 50 | CC | 1E | 3D | 0 | 14 | 10E | 37 | 38 |
| Octal | 217 | 120 | 314 | 36 | 75 | 0 | 24 | 416 | 67 | 70 |
| Binary | 10001111 | 1010000 | 11001100 | 11110 | 111101 | 0 | 10100 | 100001110 | 110111 | 111000 |
Color Harmonies of #8F50CC
Complementary color
Monochromatic Colors of #8F50CC
Black with #8F50CC
Text Example
Text Example
White with #8F50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50CC; }
p { color: rgb(143,80,204); }
H1.HeaderClassName
{
color: #8F50CC;
}
.AnyTagClassName
{
color: #8F50CC;
}
</style>
background-color css
<style>
a { background-color: #8F50CC; }
a { background-color: rgb(143,80,204); }
div.DivClassName
{
background-color: #8F50CC;
}
.BgClassName
{
background-color: #8F50CC;
}
</style>
border-color css
<style>
span { border-color: #8F50CC; }
span { border-color: rgb(143,80,204); }
td.TdClassName
{
border-color: #8F50CC;
}
.TagClassName
{
border-color: #8F50CC;
}
</style>