Shades of Amethyst #8552C6
Tints of Amethyst #8552C6
RGB
CMYK
RGB Variations
Color information
#8552C6 (or 0x8552C6) is known color: Amethyst. HEX triplet: 85, 52 and C6. RGB value is (133,82,198). Sum of RGB (Red+Green+Blue) = 133+82+198=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #8552C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552C6 is #7AAD39. Grayscale: #6E6E6E. Windows color (decimal): -8039738 or 12997253. OLE color: 12997253.
HSL color Cylindrical-coordinate representation of color #8552C6: hue angle of 266.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8552C6 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 82 | 198 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.22 |
| HSL | 266.38º | 0.5% | 0.55% | - |
| HSV(B) | 266.38º | 0.59% | 0.78% | - |
| XYZ | 22.88 | 15.1 | 55.13 | - |
| YUV | 110.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 198 | 0.33 | 0.59 | 0 | 0.22 | 266.38 | 0.5 | 0.55 |
| Hex | 85 | 52 | C6 | 21 | 3B | 0 | 16 | 10A | 32 | 37 |
| Octal | 205 | 122 | 306 | 41 | 73 | 0 | 26 | 412 | 62 | 67 |
| Binary | 10000101 | 1010010 | 11000110 | 100001 | 111011 | 0 | 10110 | 100001010 | 110010 | 110111 |
Color Harmonies of #8552C6
Complementary color
Monochromatic Colors of #8552C6
Black with #8552C6
Text Example
Text Example
White with #8552C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552C6; }
p { color: rgb(133,82,198); }
H1.HeaderClassName
{
color: #8552C6;
}
.AnyTagClassName
{
color: #8552C6;
}
</style>
background-color css
<style>
a { background-color: #8552C6; }
a { background-color: rgb(133,82,198); }
div.DivClassName
{
background-color: #8552C6;
}
.BgClassName
{
background-color: #8552C6;
}
</style>
border-color css
<style>
span { border-color: #8552C6; }
span { border-color: rgb(133,82,198); }
td.TdClassName
{
border-color: #8552C6;
}
.TagClassName
{
border-color: #8552C6;
}
</style>