Shades of Amethyst #834ACE
Tints of Amethyst #834ACE
RGB
CMYK
RGB Variations
Color information
#834ACE (or 0x834ACE) is known color: Amethyst. HEX triplet: 83, 4A and CE. RGB value is (131,74,206). Sum of RGB (Red+Green+Blue) = 131+74+206=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #834ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ACE is #7CB531. Grayscale: #696969. Windows color (decimal): -8172850 or 13519491. OLE color: 13519491.
HSL color Cylindrical-coordinate representation of color #834ACE: hue angle of 265.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834ACE is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 74 | 206 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.19 |
| HSL | 265.91º | 0.57% | 0.55% | - |
| HSV(B) | 265.91º | 0.64% | 0.81% | - |
| XYZ | 22.95 | 14.18 | 59.92 | - |
| YUV | 106.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 206 | 0.36 | 0.64 | 0 | 0.19 | 265.91 | 0.57 | 0.55 |
| Hex | 83 | 4A | CE | 24 | 40 | 0 | 13 | 10A | 39 | 37 |
| Octal | 203 | 112 | 316 | 44 | 100 | 0 | 23 | 412 | 71 | 67 |
| Binary | 10000011 | 1001010 | 11001110 | 100100 | 1000000 | 0 | 10011 | 100001010 | 111001 | 110111 |
Color Harmonies of #834ACE
Complementary color
Monochromatic Colors of #834ACE
Black with #834ACE
Text Example
Text Example
White with #834ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ACE; }
p { color: rgb(131,74,206); }
H1.HeaderClassName
{
color: #834ACE;
}
.AnyTagClassName
{
color: #834ACE;
}
</style>
background-color css
<style>
a { background-color: #834ACE; }
a { background-color: rgb(131,74,206); }
div.DivClassName
{
background-color: #834ACE;
}
.BgClassName
{
background-color: #834ACE;
}
</style>
border-color css
<style>
span { border-color: #834ACE; }
span { border-color: rgb(131,74,206); }
td.TdClassName
{
border-color: #834ACE;
}
.TagClassName
{
border-color: #834ACE;
}
</style>