Shades of Amethyst #855ACD
Tints of Amethyst #855ACD
RGB
CMYK
RGB Variations
Color information
#855ACD (or 0x855ACD) is known color: Amethyst. HEX triplet: 85, 5A and CD. RGB value is (133,90,205). Sum of RGB (Red+Green+Blue) = 133+90+205=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #855ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ACD is #7AA532. Grayscale: #737373. Windows color (decimal): -8037683 or 13458053. OLE color: 13458053.
HSL color Cylindrical-coordinate representation of color #855ACD: hue angle of 262.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855ACD is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 90 | 205 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.20 |
| HSL | 262.43º | 0.53% | 0.58% | - |
| HSV(B) | 262.43º | 0.56% | 0.8% | - |
| XYZ | 24.35 | 16.71 | 59.7 | - |
| YUV | 115.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 205 | 0.35 | 0.56 | 0 | 0.20 | 262.43 | 0.53 | 0.58 |
| Hex | 85 | 5A | CD | 23 | 38 | 0 | 14 | 106 | 35 | 3A |
| Octal | 205 | 132 | 315 | 43 | 70 | 0 | 24 | 406 | 65 | 72 |
| Binary | 10000101 | 1011010 | 11001101 | 100011 | 111000 | 0 | 10100 | 100000110 | 110101 | 111010 |
Color Harmonies of #855ACD
Complementary color
Monochromatic Colors of #855ACD
Black with #855ACD
Text Example
Text Example
White with #855ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ACD; }
p { color: rgb(133,90,205); }
H1.HeaderClassName
{
color: #855ACD;
}
.AnyTagClassName
{
color: #855ACD;
}
</style>
background-color css
<style>
a { background-color: #855ACD; }
a { background-color: rgb(133,90,205); }
div.DivClassName
{
background-color: #855ACD;
}
.BgClassName
{
background-color: #855ACD;
}
</style>
border-color css
<style>
span { border-color: #855ACD; }
span { border-color: rgb(133,90,205); }
td.TdClassName
{
border-color: #855ACD;
}
.TagClassName
{
border-color: #855ACD;
}
</style>