Shades of Amethyst #8758C1
Tints of Amethyst #8758C1
RGB
CMYK
RGB Variations
Color information
#8758C1 (or 0x8758C1) is known color: Amethyst. HEX triplet: 87, 58 and C1. RGB value is (135,88,193). Sum of RGB (Red+Green+Blue) = 135+88+193=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #8758C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758C1 is #78A73E. Grayscale: #717171. Windows color (decimal): -7907135 or 12671111. OLE color: 12671111.
HSL color Cylindrical-coordinate representation of color #8758C1: hue angle of 266.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8758C1 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 88 | 193 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.24 |
| HSL | 266.86º | 0.46% | 0.55% | - |
| HSV(B) | 266.86º | 0.54% | 0.76% | - |
| XYZ | 23.11 | 15.98 | 52.32 | - |
| YUV | 114.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 193 | 0.30 | 0.54 | 0 | 0.24 | 266.86 | 0.46 | 0.55 |
| Hex | 87 | 58 | C1 | 1E | 36 | 0 | 18 | 10B | 2E | 37 |
| Octal | 207 | 130 | 301 | 36 | 66 | 0 | 30 | 413 | 56 | 67 |
| Binary | 10000111 | 1011000 | 11000001 | 11110 | 110110 | 0 | 11000 | 100001011 | 101110 | 110111 |
Color Harmonies of #8758C1
Complementary color
Monochromatic Colors of #8758C1
Black with #8758C1
Text Example
Text Example
White with #8758C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758C1; }
p { color: rgb(135,88,193); }
H1.HeaderClassName
{
color: #8758C1;
}
.AnyTagClassName
{
color: #8758C1;
}
</style>
background-color css
<style>
a { background-color: #8758C1; }
a { background-color: rgb(135,88,193); }
div.DivClassName
{
background-color: #8758C1;
}
.BgClassName
{
background-color: #8758C1;
}
</style>
border-color css
<style>
span { border-color: #8758C1; }
span { border-color: rgb(135,88,193); }
td.TdClassName
{
border-color: #8758C1;
}
.TagClassName
{
border-color: #8758C1;
}
</style>