Shades of Amethyst #8651D8
Tints of Amethyst #8651D8
RGB
CMYK
RGB Variations
Color information
#8651D8 (or 0x8651D8) is known color: Amethyst. HEX triplet: 86, 51 and D8. RGB value is (134,81,216). Sum of RGB (Red+Green+Blue) = 134+81+216=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #8651D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8651D8 is #79AE27. Grayscale: #6F6F6F. Windows color (decimal): -7974440 or 14176646. OLE color: 14176646.
HSL color Cylindrical-coordinate representation of color #8651D8: hue angle of 263.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8651D8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 81 | 216 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.15 |
| HSL | 263.56º | 0.63% | 0.58% | - |
| HSV(B) | 263.56º | 0.63% | 0.85% | - |
| XYZ | 25.17 | 15.91 | 66.71 | - |
| YUV | 112.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 216 | 0.38 | 0.62 | 0 | 0.15 | 263.56 | 0.63 | 0.58 |
| Hex | 86 | 51 | D8 | 26 | 3E | 0 | F | 108 | 3F | 3A |
| Octal | 206 | 121 | 330 | 46 | 76 | 0 | 17 | 410 | 77 | 72 |
| Binary | 10000110 | 1010001 | 11011000 | 100110 | 111110 | 0 | 1111 | 100001000 | 111111 | 111010 |
Color Harmonies of #8651D8
Complementary color
Monochromatic Colors of #8651D8
Black with #8651D8
Text Example
Text Example
White with #8651D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8651D8; }
p { color: rgb(134,81,216); }
H1.HeaderClassName
{
color: #8651D8;
}
.AnyTagClassName
{
color: #8651D8;
}
</style>
background-color css
<style>
a { background-color: #8651D8; }
a { background-color: rgb(134,81,216); }
div.DivClassName
{
background-color: #8651D8;
}
.BgClassName
{
background-color: #8651D8;
}
</style>
border-color css
<style>
span { border-color: #8651D8; }
span { border-color: rgb(134,81,216); }
td.TdClassName
{
border-color: #8651D8;
}
.TagClassName
{
border-color: #8651D8;
}
</style>