Shades of Amethyst #834ECF
Tints of Amethyst #834ECF
RGB
CMYK
RGB Variations
Color information
#834ECF (or 0x834ECF) is known color: Amethyst. HEX triplet: 83, 4E and CF. RGB value is (131,78,207). Sum of RGB (Red+Green+Blue) = 131+78+207=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #834ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECF is #7CB130. Grayscale: #6C6C6C. Windows color (decimal): -8171825 or 13586051. OLE color: 13586051.
HSL color Cylindrical-coordinate representation of color #834ECF: hue angle of 264.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834ECF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 78 | 207 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.19 |
| HSL | 264.65º | 0.57% | 0.56% | - |
| HSV(B) | 264.65º | 0.62% | 0.81% | - |
| XYZ | 23.35 | 14.78 | 60.65 | - |
| YUV | 108.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 207 | 0.37 | 0.62 | 0 | 0.19 | 264.65 | 0.57 | 0.56 |
| Hex | 83 | 4E | CF | 25 | 3E | 0 | 13 | 109 | 39 | 38 |
| Octal | 203 | 116 | 317 | 45 | 76 | 0 | 23 | 411 | 71 | 70 |
| Binary | 10000011 | 1001110 | 11001111 | 100101 | 111110 | 0 | 10011 | 100001001 | 111001 | 111000 |
Color Harmonies of #834ECF
Complementary color
Monochromatic Colors of #834ECF
Black with #834ECF
Text Example
Text Example
White with #834ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ECF; }
p { color: rgb(131,78,207); }
H1.HeaderClassName
{
color: #834ECF;
}
.AnyTagClassName
{
color: #834ECF;
}
</style>
background-color css
<style>
a { background-color: #834ECF; }
a { background-color: rgb(131,78,207); }
div.DivClassName
{
background-color: #834ECF;
}
.BgClassName
{
background-color: #834ECF;
}
</style>
border-color css
<style>
span { border-color: #834ECF; }
span { border-color: rgb(131,78,207); }
td.TdClassName
{
border-color: #834ECF;
}
.TagClassName
{
border-color: #834ECF;
}
</style>