Shades of Amethyst #834ECE
Tints of Amethyst #834ECE
RGB
CMYK
RGB Variations
Color information
#834ECE (or 0x834ECE) is known color: Amethyst. HEX triplet: 83, 4E and CE. RGB value is (131,78,206). Sum of RGB (Red+Green+Blue) = 131+78+206=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #834ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECE is #7CB131. Grayscale: #6B6B6B. Windows color (decimal): -8171826 or 13520515. OLE color: 13520515.
HSL color Cylindrical-coordinate representation of color #834ECE: hue angle of 264.84º 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 #834ECE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 78 | 206 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.19 |
| HSL | 264.84º | 0.57% | 0.56% | - |
| HSV(B) | 264.84º | 0.62% | 0.81% | - |
| XYZ | 23.23 | 14.73 | 60.01 | - |
| YUV | 108.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 206 | 0.36 | 0.62 | 0 | 0.19 | 264.84 | 0.57 | 0.56 |
| Hex | 83 | 4E | CE | 24 | 3E | 0 | 13 | 109 | 39 | 38 |
| Octal | 203 | 116 | 316 | 44 | 76 | 0 | 23 | 411 | 71 | 70 |
| Binary | 10000011 | 1001110 | 11001110 | 100100 | 111110 | 0 | 10011 | 100001001 | 111001 | 111000 |
Color Harmonies of #834ECE
Complementary color
Monochromatic Colors of #834ECE
Black with #834ECE
Text Example
Text Example
White with #834ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834ECE; }
p { color: rgb(131,78,206); }
H1.HeaderClassName
{
color: #834ECE;
}
.AnyTagClassName
{
color: #834ECE;
}
</style>
background-color css
<style>
a { background-color: #834ECE; }
a { background-color: rgb(131,78,206); }
div.DivClassName
{
background-color: #834ECE;
}
.BgClassName
{
background-color: #834ECE;
}
</style>
border-color css
<style>
span { border-color: #834ECE; }
span { border-color: rgb(131,78,206); }
td.TdClassName
{
border-color: #834ECE;
}
.TagClassName
{
border-color: #834ECE;
}
</style>