Shades of Amethyst #8550CA
Tints of Amethyst #8550CA
RGB
CMYK
RGB Variations
Color information
#8550CA (or 0x8550CA) is known color: Amethyst. HEX triplet: 85, 50 and CA. RGB value is (133,80,202). Sum of RGB (Red+Green+Blue) = 133+80+202=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #8550CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550CA is #7AAF35. Grayscale: #6D6D6D. Windows color (decimal): -8040246 or 13258885. OLE color: 13258885.
HSL color Cylindrical-coordinate representation of color #8550CA: hue angle of 266.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8550CA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 80 | 202 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.21 |
| HSL | 266.07º | 0.54% | 0.55% | - |
| HSV(B) | 266.07º | 0.6% | 0.79% | - |
| XYZ | 23.2 | 14.99 | 57.55 | - |
| YUV | 109.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 202 | 0.34 | 0.60 | 0 | 0.21 | 266.07 | 0.54 | 0.55 |
| Hex | 85 | 50 | CA | 22 | 3C | 0 | 15 | 10A | 36 | 37 |
| Octal | 205 | 120 | 312 | 42 | 74 | 0 | 25 | 412 | 66 | 67 |
| Binary | 10000101 | 1010000 | 11001010 | 100010 | 111100 | 0 | 10101 | 100001010 | 110110 | 110111 |
Color Harmonies of #8550CA
Complementary color
Monochromatic Colors of #8550CA
Black with #8550CA
Text Example
Text Example
White with #8550CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550CA; }
p { color: rgb(133,80,202); }
H1.HeaderClassName
{
color: #8550CA;
}
.AnyTagClassName
{
color: #8550CA;
}
</style>
background-color css
<style>
a { background-color: #8550CA; }
a { background-color: rgb(133,80,202); }
div.DivClassName
{
background-color: #8550CA;
}
.BgClassName
{
background-color: #8550CA;
}
</style>
border-color css
<style>
span { border-color: #8550CA; }
span { border-color: rgb(133,80,202); }
td.TdClassName
{
border-color: #8550CA;
}
.TagClassName
{
border-color: #8550CA;
}
</style>