Shades of Amethyst #8552D7
Tints of Amethyst #8552D7
RGB
CMYK
RGB Variations
Color information
#8552D7 (or 0x8552D7) is known color: Amethyst. HEX triplet: 85, 52 and D7. RGB value is (133,82,215). Sum of RGB (Red+Green+Blue) = 133+82+215=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #8552D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552D7 is #7AAD28. Grayscale: #6F6F6F. Windows color (decimal): -8039721 or 14111365. OLE color: 14111365.
HSL color Cylindrical-coordinate representation of color #8552D7: hue angle of 263.01º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8552D7 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 82 | 215 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.16 |
| HSL | 263.01º | 0.62% | 0.58% | - |
| HSV(B) | 263.01º | 0.62% | 0.84% | - |
| XYZ | 24.96 | 15.93 | 66.05 | - |
| YUV | 112.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 215 | 0.38 | 0.62 | 0 | 0.16 | 263.01 | 0.62 | 0.58 |
| Hex | 85 | 52 | D7 | 26 | 3E | 0 | 10 | 107 | 3E | 3A |
| Octal | 205 | 122 | 327 | 46 | 76 | 0 | 20 | 407 | 76 | 72 |
| Binary | 10000101 | 1010010 | 11010111 | 100110 | 111110 | 0 | 10000 | 100000111 | 111110 | 111010 |
Color Harmonies of #8552D7
Complementary color
Monochromatic Colors of #8552D7
Black with #8552D7
Text Example
Text Example
White with #8552D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552D7; }
p { color: rgb(133,82,215); }
H1.HeaderClassName
{
color: #8552D7;
}
.AnyTagClassName
{
color: #8552D7;
}
</style>
background-color css
<style>
a { background-color: #8552D7; }
a { background-color: rgb(133,82,215); }
div.DivClassName
{
background-color: #8552D7;
}
.BgClassName
{
background-color: #8552D7;
}
</style>
border-color css
<style>
span { border-color: #8552D7; }
span { border-color: rgb(133,82,215); }
td.TdClassName
{
border-color: #8552D7;
}
.TagClassName
{
border-color: #8552D7;
}
</style>