Shades of Amethyst #8C5FC7
Tints of Amethyst #8C5FC7
RGB
CMYK
RGB Variations
Color information
#8C5FC7 (or 0x8C5FC7) is known color: Amethyst. HEX triplet: 8C, 5F and C7. RGB value is (140,95,199). Sum of RGB (Red+Green+Blue) = 140+95+199=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C5FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FC7 is #73A038. Grayscale: #777777. Windows color (decimal): -7577657 or 13066124. OLE color: 13066124.
HSL color Cylindrical-coordinate representation of color #8C5FC7: hue angle of 265.96º degrees, saturation: 0.48, 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 #8C5FC7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 95 | 199 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.22 |
| HSL | 265.96º | 0.48% | 0.58% | - |
| HSV(B) | 265.96º | 0.52% | 0.78% | - |
| XYZ | 25.22 | 17.88 | 56.16 | - |
| YUV | 120.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 199 | 0.30 | 0.52 | 0 | 0.22 | 265.96 | 0.48 | 0.58 |
| Hex | 8C | 5F | C7 | 1E | 34 | 0 | 16 | 10A | 30 | 3A |
| Octal | 214 | 137 | 307 | 36 | 64 | 0 | 26 | 412 | 60 | 72 |
| Binary | 10001100 | 1011111 | 11000111 | 11110 | 110100 | 0 | 10110 | 100001010 | 110000 | 111010 |
Color Harmonies of #8C5FC7
Complementary color
Monochromatic Colors of #8C5FC7
Black with #8C5FC7
Text Example
Text Example
White with #8C5FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FC7; }
p { color: rgb(140,95,199); }
H1.HeaderClassName
{
color: #8C5FC7;
}
.AnyTagClassName
{
color: #8C5FC7;
}
</style>
background-color css
<style>
a { background-color: #8C5FC7; }
a { background-color: rgb(140,95,199); }
div.DivClassName
{
background-color: #8C5FC7;
}
.BgClassName
{
background-color: #8C5FC7;
}
</style>
border-color css
<style>
span { border-color: #8C5FC7; }
span { border-color: rgb(140,95,199); }
td.TdClassName
{
border-color: #8C5FC7;
}
.TagClassName
{
border-color: #8C5FC7;
}
</style>