Shades of Amethyst #8555CF
Tints of Amethyst #8555CF
RGB
CMYK
RGB Variations
Color information
#8555CF (or 0x8555CF) is known color: Amethyst. HEX triplet: 85, 55 and CF. RGB value is (133,85,207). Sum of RGB (Red+Green+Blue) = 133+85+207=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8555CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555CF is #7AAA30. Grayscale: #707070. Windows color (decimal): -8038961 or 13587845. OLE color: 13587845.
HSL color Cylindrical-coordinate representation of color #8555CF: hue angle of 263.61º degrees, saturation: 0.56, 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 #8555CF is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 85 | 207 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.19 |
| HSL | 263.61º | 0.56% | 0.57% | - |
| HSV(B) | 263.61º | 0.59% | 0.81% | - |
| XYZ | 24.18 | 15.99 | 60.84 | - |
| YUV | 113.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 207 | 0.36 | 0.59 | 0 | 0.19 | 263.61 | 0.56 | 0.57 |
| Hex | 85 | 55 | CF | 24 | 3B | 0 | 13 | 108 | 38 | 39 |
| Octal | 205 | 125 | 317 | 44 | 73 | 0 | 23 | 410 | 70 | 71 |
| Binary | 10000101 | 1010101 | 11001111 | 100100 | 111011 | 0 | 10011 | 100001000 | 111000 | 111001 |
Color Harmonies of #8555CF
Complementary color
Monochromatic Colors of #8555CF
Black with #8555CF
Text Example
Text Example
White with #8555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555CF; }
p { color: rgb(133,85,207); }
H1.HeaderClassName
{
color: #8555CF;
}
.AnyTagClassName
{
color: #8555CF;
}
</style>
background-color css
<style>
a { background-color: #8555CF; }
a { background-color: rgb(133,85,207); }
div.DivClassName
{
background-color: #8555CF;
}
.BgClassName
{
background-color: #8555CF;
}
</style>
border-color css
<style>
span { border-color: #8555CF; }
span { border-color: rgb(133,85,207); }
td.TdClassName
{
border-color: #8555CF;
}
.TagClassName
{
border-color: #8555CF;
}
</style>