Shades of Amethyst #8C5FC8
Tints of Amethyst #8C5FC8
RGB
CMYK
RGB Variations
Color information
#8C5FC8 (or 0x8C5FC8) is known color: Amethyst. HEX triplet: 8C, 5F and C8. RGB value is (140,95,200). Sum of RGB (Red+Green+Blue) = 140+95+200=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C5FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FC8 is #73A037. Grayscale: #787878. Windows color (decimal): -7577656 or 13131660. OLE color: 13131660.
HSL color Cylindrical-coordinate representation of color #8C5FC8: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C5FC8 is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 95 | 200 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.22 |
| HSL | 265.71º | 0.49% | 0.58% | - |
| HSV(B) | 265.71º | 0.53% | 0.78% | - |
| XYZ | 25.33 | 17.93 | 56.77 | - |
| YUV | 120.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 200 | 0.3 | 0.52 | 0 | 0.22 | 265.71 | 0.49 | 0.58 |
| Hex | 8C | 5F | C8 | 1E | 34 | 0 | 16 | 10A | 31 | 3A |
| Octal | 214 | 137 | 310 | 36 | 64 | 0 | 26 | 412 | 61 | 72 |
| Binary | 10001100 | 1011111 | 11001000 | 11110 | 110100 | 0 | 10110 | 100001010 | 110001 | 111010 |
Color Harmonies of #8C5FC8
Complementary color
Monochromatic Colors of #8C5FC8
Black with #8C5FC8
Text Example
Text Example
White with #8C5FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FC8; }
p { color: rgb(140,95,200); }
H1.HeaderClassName
{
color: #8C5FC8;
}
.AnyTagClassName
{
color: #8C5FC8;
}
</style>
background-color css
<style>
a { background-color: #8C5FC8; }
a { background-color: rgb(140,95,200); }
div.DivClassName
{
background-color: #8C5FC8;
}
.BgClassName
{
background-color: #8C5FC8;
}
</style>
border-color css
<style>
span { border-color: #8C5FC8; }
span { border-color: rgb(140,95,200); }
td.TdClassName
{
border-color: #8C5FC8;
}
.TagClassName
{
border-color: #8C5FC8;
}
</style>