Shades of Amethyst #8C5CCF
Tints of Amethyst #8C5CCF
RGB
CMYK
RGB Variations
Color information
#8C5CCF (or 0x8C5CCF) is known color: Amethyst. HEX triplet: 8C, 5C and CF. RGB value is (140,92,207). Sum of RGB (Red+Green+Blue) = 140+92+207=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CCF is #73A330. Grayscale: #777777. Windows color (decimal): -7578417 or 13589644. OLE color: 13589644.
HSL color Cylindrical-coordinate representation of color #8C5CCF: hue angle of 265.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5CCF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 92 | 207 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.19 |
| HSL | 265.04º | 0.55% | 0.59% | - |
| HSV(B) | 265.04º | 0.56% | 0.81% | - |
| XYZ | 25.9 | 17.73 | 61.09 | - |
| YUV | 119.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 207 | 0.32 | 0.56 | 0 | 0.19 | 265.04 | 0.55 | 0.59 |
| Hex | 8C | 5C | CF | 20 | 38 | 0 | 13 | 109 | 37 | 3B |
| Octal | 214 | 134 | 317 | 40 | 70 | 0 | 23 | 411 | 67 | 73 |
| Binary | 10001100 | 1011100 | 11001111 | 100000 | 111000 | 0 | 10011 | 100001001 | 110111 | 111011 |
Color Harmonies of #8C5CCF
Complementary color
Monochromatic Colors of #8C5CCF
Black with #8C5CCF
Text Example
Text Example
White with #8C5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CCF; }
p { color: rgb(140,92,207); }
H1.HeaderClassName
{
color: #8C5CCF;
}
.AnyTagClassName
{
color: #8C5CCF;
}
</style>
background-color css
<style>
a { background-color: #8C5CCF; }
a { background-color: rgb(140,92,207); }
div.DivClassName
{
background-color: #8C5CCF;
}
.BgClassName
{
background-color: #8C5CCF;
}
</style>
border-color css
<style>
span { border-color: #8C5CCF; }
span { border-color: rgb(140,92,207); }
td.TdClassName
{
border-color: #8C5CCF;
}
.TagClassName
{
border-color: #8C5CCF;
}
</style>