Shades of Amethyst #8C58CE
Tints of Amethyst #8C58CE
RGB
CMYK
RGB Variations
Color information
#8C58CE (or 0x8C58CE) is known color: Amethyst. HEX triplet: 8C, 58 and CE. RGB value is (140,88,206). Sum of RGB (Red+Green+Blue) = 140+88+206=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58CE is #73A731. Grayscale: #747474. Windows color (decimal): -7579442 or 13523084. OLE color: 13523084.
HSL color Cylindrical-coordinate representation of color #8C58CE: hue angle of 266.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C58CE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 88 | 206 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.19 |
| HSL | 266.44º | 0.55% | 0.58% | - |
| HSV(B) | 266.44º | 0.57% | 0.81% | - |
| XYZ | 25.45 | 17.01 | 60.33 | - |
| YUV | 117 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 206 | 0.32 | 0.57 | 0 | 0.19 | 266.44 | 0.55 | 0.58 |
| Hex | 8C | 58 | CE | 20 | 39 | 0 | 13 | 10A | 37 | 3A |
| Octal | 214 | 130 | 316 | 40 | 71 | 0 | 23 | 412 | 67 | 72 |
| Binary | 10001100 | 1011000 | 11001110 | 100000 | 111001 | 0 | 10011 | 100001010 | 110111 | 111010 |
Color Harmonies of #8C58CE
Complementary color
Monochromatic Colors of #8C58CE
Black with #8C58CE
Text Example
Text Example
White with #8C58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C58CE; }
p { color: rgb(140,88,206); }
H1.HeaderClassName
{
color: #8C58CE;
}
.AnyTagClassName
{
color: #8C58CE;
}
</style>
background-color css
<style>
a { background-color: #8C58CE; }
a { background-color: rgb(140,88,206); }
div.DivClassName
{
background-color: #8C58CE;
}
.BgClassName
{
background-color: #8C58CE;
}
</style>
border-color css
<style>
span { border-color: #8C58CE; }
span { border-color: rgb(140,88,206); }
td.TdClassName
{
border-color: #8C58CE;
}
.TagClassName
{
border-color: #8C58CE;
}
</style>