Shades of Amethyst #8550D7
Tints of Amethyst #8550D7
RGB
CMYK
RGB Variations
Color information
#8550D7 (or 0x8550D7) is known color: Amethyst. HEX triplet: 85, 50 and D7. RGB value is (133,80,215). Sum of RGB (Red+Green+Blue) = 133+80+215=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #8550D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550D7 is #7AAF28. Grayscale: #6E6E6E. Windows color (decimal): -8040233 or 14110853. OLE color: 14110853.
HSL color Cylindrical-coordinate representation of color #8550D7: hue angle of 263.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8550D7 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 80 | 215 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.16 |
| HSL | 263.56º | 0.63% | 0.58% | - |
| HSV(B) | 263.56º | 0.63% | 0.84% | - |
| XYZ | 24.81 | 15.63 | 66 | - |
| YUV | 111.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 215 | 0.38 | 0.63 | 0 | 0.16 | 263.56 | 0.63 | 0.58 |
| Hex | 85 | 50 | D7 | 26 | 3F | 0 | 10 | 108 | 3F | 3A |
| Octal | 205 | 120 | 327 | 46 | 77 | 0 | 20 | 410 | 77 | 72 |
| Binary | 10000101 | 1010000 | 11010111 | 100110 | 111111 | 0 | 10000 | 100001000 | 111111 | 111010 |
Color Harmonies of #8550D7
Complementary color
Monochromatic Colors of #8550D7
Black with #8550D7
Text Example
Text Example
White with #8550D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550D7; }
p { color: rgb(133,80,215); }
H1.HeaderClassName
{
color: #8550D7;
}
.AnyTagClassName
{
color: #8550D7;
}
</style>
background-color css
<style>
a { background-color: #8550D7; }
a { background-color: rgb(133,80,215); }
div.DivClassName
{
background-color: #8550D7;
}
.BgClassName
{
background-color: #8550D7;
}
</style>
border-color css
<style>
span { border-color: #8550D7; }
span { border-color: rgb(133,80,215); }
td.TdClassName
{
border-color: #8550D7;
}
.TagClassName
{
border-color: #8550D7;
}
</style>