Shades of Amethyst #864AD3
Tints of Amethyst #864AD3
RGB
CMYK
RGB Variations
Color information
#864AD3 (or 0x864AD3) is known color: Amethyst. HEX triplet: 86, 4A and D3. RGB value is (134,74,211). Sum of RGB (Red+Green+Blue) = 134+74+211=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #864AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864AD3 is #79B52C. Grayscale: #6B6B6B. Windows color (decimal): -7976237 or 13847174. OLE color: 13847174.
HSL color Cylindrical-coordinate representation of color #864AD3: hue angle of 266.28º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864AD3 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 74 | 211 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.17 |
| HSL | 266.28º | 0.61% | 0.56% | - |
| HSV(B) | 266.28º | 0.65% | 0.83% | - |
| XYZ | 24.04 | 14.67 | 63.19 | - |
| YUV | 107.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 211 | 0.36 | 0.65 | 0 | 0.17 | 266.28 | 0.61 | 0.56 |
| Hex | 86 | 4A | D3 | 24 | 41 | 0 | 11 | 10A | 3D | 38 |
| Octal | 206 | 112 | 323 | 44 | 101 | 0 | 21 | 412 | 75 | 70 |
| Binary | 10000110 | 1001010 | 11010011 | 100100 | 1000001 | 0 | 10001 | 100001010 | 111101 | 111000 |
Color Harmonies of #864AD3
Complementary color
Monochromatic Colors of #864AD3
Black with #864AD3
Text Example
Text Example
White with #864AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864AD3; }
p { color: rgb(134,74,211); }
H1.HeaderClassName
{
color: #864AD3;
}
.AnyTagClassName
{
color: #864AD3;
}
</style>
background-color css
<style>
a { background-color: #864AD3; }
a { background-color: rgb(134,74,211); }
div.DivClassName
{
background-color: #864AD3;
}
.BgClassName
{
background-color: #864AD3;
}
</style>
border-color css
<style>
span { border-color: #864AD3; }
span { border-color: rgb(134,74,211); }
td.TdClassName
{
border-color: #864AD3;
}
.TagClassName
{
border-color: #864AD3;
}
</style>