Shades of Amethyst #8558D3
Tints of Amethyst #8558D3
RGB
CMYK
RGB Variations
Color information
#8558D3 (or 0x8558D3) is known color: Amethyst. HEX triplet: 85, 58 and D3. RGB value is (133,88,211). Sum of RGB (Red+Green+Blue) = 133+88+211=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #8558D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558D3 is #7AA72C. Grayscale: #737373. Windows color (decimal): -8038189 or 13850757. OLE color: 13850757.
HSL color Cylindrical-coordinate representation of color #8558D3: hue angle of 261.95º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8558D3 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 88 | 211 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.17 |
| HSL | 261.95º | 0.58% | 0.59% | - |
| HSV(B) | 261.95º | 0.58% | 0.83% | - |
| XYZ | 24.92 | 16.67 | 63.53 | - |
| YUV | 115.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 211 | 0.37 | 0.58 | 0 | 0.17 | 261.95 | 0.58 | 0.59 |
| Hex | 85 | 58 | D3 | 25 | 3A | 0 | 11 | 106 | 3A | 3B |
| Octal | 205 | 130 | 323 | 45 | 72 | 0 | 21 | 406 | 72 | 73 |
| Binary | 10000101 | 1011000 | 11010011 | 100101 | 111010 | 0 | 10001 | 100000110 | 111010 | 111011 |
Color Harmonies of #8558D3
Complementary color
Monochromatic Colors of #8558D3
Black with #8558D3
Text Example
Text Example
White with #8558D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558D3; }
p { color: rgb(133,88,211); }
H1.HeaderClassName
{
color: #8558D3;
}
.AnyTagClassName
{
color: #8558D3;
}
</style>
background-color css
<style>
a { background-color: #8558D3; }
a { background-color: rgb(133,88,211); }
div.DivClassName
{
background-color: #8558D3;
}
.BgClassName
{
background-color: #8558D3;
}
</style>
border-color css
<style>
span { border-color: #8558D3; }
span { border-color: rgb(133,88,211); }
td.TdClassName
{
border-color: #8558D3;
}
.TagClassName
{
border-color: #8558D3;
}
</style>