Shades of Amethyst #834CCC
Tints of Amethyst #834CCC
RGB
CMYK
RGB Variations
Color information
#834CCC (or 0x834CCC) is known color: Amethyst. HEX triplet: 83, 4C and CC. RGB value is (131,76,204). Sum of RGB (Red+Green+Blue) = 131+76+204=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #834CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CCC is #7CB333. Grayscale: #6A6A6A. Windows color (decimal): -8172340 or 13388931. OLE color: 13388931.
HSL color Cylindrical-coordinate representation of color #834CCC: hue angle of 265.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834CCC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 76 | 204 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.2 |
| HSL | 265.78º | 0.56% | 0.55% | - |
| HSV(B) | 265.78º | 0.63% | 0.8% | - |
| XYZ | 22.84 | 14.35 | 58.69 | - |
| YUV | 107.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 204 | 0.36 | 0.63 | 0 | 0.2 | 265.78 | 0.56 | 0.55 |
| Hex | 83 | 4C | CC | 24 | 3F | 0 | 14 | 10A | 38 | 37 |
| Octal | 203 | 114 | 314 | 44 | 77 | 0 | 24 | 412 | 70 | 67 |
| Binary | 10000011 | 1001100 | 11001100 | 100100 | 111111 | 0 | 10100 | 100001010 | 111000 | 110111 |
Color Harmonies of #834CCC
Complementary color
Monochromatic Colors of #834CCC
Black with #834CCC
Text Example
Text Example
White with #834CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834CCC; }
p { color: rgb(131,76,204); }
H1.HeaderClassName
{
color: #834CCC;
}
.AnyTagClassName
{
color: #834CCC;
}
</style>
background-color css
<style>
a { background-color: #834CCC; }
a { background-color: rgb(131,76,204); }
div.DivClassName
{
background-color: #834CCC;
}
.BgClassName
{
background-color: #834CCC;
}
</style>
border-color css
<style>
span { border-color: #834CCC; }
span { border-color: rgb(131,76,204); }
td.TdClassName
{
border-color: #834CCC;
}
.TagClassName
{
border-color: #834CCC;
}
</style>