Shades of Amethyst #8650DC
Tints of Amethyst #8650DC
RGB
CMYK
RGB Variations
Color information
#8650DC (or 0x8650DC) is known color: Amethyst. HEX triplet: 86, 50 and DC. RGB value is (134,80,220). Sum of RGB (Red+Green+Blue) = 134+80+220=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8650DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650DC is #79AF23. Grayscale: #6F6F6F. Windows color (decimal): -7974692 or 14438534. OLE color: 14438534.
HSL color Cylindrical-coordinate representation of color #8650DC: hue angle of 263.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8650DC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 80 | 220 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.14 |
| HSL | 263.14º | 0.67% | 0.59% | - |
| HSV(B) | 263.14º | 0.64% | 0.86% | - |
| XYZ | 25.62 | 15.97 | 69.44 | - |
| YUV | 112.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 220 | 0.39 | 0.64 | 0 | 0.14 | 263.14 | 0.67 | 0.59 |
| Hex | 86 | 50 | DC | 27 | 40 | 0 | E | 107 | 43 | 3B |
| Octal | 206 | 120 | 334 | 47 | 100 | 0 | 16 | 407 | 103 | 73 |
| Binary | 10000110 | 1010000 | 11011100 | 100111 | 1000000 | 0 | 1110 | 100000111 | 1000011 | 111011 |
Color Harmonies of #8650DC
Complementary color
Monochromatic Colors of #8650DC
Black with #8650DC
Text Example
Text Example
White with #8650DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650DC; }
p { color: rgb(134,80,220); }
H1.HeaderClassName
{
color: #8650DC;
}
.AnyTagClassName
{
color: #8650DC;
}
</style>
background-color css
<style>
a { background-color: #8650DC; }
a { background-color: rgb(134,80,220); }
div.DivClassName
{
background-color: #8650DC;
}
.BgClassName
{
background-color: #8650DC;
}
</style>
border-color css
<style>
span { border-color: #8650DC; }
span { border-color: rgb(134,80,220); }
td.TdClassName
{
border-color: #8650DC;
}
.TagClassName
{
border-color: #8650DC;
}
</style>