Shades of Amethyst #8558CC
Tints of Amethyst #8558CC
RGB
CMYK
RGB Variations
Color information
#8558CC (or 0x8558CC) is known color: Amethyst. HEX triplet: 85, 58 and CC. RGB value is (133,88,204). Sum of RGB (Red+Green+Blue) = 133+88+204=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #8558CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8558CC is #7AA733. Grayscale: #727272. Windows color (decimal): -8038196 or 13392005. OLE color: 13392005.
HSL color Cylindrical-coordinate representation of color #8558CC: hue angle of 263.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8558CC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 88 | 204 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.2 |
| HSL | 263.28º | 0.53% | 0.57% | - |
| HSV(B) | 263.28º | 0.57% | 0.8% | - |
| XYZ | 24.06 | 16.33 | 59.01 | - |
| YUV | 114.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 204 | 0.35 | 0.57 | 0 | 0.2 | 263.28 | 0.53 | 0.57 |
| Hex | 85 | 58 | CC | 23 | 39 | 0 | 14 | 107 | 35 | 39 |
| Octal | 205 | 130 | 314 | 43 | 71 | 0 | 24 | 407 | 65 | 71 |
| Binary | 10000101 | 1011000 | 11001100 | 100011 | 111001 | 0 | 10100 | 100000111 | 110101 | 111001 |
Color Harmonies of #8558CC
Complementary color
Monochromatic Colors of #8558CC
Black with #8558CC
Text Example
Text Example
White with #8558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558CC; }
p { color: rgb(133,88,204); }
H1.HeaderClassName
{
color: #8558CC;
}
.AnyTagClassName
{
color: #8558CC;
}
</style>
background-color css
<style>
a { background-color: #8558CC; }
a { background-color: rgb(133,88,204); }
div.DivClassName
{
background-color: #8558CC;
}
.BgClassName
{
background-color: #8558CC;
}
</style>
border-color css
<style>
span { border-color: #8558CC; }
span { border-color: rgb(133,88,204); }
td.TdClassName
{
border-color: #8558CC;
}
.TagClassName
{
border-color: #8558CC;
}
</style>