Shades of Amethyst #8558D0
Tints of Amethyst #8558D0
RGB
CMYK
RGB Variations
Color information
#8558D0 (or 0x8558D0) is known color: Amethyst. HEX triplet: 85, 58 and D0. RGB value is (133,88,208). Sum of RGB (Red+Green+Blue) = 133+88+208=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #8558D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558D0 is #7AA72F. Grayscale: #727272. Windows color (decimal): -8038192 or 13654149. OLE color: 13654149.
HSL color Cylindrical-coordinate representation of color #8558D0: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8558D0 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 88 | 208 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.18 |
| HSL | 262.5º | 0.56% | 0.58% | - |
| HSV(B) | 262.5º | 0.58% | 0.82% | - |
| XYZ | 24.55 | 16.52 | 61.57 | - |
| YUV | 115.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 208 | 0.36 | 0.58 | 0 | 0.18 | 262.5 | 0.56 | 0.58 |
| Hex | 85 | 58 | D0 | 24 | 3A | 0 | 12 | 106 | 38 | 3A |
| Octal | 205 | 130 | 320 | 44 | 72 | 0 | 22 | 406 | 70 | 72 |
| Binary | 10000101 | 1011000 | 11010000 | 100100 | 111010 | 0 | 10010 | 100000110 | 111000 | 111010 |
Color Harmonies of #8558D0
Complementary color
Monochromatic Colors of #8558D0
Black with #8558D0
Text Example
Text Example
White with #8558D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558D0; }
p { color: rgb(133,88,208); }
H1.HeaderClassName
{
color: #8558D0;
}
.AnyTagClassName
{
color: #8558D0;
}
</style>
background-color css
<style>
a { background-color: #8558D0; }
a { background-color: rgb(133,88,208); }
div.DivClassName
{
background-color: #8558D0;
}
.BgClassName
{
background-color: #8558D0;
}
</style>
border-color css
<style>
span { border-color: #8558D0; }
span { border-color: rgb(133,88,208); }
td.TdClassName
{
border-color: #8558D0;
}
.TagClassName
{
border-color: #8558D0;
}
</style>