Shades of Amethyst #9A50EA
Tints of Amethyst #9A50EA
RGB
CMYK
RGB Variations
Color information
#9A50EA (or 0x9A50EA) is known color: Amethyst. HEX triplet: 9A, 50 and EA. RGB value is (154,80,234). Sum of RGB (Red+Green+Blue) = 154+80+234=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A50EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A50EA is #65AF15. Grayscale: #777777. Windows color (decimal): -6663958 or 15356058. OLE color: 15356058.
HSL color Cylindrical-coordinate representation of color #9A50EA: hue angle of 268.83º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A50EA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 80 | 234 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.08 |
| HSL | 268.83º | 0.79% | 0.62% | - |
| HSV(B) | 268.83º | 0.66% | 0.92% | - |
| XYZ | 31.05 | 18.55 | 79.79 | - |
| YUV | 119.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 234 | 0.34 | 0.66 | 0 | 0.08 | 268.83 | 0.79 | 0.62 |
| Hex | 9A | 50 | EA | 22 | 42 | 0 | 8 | 10D | 4F | 3E |
| Octal | 232 | 120 | 352 | 42 | 102 | 0 | 10 | 415 | 117 | 76 |
| Binary | 10011010 | 1010000 | 11101010 | 100010 | 1000010 | 0 | 1000 | 100001101 | 1001111 | 111110 |
Color Harmonies of #9A50EA
Complementary color
Monochromatic Colors of #9A50EA
Black with #9A50EA
Text Example
Text Example
White with #9A50EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A50EA; }
p { color: rgb(154,80,234); }
H1.HeaderClassName
{
color: #9A50EA;
}
.AnyTagClassName
{
color: #9A50EA;
}
</style>
background-color css
<style>
a { background-color: #9A50EA; }
a { background-color: rgb(154,80,234); }
div.DivClassName
{
background-color: #9A50EA;
}
.BgClassName
{
background-color: #9A50EA;
}
</style>
border-color css
<style>
span { border-color: #9A50EA; }
span { border-color: rgb(154,80,234); }
td.TdClassName
{
border-color: #9A50EA;
}
.TagClassName
{
border-color: #9A50EA;
}
</style>