Shades of Amethyst #9456E1
Tints of Amethyst #9456E1
RGB
CMYK
RGB Variations
Color information
#9456E1 (or 0x9456E1) is known color: Amethyst. HEX triplet: 94, 56 and E1. RGB value is (148,86,225). Sum of RGB (Red+Green+Blue) = 148+86+225=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #9456E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456E1 is #6BA91E. Grayscale: #777777. Windows color (decimal): -7055647 or 14767764. OLE color: 14767764.
HSL color Cylindrical-coordinate representation of color #9456E1: hue angle of 266.76º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9456E1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 86 | 225 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.12 |
| HSL | 266.76º | 0.7% | 0.61% | - |
| HSV(B) | 266.76º | 0.62% | 0.88% | - |
| XYZ | 29.13 | 18.39 | 73.25 | - |
| YUV | 120.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 225 | 0.34 | 0.62 | 0 | 0.12 | 266.76 | 0.7 | 0.61 |
| Hex | 94 | 56 | E1 | 22 | 3E | 0 | C | 10B | 46 | 3D |
| Octal | 224 | 126 | 341 | 42 | 76 | 0 | 14 | 413 | 106 | 75 |
| Binary | 10010100 | 1010110 | 11100001 | 100010 | 111110 | 0 | 1100 | 100001011 | 1000110 | 111101 |
Color Harmonies of #9456E1
Complementary color
Monochromatic Colors of #9456E1
Black with #9456E1
Text Example
Text Example
White with #9456E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456E1; }
p { color: rgb(148,86,225); }
H1.HeaderClassName
{
color: #9456E1;
}
.AnyTagClassName
{
color: #9456E1;
}
</style>
background-color css
<style>
a { background-color: #9456E1; }
a { background-color: rgb(148,86,225); }
div.DivClassName
{
background-color: #9456E1;
}
.BgClassName
{
background-color: #9456E1;
}
</style>
border-color css
<style>
span { border-color: #9456E1; }
span { border-color: rgb(148,86,225); }
td.TdClassName
{
border-color: #9456E1;
}
.TagClassName
{
border-color: #9456E1;
}
</style>