Shades of Amethyst #8F5FCD
Tints of Amethyst #8F5FCD
RGB
CMYK
RGB Variations
Color information
#8F5FCD (or 0x8F5FCD) is known color: Amethyst. HEX triplet: 8F, 5F and CD. RGB value is (143,95,205). Sum of RGB (Red+Green+Blue) = 143+95+205=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FCD is #70A032. Grayscale: #797979. Windows color (decimal): -7381043 or 13459343. OLE color: 13459343.
HSL color Cylindrical-coordinate representation of color #8F5FCD: hue angle of 266.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F5FCD is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 95 | 205 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.20 |
| HSL | 266.18º | 0.52% | 0.59% | - |
| HSV(B) | 266.18º | 0.54% | 0.8% | - |
| XYZ | 26.44 | 18.43 | 59.92 | - |
| YUV | 121.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 205 | 0.30 | 0.54 | 0 | 0.20 | 266.18 | 0.52 | 0.59 |
| Hex | 8F | 5F | CD | 1E | 36 | 0 | 14 | 10A | 34 | 3B |
| Octal | 217 | 137 | 315 | 36 | 66 | 0 | 24 | 412 | 64 | 73 |
| Binary | 10001111 | 1011111 | 11001101 | 11110 | 110110 | 0 | 10100 | 100001010 | 110100 | 111011 |
Color Harmonies of #8F5FCD
Complementary color
Monochromatic Colors of #8F5FCD
Black with #8F5FCD
Text Example
Text Example
White with #8F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FCD; }
p { color: rgb(143,95,205); }
H1.HeaderClassName
{
color: #8F5FCD;
}
.AnyTagClassName
{
color: #8F5FCD;
}
</style>
background-color css
<style>
a { background-color: #8F5FCD; }
a { background-color: rgb(143,95,205); }
div.DivClassName
{
background-color: #8F5FCD;
}
.BgClassName
{
background-color: #8F5FCD;
}
</style>
border-color css
<style>
span { border-color: #8F5FCD; }
span { border-color: rgb(143,95,205); }
td.TdClassName
{
border-color: #8F5FCD;
}
.TagClassName
{
border-color: #8F5FCD;
}
</style>