Shades of Amethyst #834FCD
Tints of Amethyst #834FCD
RGB
CMYK
RGB Variations
Color information
#834FCD (or 0x834FCD) is known color: Amethyst. HEX triplet: 83, 4F and CD. RGB value is (131,79,205). Sum of RGB (Red+Green+Blue) = 131+79+205=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #834FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FCD is #7CB032. Grayscale: #6C6C6C. Windows color (decimal): -8171571 or 13455235. OLE color: 13455235.
HSL color Cylindrical-coordinate representation of color #834FCD: hue angle of 264.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834FCD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 79 | 205 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.20 |
| HSL | 264.76º | 0.56% | 0.56% | - |
| HSV(B) | 264.76º | 0.61% | 0.8% | - |
| XYZ | 23.18 | 14.83 | 59.4 | - |
| YUV | 108.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 205 | 0.36 | 0.61 | 0 | 0.20 | 264.76 | 0.56 | 0.56 |
| Hex | 83 | 4F | CD | 24 | 3D | 0 | 14 | 109 | 38 | 38 |
| Octal | 203 | 117 | 315 | 44 | 75 | 0 | 24 | 411 | 70 | 70 |
| Binary | 10000011 | 1001111 | 11001101 | 100100 | 111101 | 0 | 10100 | 100001001 | 111000 | 111000 |
Color Harmonies of #834FCD
Complementary color
Monochromatic Colors of #834FCD
Black with #834FCD
Text Example
Text Example
White with #834FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FCD; }
p { color: rgb(131,79,205); }
H1.HeaderClassName
{
color: #834FCD;
}
.AnyTagClassName
{
color: #834FCD;
}
</style>
background-color css
<style>
a { background-color: #834FCD; }
a { background-color: rgb(131,79,205); }
div.DivClassName
{
background-color: #834FCD;
}
.BgClassName
{
background-color: #834FCD;
}
</style>
border-color css
<style>
span { border-color: #834FCD; }
span { border-color: rgb(131,79,205); }
td.TdClassName
{
border-color: #834FCD;
}
.TagClassName
{
border-color: #834FCD;
}
</style>