Shades of Amethyst #8C5FC3
Tints of Amethyst #8C5FC3
RGB
CMYK
RGB Variations
Color information
#8C5FC3 (or 0x8C5FC3) is known color: Amethyst. HEX triplet: 8C, 5F and C3. RGB value is (140,95,195). Sum of RGB (Red+Green+Blue) = 140+95+195=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C5FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FC3 is #73A03C. Grayscale: #777777. Windows color (decimal): -7577661 or 12803980. OLE color: 12803980.
HSL color Cylindrical-coordinate representation of color #8C5FC3: hue angle of 267º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5FC3 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 95 | 195 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.24 |
| HSL | 267º | 0.45% | 0.57% | - |
| HSV(B) | 267º | 0.51% | 0.76% | - |
| XYZ | 24.76 | 17.7 | 53.74 | - |
| YUV | 119.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 195 | 0.28 | 0.51 | 0 | 0.24 | 267 | 0.45 | 0.57 |
| Hex | 8C | 5F | C3 | 1C | 33 | 0 | 18 | 10B | 2D | 39 |
| Octal | 214 | 137 | 303 | 34 | 63 | 0 | 30 | 413 | 55 | 71 |
| Binary | 10001100 | 1011111 | 11000011 | 11100 | 110011 | 0 | 11000 | 100001011 | 101101 | 111001 |
Color Harmonies of #8C5FC3
Complementary color
Monochromatic Colors of #8C5FC3
Black with #8C5FC3
Text Example
Text Example
White with #8C5FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FC3; }
p { color: rgb(140,95,195); }
H1.HeaderClassName
{
color: #8C5FC3;
}
.AnyTagClassName
{
color: #8C5FC3;
}
</style>
background-color css
<style>
a { background-color: #8C5FC3; }
a { background-color: rgb(140,95,195); }
div.DivClassName
{
background-color: #8C5FC3;
}
.BgClassName
{
background-color: #8C5FC3;
}
</style>
border-color css
<style>
span { border-color: #8C5FC3; }
span { border-color: rgb(140,95,195); }
td.TdClassName
{
border-color: #8C5FC3;
}
.TagClassName
{
border-color: #8C5FC3;
}
</style>