Shades of Amethyst #8658C2
Tints of Amethyst #8658C2
RGB
CMYK
RGB Variations
Color information
#8658C2 (or 0x8658C2) is known color: Amethyst. HEX triplet: 86, 58 and C2. RGB value is (134,88,194). Sum of RGB (Red+Green+Blue) = 134+88+194=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #8658C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658C2 is #79A73D. Grayscale: #717171. Windows color (decimal): -7972670 or 12736646. OLE color: 12736646.
HSL color Cylindrical-coordinate representation of color #8658C2: hue angle of 266.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8658C2 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 88 | 194 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.24 |
| HSL | 266.04º | 0.46% | 0.55% | - |
| HSV(B) | 266.04º | 0.55% | 0.76% | - |
| XYZ | 23.06 | 15.94 | 52.9 | - |
| YUV | 113.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 194 | 0.31 | 0.55 | 0 | 0.24 | 266.04 | 0.46 | 0.55 |
| Hex | 86 | 58 | C2 | 1F | 37 | 0 | 18 | 10A | 2E | 37 |
| Octal | 206 | 130 | 302 | 37 | 67 | 0 | 30 | 412 | 56 | 67 |
| Binary | 10000110 | 1011000 | 11000010 | 11111 | 110111 | 0 | 11000 | 100001010 | 101110 | 110111 |
Color Harmonies of #8658C2
Complementary color
Monochromatic Colors of #8658C2
Black with #8658C2
Text Example
Text Example
White with #8658C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8658C2; }
p { color: rgb(134,88,194); }
H1.HeaderClassName
{
color: #8658C2;
}
.AnyTagClassName
{
color: #8658C2;
}
</style>
background-color css
<style>
a { background-color: #8658C2; }
a { background-color: rgb(134,88,194); }
div.DivClassName
{
background-color: #8658C2;
}
.BgClassName
{
background-color: #8658C2;
}
</style>
border-color css
<style>
span { border-color: #8658C2; }
span { border-color: rgb(134,88,194); }
td.TdClassName
{
border-color: #8658C2;
}
.TagClassName
{
border-color: #8658C2;
}
</style>