Shades of Amethyst #8653DA
Tints of Amethyst #8653DA
RGB
CMYK
RGB Variations
Color information
#8653DA (or 0x8653DA) is known color: Amethyst. HEX triplet: 86, 53 and DA. RGB value is (134,83,218). Sum of RGB (Red+Green+Blue) = 134+83+218=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8653DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653DA is #79AC25. Grayscale: #717171. Windows color (decimal): -7973926 or 14308230. OLE color: 14308230.
HSL color Cylindrical-coordinate representation of color #8653DA: hue angle of 262.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8653DA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 83 | 218 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.15 |
| HSL | 262.67º | 0.65% | 0.59% | - |
| HSV(B) | 262.67º | 0.62% | 0.85% | - |
| XYZ | 25.58 | 16.32 | 68.13 | - |
| YUV | 113.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 218 | 0.39 | 0.62 | 0 | 0.15 | 262.67 | 0.65 | 0.59 |
| Hex | 86 | 53 | DA | 27 | 3E | 0 | F | 107 | 41 | 3B |
| Octal | 206 | 123 | 332 | 47 | 76 | 0 | 17 | 407 | 101 | 73 |
| Binary | 10000110 | 1010011 | 11011010 | 100111 | 111110 | 0 | 1111 | 100000111 | 1000001 | 111011 |
Color Harmonies of #8653DA
Complementary color
Monochromatic Colors of #8653DA
Black with #8653DA
Text Example
Text Example
White with #8653DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653DA; }
p { color: rgb(134,83,218); }
H1.HeaderClassName
{
color: #8653DA;
}
.AnyTagClassName
{
color: #8653DA;
}
</style>
background-color css
<style>
a { background-color: #8653DA; }
a { background-color: rgb(134,83,218); }
div.DivClassName
{
background-color: #8653DA;
}
.BgClassName
{
background-color: #8653DA;
}
</style>
border-color css
<style>
span { border-color: #8653DA; }
span { border-color: rgb(134,83,218); }
td.TdClassName
{
border-color: #8653DA;
}
.TagClassName
{
border-color: #8653DA;
}
</style>