Shades of Amethyst #9A51EA
Tints of Amethyst #9A51EA
RGB
CMYK
RGB Variations
Color information
#9A51EA (or 0x9A51EA) is known color: Amethyst. HEX triplet: 9A, 51 and EA. RGB value is (154,81,234). Sum of RGB (Red+Green+Blue) = 154+81+234=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A51EA is #65AE15. Grayscale: #777777. Windows color (decimal): -6663702 or 15356314. OLE color: 15356314.
HSL color Cylindrical-coordinate representation of color #9A51EA: hue angle of 268.63º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A51EA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 81 | 234 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.08 |
| HSL | 268.63º | 0.78% | 0.62% | - |
| HSV(B) | 268.63º | 0.65% | 0.92% | - |
| XYZ | 31.12 | 18.7 | 79.81 | - |
| YUV | 120.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 234 | 0.34 | 0.65 | 0 | 0.08 | 268.63 | 0.78 | 0.62 |
| Hex | 9A | 51 | EA | 22 | 41 | 0 | 8 | 10D | 4E | 3E |
| Octal | 232 | 121 | 352 | 42 | 101 | 0 | 10 | 415 | 116 | 76 |
| Binary | 10011010 | 1010001 | 11101010 | 100010 | 1000001 | 0 | 1000 | 100001101 | 1001110 | 111110 |
Color Harmonies of #9A51EA
Complementary color
Monochromatic Colors of #9A51EA
Black with #9A51EA
Text Example
Text Example
White with #9A51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A51EA; }
p { color: rgb(154,81,234); }
H1.HeaderClassName
{
color: #9A51EA;
}
.AnyTagClassName
{
color: #9A51EA;
}
</style>
background-color css
<style>
a { background-color: #9A51EA; }
a { background-color: rgb(154,81,234); }
div.DivClassName
{
background-color: #9A51EA;
}
.BgClassName
{
background-color: #9A51EA;
}
</style>
border-color css
<style>
span { border-color: #9A51EA; }
span { border-color: rgb(154,81,234); }
td.TdClassName
{
border-color: #9A51EA;
}
.TagClassName
{
border-color: #9A51EA;
}
</style>