Shades of Amethyst #8558CF
Tints of Amethyst #8558CF
RGB
CMYK
RGB Variations
Color information
#8558CF (or 0x8558CF) is known color: Amethyst. HEX triplet: 85, 58 and CF. RGB value is (133,88,207). Sum of RGB (Red+Green+Blue) = 133+88+207=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #8558CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558CF is #7AA730. Grayscale: #727272. Windows color (decimal): -8038193 or 13588613. OLE color: 13588613.
HSL color Cylindrical-coordinate representation of color #8558CF: hue angle of 262.69º 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 #8558CF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 88 | 207 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.19 |
| HSL | 262.69º | 0.55% | 0.58% | - |
| HSV(B) | 262.69º | 0.57% | 0.81% | - |
| XYZ | 24.43 | 16.47 | 60.92 | - |
| YUV | 115.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 207 | 0.36 | 0.57 | 0 | 0.19 | 262.69 | 0.55 | 0.58 |
| Hex | 85 | 58 | CF | 24 | 39 | 0 | 13 | 107 | 37 | 3A |
| Octal | 205 | 130 | 317 | 44 | 71 | 0 | 23 | 407 | 67 | 72 |
| Binary | 10000101 | 1011000 | 11001111 | 100100 | 111001 | 0 | 10011 | 100000111 | 110111 | 111010 |
Color Harmonies of #8558CF
Complementary color
Monochromatic Colors of #8558CF
Black with #8558CF
Text Example
Text Example
White with #8558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558CF; }
p { color: rgb(133,88,207); }
H1.HeaderClassName
{
color: #8558CF;
}
.AnyTagClassName
{
color: #8558CF;
}
</style>
background-color css
<style>
a { background-color: #8558CF; }
a { background-color: rgb(133,88,207); }
div.DivClassName
{
background-color: #8558CF;
}
.BgClassName
{
background-color: #8558CF;
}
</style>
border-color css
<style>
span { border-color: #8558CF; }
span { border-color: rgb(133,88,207); }
td.TdClassName
{
border-color: #8558CF;
}
.TagClassName
{
border-color: #8558CF;
}
</style>