Shades of Amethyst #834ACF
Tints of Amethyst #834ACF
RGB
CMYK
RGB Variations
Color information
#834ACF (or 0x834ACF) is known color: Amethyst. HEX triplet: 83, 4A and CF. RGB value is (131,74,207). Sum of RGB (Red+Green+Blue) = 131+74+207=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #834ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ACF is #7CB530. Grayscale: #696969. Windows color (decimal): -8172849 or 13585027. OLE color: 13585027.
HSL color Cylindrical-coordinate representation of color #834ACF: hue angle of 265.71º degrees, saturation: 0.58, 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 #834ACF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 74 | 207 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.19 |
| HSL | 265.71º | 0.58% | 0.55% | - |
| HSV(B) | 265.71º | 0.64% | 0.81% | - |
| XYZ | 23.07 | 14.23 | 60.56 | - |
| YUV | 106.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 207 | 0.37 | 0.64 | 0 | 0.19 | 265.71 | 0.58 | 0.55 |
| Hex | 83 | 4A | CF | 25 | 40 | 0 | 13 | 10A | 3A | 37 |
| Octal | 203 | 112 | 317 | 45 | 100 | 0 | 23 | 412 | 72 | 67 |
| Binary | 10000011 | 1001010 | 11001111 | 100101 | 1000000 | 0 | 10011 | 100001010 | 111010 | 110111 |
Color Harmonies of #834ACF
Complementary color
Monochromatic Colors of #834ACF
Black with #834ACF
Text Example
Text Example
White with #834ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ACF; }
p { color: rgb(131,74,207); }
H1.HeaderClassName
{
color: #834ACF;
}
.AnyTagClassName
{
color: #834ACF;
}
</style>
background-color css
<style>
a { background-color: #834ACF; }
a { background-color: rgb(131,74,207); }
div.DivClassName
{
background-color: #834ACF;
}
.BgClassName
{
background-color: #834ACF;
}
</style>
border-color css
<style>
span { border-color: #834ACF; }
span { border-color: rgb(131,74,207); }
td.TdClassName
{
border-color: #834ACF;
}
.TagClassName
{
border-color: #834ACF;
}
</style>