Shades of Amethyst #855ACB
Tints of Amethyst #855ACB
RGB
CMYK
RGB Variations
Color information
#855ACB (or 0x855ACB) is known color: Amethyst. HEX triplet: 85, 5A and CB. RGB value is (133,90,203). Sum of RGB (Red+Green+Blue) = 133+90+203=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #855ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ACB is #7AA534. Grayscale: #737373. Windows color (decimal): -8037685 or 13326981. OLE color: 13326981.
HSL color Cylindrical-coordinate representation of color #855ACB: hue angle of 262.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855ACB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 90 | 203 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.20 |
| HSL | 262.83º | 0.52% | 0.57% | - |
| HSV(B) | 262.83º | 0.56% | 0.8% | - |
| XYZ | 24.11 | 16.61 | 58.44 | - |
| YUV | 115.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 203 | 0.34 | 0.56 | 0 | 0.20 | 262.83 | 0.52 | 0.57 |
| Hex | 85 | 5A | CB | 22 | 38 | 0 | 14 | 107 | 34 | 39 |
| Octal | 205 | 132 | 313 | 42 | 70 | 0 | 24 | 407 | 64 | 71 |
| Binary | 10000101 | 1011010 | 11001011 | 100010 | 111000 | 0 | 10100 | 100000111 | 110100 | 111001 |
Color Harmonies of #855ACB
Complementary color
Monochromatic Colors of #855ACB
Black with #855ACB
Text Example
Text Example
White with #855ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ACB; }
p { color: rgb(133,90,203); }
H1.HeaderClassName
{
color: #855ACB;
}
.AnyTagClassName
{
color: #855ACB;
}
</style>
background-color css
<style>
a { background-color: #855ACB; }
a { background-color: rgb(133,90,203); }
div.DivClassName
{
background-color: #855ACB;
}
.BgClassName
{
background-color: #855ACB;
}
</style>
border-color css
<style>
span { border-color: #855ACB; }
span { border-color: rgb(133,90,203); }
td.TdClassName
{
border-color: #855ACB;
}
.TagClassName
{
border-color: #855ACB;
}
</style>