Shades of Amethyst #8650D0
Tints of Amethyst #8650D0
RGB
CMYK
RGB Variations
Color information
#8650D0 (or 0x8650D0) is known color: Amethyst. HEX triplet: 86, 50 and D0. RGB value is (134,80,208). Sum of RGB (Red+Green+Blue) = 134+80+208=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #8650D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650D0 is #79AF2F. Grayscale: #6E6E6E. Windows color (decimal): -7974704 or 13652102. OLE color: 13652102.
HSL color Cylindrical-coordinate representation of color #8650D0: hue angle of 265.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8650D0 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 80 | 208 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.18 |
| HSL | 265.31º | 0.58% | 0.56% | - |
| HSV(B) | 265.31º | 0.62% | 0.82% | - |
| XYZ | 24.09 | 15.36 | 61.37 | - |
| YUV | 110.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 208 | 0.36 | 0.62 | 0 | 0.18 | 265.31 | 0.58 | 0.56 |
| Hex | 86 | 50 | D0 | 24 | 3E | 0 | 12 | 109 | 3A | 38 |
| Octal | 206 | 120 | 320 | 44 | 76 | 0 | 22 | 411 | 72 | 70 |
| Binary | 10000110 | 1010000 | 11010000 | 100100 | 111110 | 0 | 10010 | 100001001 | 111010 | 111000 |
Color Harmonies of #8650D0
Complementary color
Monochromatic Colors of #8650D0
Black with #8650D0
Text Example
Text Example
White with #8650D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650D0; }
p { color: rgb(134,80,208); }
H1.HeaderClassName
{
color: #8650D0;
}
.AnyTagClassName
{
color: #8650D0;
}
</style>
background-color css
<style>
a { background-color: #8650D0; }
a { background-color: rgb(134,80,208); }
div.DivClassName
{
background-color: #8650D0;
}
.BgClassName
{
background-color: #8650D0;
}
</style>
border-color css
<style>
span { border-color: #8650D0; }
span { border-color: rgb(134,80,208); }
td.TdClassName
{
border-color: #8650D0;
}
.TagClassName
{
border-color: #8650D0;
}
</style>