Shades of Amethyst #8C5BCE
Tints of Amethyst #8C5BCE
RGB
CMYK
RGB Variations
Color information
#8C5BCE (or 0x8C5BCE) is known color: Amethyst. HEX triplet: 8C, 5B and CE. RGB value is (140,91,206). Sum of RGB (Red+Green+Blue) = 140+91+206=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BCE is #73A431. Grayscale: #767676. Windows color (decimal): -7578674 or 13523852. OLE color: 13523852.
HSL color Cylindrical-coordinate representation of color #8C5BCE: hue angle of 265.57º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5BCE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 91 | 206 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.19 |
| HSL | 265.57º | 0.54% | 0.58% | - |
| HSV(B) | 265.57º | 0.56% | 0.81% | - |
| XYZ | 25.7 | 17.51 | 60.42 | - |
| YUV | 118.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 206 | 0.32 | 0.56 | 0 | 0.19 | 265.57 | 0.54 | 0.58 |
| Hex | 8C | 5B | CE | 20 | 38 | 0 | 13 | 10A | 36 | 3A |
| Octal | 214 | 133 | 316 | 40 | 70 | 0 | 23 | 412 | 66 | 72 |
| Binary | 10001100 | 1011011 | 11001110 | 100000 | 111000 | 0 | 10011 | 100001010 | 110110 | 111010 |
Color Harmonies of #8C5BCE
Complementary color
Monochromatic Colors of #8C5BCE
Black with #8C5BCE
Text Example
Text Example
White with #8C5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BCE; }
p { color: rgb(140,91,206); }
H1.HeaderClassName
{
color: #8C5BCE;
}
.AnyTagClassName
{
color: #8C5BCE;
}
</style>
background-color css
<style>
a { background-color: #8C5BCE; }
a { background-color: rgb(140,91,206); }
div.DivClassName
{
background-color: #8C5BCE;
}
.BgClassName
{
background-color: #8C5BCE;
}
</style>
border-color css
<style>
span { border-color: #8C5BCE; }
span { border-color: rgb(140,91,206); }
td.TdClassName
{
border-color: #8C5BCE;
}
.TagClassName
{
border-color: #8C5BCE;
}
</style>