Shades of Amethyst #865ACC
Tints of Amethyst #865ACC
RGB
CMYK
RGB Variations
Color information
#865ACC (or 0x865ACC) is known color: Amethyst. HEX triplet: 86, 5A and CC. RGB value is (134,90,204). Sum of RGB (Red+Green+Blue) = 134+90+204=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #865ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ACC is #79A533. Grayscale: #737373. Windows color (decimal): -7972148 or 13392518. OLE color: 13392518.
HSL color Cylindrical-coordinate representation of color #865ACC: hue angle of 263.16º 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 #865ACC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 90 | 204 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.2 |
| HSL | 263.16º | 0.53% | 0.58% | - |
| HSV(B) | 263.16º | 0.56% | 0.8% | - |
| XYZ | 24.39 | 16.74 | 59.07 | - |
| YUV | 116.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 204 | 0.34 | 0.56 | 0 | 0.2 | 263.16 | 0.53 | 0.58 |
| Hex | 86 | 5A | CC | 22 | 38 | 0 | 14 | 107 | 35 | 3A |
| Octal | 206 | 132 | 314 | 42 | 70 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10000110 | 1011010 | 11001100 | 100010 | 111000 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #865ACC
Complementary color
Monochromatic Colors of #865ACC
Black with #865ACC
Text Example
Text Example
White with #865ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ACC; }
p { color: rgb(134,90,204); }
H1.HeaderClassName
{
color: #865ACC;
}
.AnyTagClassName
{
color: #865ACC;
}
</style>
background-color css
<style>
a { background-color: #865ACC; }
a { background-color: rgb(134,90,204); }
div.DivClassName
{
background-color: #865ACC;
}
.BgClassName
{
background-color: #865ACC;
}
</style>
border-color css
<style>
span { border-color: #865ACC; }
span { border-color: rgb(134,90,204); }
td.TdClassName
{
border-color: #865ACC;
}
.TagClassName
{
border-color: #865ACC;
}
</style>