Shades of Amethyst #8552CE
Tints of Amethyst #8552CE
RGB
CMYK
RGB Variations
Color information
#8552CE (or 0x8552CE) is known color: Amethyst. HEX triplet: 85, 52 and CE. RGB value is (133,82,206). Sum of RGB (Red+Green+Blue) = 133+82+206=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #8552CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552CE is #7AAD31. Grayscale: #6E6E6E. Windows color (decimal): -8039730 or 13521541. OLE color: 13521541.
HSL color Cylindrical-coordinate representation of color #8552CE: hue angle of 264.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8552CE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 82 | 206 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.19 |
| HSL | 264.68º | 0.56% | 0.56% | - |
| HSV(B) | 264.68º | 0.6% | 0.81% | - |
| XYZ | 23.83 | 15.48 | 60.12 | - |
| YUV | 111.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 206 | 0.35 | 0.60 | 0 | 0.19 | 264.68 | 0.56 | 0.56 |
| Hex | 85 | 52 | CE | 23 | 3C | 0 | 13 | 109 | 38 | 38 |
| Octal | 205 | 122 | 316 | 43 | 74 | 0 | 23 | 411 | 70 | 70 |
| Binary | 10000101 | 1010010 | 11001110 | 100011 | 111100 | 0 | 10011 | 100001001 | 111000 | 111000 |
Color Harmonies of #8552CE
Complementary color
Monochromatic Colors of #8552CE
Black with #8552CE
Text Example
Text Example
White with #8552CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552CE; }
p { color: rgb(133,82,206); }
H1.HeaderClassName
{
color: #8552CE;
}
.AnyTagClassName
{
color: #8552CE;
}
</style>
background-color css
<style>
a { background-color: #8552CE; }
a { background-color: rgb(133,82,206); }
div.DivClassName
{
background-color: #8552CE;
}
.BgClassName
{
background-color: #8552CE;
}
</style>
border-color css
<style>
span { border-color: #8552CE; }
span { border-color: rgb(133,82,206); }
td.TdClassName
{
border-color: #8552CE;
}
.TagClassName
{
border-color: #8552CE;
}
</style>