Shades of Amethyst #855ACE
Tints of Amethyst #855ACE
RGB
CMYK
RGB Variations
Color information
#855ACE (or 0x855ACE) is known color: Amethyst. HEX triplet: 85, 5A and CE. RGB value is (133,90,206). Sum of RGB (Red+Green+Blue) = 133+90+206=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #855ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ACE is #7AA531. Grayscale: #737373. Windows color (decimal): -8037682 or 13523589. OLE color: 13523589.
HSL color Cylindrical-coordinate representation of color #855ACE: hue angle of 262.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855ACE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 90 | 206 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.19 |
| HSL | 262.24º | 0.54% | 0.58% | - |
| HSV(B) | 262.24º | 0.56% | 0.81% | - |
| XYZ | 24.47 | 16.76 | 60.34 | - |
| YUV | 116.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 206 | 0.35 | 0.56 | 0 | 0.19 | 262.24 | 0.54 | 0.58 |
| Hex | 85 | 5A | CE | 23 | 38 | 0 | 13 | 106 | 36 | 3A |
| Octal | 205 | 132 | 316 | 43 | 70 | 0 | 23 | 406 | 66 | 72 |
| Binary | 10000101 | 1011010 | 11001110 | 100011 | 111000 | 0 | 10011 | 100000110 | 110110 | 111010 |
Color Harmonies of #855ACE
Complementary color
Monochromatic Colors of #855ACE
Black with #855ACE
Text Example
Text Example
White with #855ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ACE; }
p { color: rgb(133,90,206); }
H1.HeaderClassName
{
color: #855ACE;
}
.AnyTagClassName
{
color: #855ACE;
}
</style>
background-color css
<style>
a { background-color: #855ACE; }
a { background-color: rgb(133,90,206); }
div.DivClassName
{
background-color: #855ACE;
}
.BgClassName
{
background-color: #855ACE;
}
</style>
border-color css
<style>
span { border-color: #855ACE; }
span { border-color: rgb(133,90,206); }
td.TdClassName
{
border-color: #855ACE;
}
.TagClassName
{
border-color: #855ACE;
}
</style>