Shades of Amethyst #8F5CCD
Tints of Amethyst #8F5CCD
RGB
CMYK
RGB Variations
Color information
#8F5CCD (or 0x8F5CCD) is known color: Amethyst. HEX triplet: 8F, 5C and CD. RGB value is (143,92,205). Sum of RGB (Red+Green+Blue) = 143+92+205=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CCD is #70A332. Grayscale: #777777. Windows color (decimal): -7381811 or 13458575. OLE color: 13458575.
HSL color Cylindrical-coordinate representation of color #8F5CCD: hue angle of 267.08º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F5CCD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 92 | 205 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.20 |
| HSL | 267.08º | 0.53% | 0.58% | - |
| HSV(B) | 267.08º | 0.55% | 0.8% | - |
| XYZ | 26.17 | 17.9 | 59.83 | - |
| YUV | 120.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 205 | 0.30 | 0.55 | 0 | 0.20 | 267.08 | 0.53 | 0.58 |
| Hex | 8F | 5C | CD | 1E | 37 | 0 | 14 | 10B | 35 | 3A |
| Octal | 217 | 134 | 315 | 36 | 67 | 0 | 24 | 413 | 65 | 72 |
| Binary | 10001111 | 1011100 | 11001101 | 11110 | 110111 | 0 | 10100 | 100001011 | 110101 | 111010 |
Color Harmonies of #8F5CCD
Complementary color
Monochromatic Colors of #8F5CCD
Black with #8F5CCD
Text Example
Text Example
White with #8F5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CCD; }
p { color: rgb(143,92,205); }
H1.HeaderClassName
{
color: #8F5CCD;
}
.AnyTagClassName
{
color: #8F5CCD;
}
</style>
background-color css
<style>
a { background-color: #8F5CCD; }
a { background-color: rgb(143,92,205); }
div.DivClassName
{
background-color: #8F5CCD;
}
.BgClassName
{
background-color: #8F5CCD;
}
</style>
border-color css
<style>
span { border-color: #8F5CCD; }
span { border-color: rgb(143,92,205); }
td.TdClassName
{
border-color: #8F5CCD;
}
.TagClassName
{
border-color: #8F5CCD;
}
</style>