Shades of Amethyst #8552CC
Tints of Amethyst #8552CC
RGB
CMYK
RGB Variations
Color information
#8552CC (or 0x8552CC) is known color: Amethyst. HEX triplet: 85, 52 and CC. RGB value is (133,82,204). Sum of RGB (Red+Green+Blue) = 133+82+204=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #8552CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552CC is #7AAD33. Grayscale: #6E6E6E. Windows color (decimal): -8039732 or 13390469. OLE color: 13390469.
HSL color Cylindrical-coordinate representation of color #8552CC: hue angle of 265.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8552CC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 82 | 204 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.2 |
| HSL | 265.08º | 0.54% | 0.56% | - |
| HSV(B) | 265.08º | 0.6% | 0.8% | - |
| XYZ | 23.59 | 15.38 | 58.85 | - |
| YUV | 111.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 204 | 0.35 | 0.60 | 0 | 0.2 | 265.08 | 0.54 | 0.56 |
| Hex | 85 | 52 | CC | 23 | 3C | 0 | 14 | 109 | 36 | 38 |
| Octal | 205 | 122 | 314 | 43 | 74 | 0 | 24 | 411 | 66 | 70 |
| Binary | 10000101 | 1010010 | 11001100 | 100011 | 111100 | 0 | 10100 | 100001001 | 110110 | 111000 |
Color Harmonies of #8552CC
Complementary color
Monochromatic Colors of #8552CC
Black with #8552CC
Text Example
Text Example
White with #8552CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552CC; }
p { color: rgb(133,82,204); }
H1.HeaderClassName
{
color: #8552CC;
}
.AnyTagClassName
{
color: #8552CC;
}
</style>
background-color css
<style>
a { background-color: #8552CC; }
a { background-color: rgb(133,82,204); }
div.DivClassName
{
background-color: #8552CC;
}
.BgClassName
{
background-color: #8552CC;
}
</style>
border-color css
<style>
span { border-color: #8552CC; }
span { border-color: rgb(133,82,204); }
td.TdClassName
{
border-color: #8552CC;
}
.TagClassName
{
border-color: #8552CC;
}
</style>