Shades of Amethyst #865AD3
Tints of Amethyst #865AD3
RGB
CMYK
RGB Variations
Color information
#865AD3 (or 0x865AD3) is known color: Amethyst. HEX triplet: 86, 5A and D3. RGB value is (134,90,211). Sum of RGB (Red+Green+Blue) = 134+90+211=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #865AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AD3 is #79A52C. Grayscale: #747474. Windows color (decimal): -7972141 or 13851270. OLE color: 13851270.
HSL color Cylindrical-coordinate representation of color #865AD3: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865AD3 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 90 | 211 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.17 |
| HSL | 261.82º | 0.58% | 0.59% | - |
| HSV(B) | 261.82º | 0.57% | 0.83% | - |
| XYZ | 25.25 | 17.08 | 63.59 | - |
| YUV | 116.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 211 | 0.36 | 0.57 | 0 | 0.17 | 261.82 | 0.58 | 0.59 |
| Hex | 86 | 5A | D3 | 24 | 39 | 0 | 11 | 106 | 3A | 3B |
| Octal | 206 | 132 | 323 | 44 | 71 | 0 | 21 | 406 | 72 | 73 |
| Binary | 10000110 | 1011010 | 11010011 | 100100 | 111001 | 0 | 10001 | 100000110 | 111010 | 111011 |
Color Harmonies of #865AD3
Complementary color
Monochromatic Colors of #865AD3
Black with #865AD3
Text Example
Text Example
White with #865AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AD3; }
p { color: rgb(134,90,211); }
H1.HeaderClassName
{
color: #865AD3;
}
.AnyTagClassName
{
color: #865AD3;
}
</style>
background-color css
<style>
a { background-color: #865AD3; }
a { background-color: rgb(134,90,211); }
div.DivClassName
{
background-color: #865AD3;
}
.BgClassName
{
background-color: #865AD3;
}
</style>
border-color css
<style>
span { border-color: #865AD3; }
span { border-color: rgb(134,90,211); }
td.TdClassName
{
border-color: #865AD3;
}
.TagClassName
{
border-color: #865AD3;
}
</style>