Shades of Amethyst #864AD0
Tints of Amethyst #864AD0
RGB
CMYK
RGB Variations
Color information
#864AD0 (or 0x864AD0) is known color: Amethyst. HEX triplet: 86, 4A and D0. RGB value is (134,74,208). Sum of RGB (Red+Green+Blue) = 134+74+208=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #864AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864AD0 is #79B52F. Grayscale: #6A6A6A. Windows color (decimal): -7976240 or 13650566. OLE color: 13650566.
HSL color Cylindrical-coordinate representation of color #864AD0: hue angle of 266.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864AD0 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 74 | 208 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.18 |
| HSL | 266.87º | 0.59% | 0.55% | - |
| HSV(B) | 266.87º | 0.64% | 0.82% | - |
| XYZ | 23.67 | 14.52 | 61.23 | - |
| YUV | 107.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 208 | 0.36 | 0.64 | 0 | 0.18 | 266.87 | 0.59 | 0.55 |
| Hex | 86 | 4A | D0 | 24 | 40 | 0 | 12 | 10B | 3B | 37 |
| Octal | 206 | 112 | 320 | 44 | 100 | 0 | 22 | 413 | 73 | 67 |
| Binary | 10000110 | 1001010 | 11010000 | 100100 | 1000000 | 0 | 10010 | 100001011 | 111011 | 110111 |
Color Harmonies of #864AD0
Complementary color
Monochromatic Colors of #864AD0
Black with #864AD0
Text Example
Text Example
White with #864AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864AD0; }
p { color: rgb(134,74,208); }
H1.HeaderClassName
{
color: #864AD0;
}
.AnyTagClassName
{
color: #864AD0;
}
</style>
background-color css
<style>
a { background-color: #864AD0; }
a { background-color: rgb(134,74,208); }
div.DivClassName
{
background-color: #864AD0;
}
.BgClassName
{
background-color: #864AD0;
}
</style>
border-color css
<style>
span { border-color: #864AD0; }
span { border-color: rgb(134,74,208); }
td.TdClassName
{
border-color: #864AD0;
}
.TagClassName
{
border-color: #864AD0;
}
</style>