Shades of Amethyst #9456DA
Tints of Amethyst #9456DA
RGB
CMYK
RGB Variations
Color information
#9456DA (or 0x9456DA) is known color: Amethyst. HEX triplet: 94, 56 and DA. RGB value is (148,86,218). Sum of RGB (Red+Green+Blue) = 148+86+218=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #9456DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456DA is #6BA925. Grayscale: #777777. Windows color (decimal): -7055654 or 14309012. OLE color: 14309012.
HSL color Cylindrical-coordinate representation of color #9456DA: hue angle of 268.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9456DA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 86 | 218 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.15 |
| HSL | 268.18º | 0.64% | 0.6% | - |
| HSV(B) | 268.18º | 0.61% | 0.85% | - |
| XYZ | 28.2 | 18.01 | 68.32 | - |
| YUV | 119.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 218 | 0.32 | 0.61 | 0 | 0.15 | 268.18 | 0.64 | 0.6 |
| Hex | 94 | 56 | DA | 20 | 3D | 0 | F | 10C | 40 | 3C |
| Octal | 224 | 126 | 332 | 40 | 75 | 0 | 17 | 414 | 100 | 74 |
| Binary | 10010100 | 1010110 | 11011010 | 100000 | 111101 | 0 | 1111 | 100001100 | 1000000 | 111100 |
Color Harmonies of #9456DA
Complementary color
Monochromatic Colors of #9456DA
Black with #9456DA
Text Example
Text Example
White with #9456DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9456DA; }
p { color: rgb(148,86,218); }
H1.HeaderClassName
{
color: #9456DA;
}
.AnyTagClassName
{
color: #9456DA;
}
</style>
background-color css
<style>
a { background-color: #9456DA; }
a { background-color: rgb(148,86,218); }
div.DivClassName
{
background-color: #9456DA;
}
.BgClassName
{
background-color: #9456DA;
}
</style>
border-color css
<style>
span { border-color: #9456DA; }
span { border-color: rgb(148,86,218); }
td.TdClassName
{
border-color: #9456DA;
}
.TagClassName
{
border-color: #9456DA;
}
</style>