Shades of Amethyst #9464D5
Tints of Amethyst #9464D5
RGB
CMYK
RGB Variations
Color information
#9464D5 (or 0x9464D5) is known color: Amethyst. HEX triplet: 94, 64 and D5. RGB value is (148,100,213). Sum of RGB (Red+Green+Blue) = 148+100+213=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #9464D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464D5 is #6B9B2A. Grayscale: #7E7E7E. Windows color (decimal): -7052075 or 13984916. OLE color: 13984916.
HSL color Cylindrical-coordinate representation of color #9464D5: hue angle of 265.49º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9464D5 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 100 | 213 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.16 |
| HSL | 265.49º | 0.57% | 0.61% | - |
| HSV(B) | 265.49º | 0.53% | 0.84% | - |
| XYZ | 28.78 | 20.21 | 65.34 | - |
| YUV | 127.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 213 | 0.31 | 0.53 | 0 | 0.16 | 265.49 | 0.57 | 0.61 |
| Hex | 94 | 64 | D5 | 1F | 35 | 0 | 10 | 109 | 39 | 3D |
| Octal | 224 | 144 | 325 | 37 | 65 | 0 | 20 | 411 | 71 | 75 |
| Binary | 10010100 | 1100100 | 11010101 | 11111 | 110101 | 0 | 10000 | 100001001 | 111001 | 111101 |
Color Harmonies of #9464D5
Complementary color
Monochromatic Colors of #9464D5
Black with #9464D5
Text Example
Text Example
White with #9464D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464D5; }
p { color: rgb(148,100,213); }
H1.HeaderClassName
{
color: #9464D5;
}
.AnyTagClassName
{
color: #9464D5;
}
</style>
background-color css
<style>
a { background-color: #9464D5; }
a { background-color: rgb(148,100,213); }
div.DivClassName
{
background-color: #9464D5;
}
.BgClassName
{
background-color: #9464D5;
}
</style>
border-color css
<style>
span { border-color: #9464D5; }
span { border-color: rgb(148,100,213); }
td.TdClassName
{
border-color: #9464D5;
}
.TagClassName
{
border-color: #9464D5;
}
</style>