Shades of Amethyst #8451C9
Tints of Amethyst #8451C9
RGB
CMYK
RGB Variations
Color information
#8451C9 (or 0x8451C9) is known color: Amethyst. HEX triplet: 84, 51 and C9. RGB value is (132,81,201). Sum of RGB (Red+Green+Blue) = 132+81+201=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #8451C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451C9 is #7BAE36. Grayscale: #6D6D6D. Windows color (decimal): -8105527 or 13193604. OLE color: 13193604.
HSL color Cylindrical-coordinate representation of color #8451C9: hue angle of 265.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8451C9 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 81 | 201 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.21 |
| HSL | 265.5º | 0.53% | 0.55% | - |
| HSV(B) | 265.5º | 0.6% | 0.79% | - |
| XYZ | 23 | 15.01 | 56.94 | - |
| YUV | 109.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 201 | 0.34 | 0.60 | 0 | 0.21 | 265.5 | 0.53 | 0.55 |
| Hex | 84 | 51 | C9 | 22 | 3C | 0 | 15 | 10A | 35 | 37 |
| Octal | 204 | 121 | 311 | 42 | 74 | 0 | 25 | 412 | 65 | 67 |
| Binary | 10000100 | 1010001 | 11001001 | 100010 | 111100 | 0 | 10101 | 100001010 | 110101 | 110111 |
Color Harmonies of #8451C9
Complementary color
Monochromatic Colors of #8451C9
Black with #8451C9
Text Example
Text Example
White with #8451C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451C9; }
p { color: rgb(132,81,201); }
H1.HeaderClassName
{
color: #8451C9;
}
.AnyTagClassName
{
color: #8451C9;
}
</style>
background-color css
<style>
a { background-color: #8451C9; }
a { background-color: rgb(132,81,201); }
div.DivClassName
{
background-color: #8451C9;
}
.BgClassName
{
background-color: #8451C9;
}
</style>
border-color css
<style>
span { border-color: #8451C9; }
span { border-color: rgb(132,81,201); }
td.TdClassName
{
border-color: #8451C9;
}
.TagClassName
{
border-color: #8451C9;
}
</style>