Shades of Amethyst #8555CE
Tints of Amethyst #8555CE
RGB
CMYK
RGB Variations
Color information
#8555CE (or 0x8555CE) is known color: Amethyst. HEX triplet: 85, 55 and CE. RGB value is (133,85,206). Sum of RGB (Red+Green+Blue) = 133+85+206=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #8555CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555CE is #7AAA31. Grayscale: #707070. Windows color (decimal): -8038962 or 13522309. OLE color: 13522309.
HSL color Cylindrical-coordinate representation of color #8555CE: hue angle of 263.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8555CE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 85 | 206 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.19 |
| HSL | 263.8º | 0.55% | 0.57% | - |
| HSV(B) | 263.8º | 0.59% | 0.81% | - |
| XYZ | 24.06 | 15.94 | 60.2 | - |
| YUV | 113.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 206 | 0.35 | 0.59 | 0 | 0.19 | 263.8 | 0.55 | 0.57 |
| Hex | 85 | 55 | CE | 23 | 3B | 0 | 13 | 108 | 37 | 39 |
| Octal | 205 | 125 | 316 | 43 | 73 | 0 | 23 | 410 | 67 | 71 |
| Binary | 10000101 | 1010101 | 11001110 | 100011 | 111011 | 0 | 10011 | 100001000 | 110111 | 111001 |
Color Harmonies of #8555CE
Complementary color
Monochromatic Colors of #8555CE
Black with #8555CE
Text Example
Text Example
White with #8555CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555CE; }
p { color: rgb(133,85,206); }
H1.HeaderClassName
{
color: #8555CE;
}
.AnyTagClassName
{
color: #8555CE;
}
</style>
background-color css
<style>
a { background-color: #8555CE; }
a { background-color: rgb(133,85,206); }
div.DivClassName
{
background-color: #8555CE;
}
.BgClassName
{
background-color: #8555CE;
}
</style>
border-color css
<style>
span { border-color: #8555CE; }
span { border-color: rgb(133,85,206); }
td.TdClassName
{
border-color: #8555CE;
}
.TagClassName
{
border-color: #8555CE;
}
</style>