Shades of Amethyst #8F55D9
Tints of Amethyst #8F55D9
RGB
CMYK
RGB Variations
Color information
#8F55D9 (or 0x8F55D9) is known color: Amethyst. HEX triplet: 8F, 55 and D9. RGB value is (143,85,217). Sum of RGB (Red+Green+Blue) = 143+85+217=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #8F55D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55D9 is #70AA26. Grayscale: #747474. Windows color (decimal): -7383591 or 14243215. OLE color: 14243215.
HSL color Cylindrical-coordinate representation of color #8F55D9: hue angle of 266.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F55D9 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 85 | 217 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.15 |
| HSL | 266.36º | 0.63% | 0.59% | - |
| HSV(B) | 266.36º | 0.61% | 0.85% | - |
| XYZ | 27.1 | 17.35 | 67.57 | - |
| YUV | 117.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 217 | 0.34 | 0.61 | 0 | 0.15 | 266.36 | 0.63 | 0.59 |
| Hex | 8F | 55 | D9 | 22 | 3D | 0 | F | 10A | 3F | 3B |
| Octal | 217 | 125 | 331 | 42 | 75 | 0 | 17 | 412 | 77 | 73 |
| Binary | 10001111 | 1010101 | 11011001 | 100010 | 111101 | 0 | 1111 | 100001010 | 111111 | 111011 |
Color Harmonies of #8F55D9
Complementary color
Monochromatic Colors of #8F55D9
Black with #8F55D9
Text Example
Text Example
White with #8F55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55D9; }
p { color: rgb(143,85,217); }
H1.HeaderClassName
{
color: #8F55D9;
}
.AnyTagClassName
{
color: #8F55D9;
}
</style>
background-color css
<style>
a { background-color: #8F55D9; }
a { background-color: rgb(143,85,217); }
div.DivClassName
{
background-color: #8F55D9;
}
.BgClassName
{
background-color: #8F55D9;
}
</style>
border-color css
<style>
span { border-color: #8F55D9; }
span { border-color: rgb(143,85,217); }
td.TdClassName
{
border-color: #8F55D9;
}
.TagClassName
{
border-color: #8F55D9;
}
</style>