Shades of Amethyst #814DC9
Tints of Amethyst #814DC9
RGB
CMYK
RGB Variations
Color information
#814DC9 (or 0x814DC9) is known color: Amethyst. HEX triplet: 81, 4D and C9. RGB value is (129,77,201). Sum of RGB (Red+Green+Blue) = 129+77+201=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #814DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DC9 is #7EB236. Grayscale: #6A6A6A. Windows color (decimal): -8303159 or 13192577. OLE color: 13192577.
HSL color Cylindrical-coordinate representation of color #814DC9: hue angle of 265.16º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814DC9 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 77 | 201 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.21 |
| HSL | 265.16º | 0.53% | 0.55% | - |
| HSV(B) | 265.16º | 0.62% | 0.79% | - |
| XYZ | 22.25 | 14.19 | 56.82 | - |
| YUV | 106.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 201 | 0.36 | 0.62 | 0 | 0.21 | 265.16 | 0.53 | 0.55 |
| Hex | 81 | 4D | C9 | 24 | 3E | 0 | 15 | 109 | 35 | 37 |
| Octal | 201 | 115 | 311 | 44 | 76 | 0 | 25 | 411 | 65 | 67 |
| Binary | 10000001 | 1001101 | 11001001 | 100100 | 111110 | 0 | 10101 | 100001001 | 110101 | 110111 |
Color Harmonies of #814DC9
Complementary color
Monochromatic Colors of #814DC9
Black with #814DC9
Text Example
Text Example
White with #814DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DC9; }
p { color: rgb(129,77,201); }
H1.HeaderClassName
{
color: #814DC9;
}
.AnyTagClassName
{
color: #814DC9;
}
</style>
background-color css
<style>
a { background-color: #814DC9; }
a { background-color: rgb(129,77,201); }
div.DivClassName
{
background-color: #814DC9;
}
.BgClassName
{
background-color: #814DC9;
}
</style>
border-color css
<style>
span { border-color: #814DC9; }
span { border-color: rgb(129,77,201); }
td.TdClassName
{
border-color: #814DC9;
}
.TagClassName
{
border-color: #814DC9;
}
</style>