Shades of Amethyst #8554CA
Tints of Amethyst #8554CA
RGB
CMYK
RGB Variations
Color information
#8554CA (or 0x8554CA) is known color: Amethyst. HEX triplet: 85, 54 and CA. RGB value is (133,84,202). Sum of RGB (Red+Green+Blue) = 133+84+202=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #8554CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554CA is #7AAB35. Grayscale: #6F6F6F. Windows color (decimal): -8039222 or 13259909. OLE color: 13259909.
HSL color Cylindrical-coordinate representation of color #8554CA: hue angle of 264.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8554CA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 84 | 202 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.21 |
| HSL | 264.92º | 0.53% | 0.56% | - |
| HSV(B) | 264.92º | 0.58% | 0.79% | - |
| XYZ | 23.5 | 15.59 | 57.65 | - |
| YUV | 112.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 202 | 0.34 | 0.58 | 0 | 0.21 | 264.92 | 0.53 | 0.56 |
| Hex | 85 | 54 | CA | 22 | 3A | 0 | 15 | 109 | 35 | 38 |
| Octal | 205 | 124 | 312 | 42 | 72 | 0 | 25 | 411 | 65 | 70 |
| Binary | 10000101 | 1010100 | 11001010 | 100010 | 111010 | 0 | 10101 | 100001001 | 110101 | 111000 |
Color Harmonies of #8554CA
Complementary color
Monochromatic Colors of #8554CA
Black with #8554CA
Text Example
Text Example
White with #8554CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8554CA; }
p { color: rgb(133,84,202); }
H1.HeaderClassName
{
color: #8554CA;
}
.AnyTagClassName
{
color: #8554CA;
}
</style>
background-color css
<style>
a { background-color: #8554CA; }
a { background-color: rgb(133,84,202); }
div.DivClassName
{
background-color: #8554CA;
}
.BgClassName
{
background-color: #8554CA;
}
</style>
border-color css
<style>
span { border-color: #8554CA; }
span { border-color: rgb(133,84,202); }
td.TdClassName
{
border-color: #8554CA;
}
.TagClassName
{
border-color: #8554CA;
}
</style>