Shades of Amethyst #9460DA
Tints of Amethyst #9460DA
RGB
CMYK
RGB Variations
Color information
#9460DA (or 0x9460DA) is known color: Amethyst. HEX triplet: 94, 60 and DA. RGB value is (148,96,218). Sum of RGB (Red+Green+Blue) = 148+96+218=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #9460DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460DA is #6B9F25. Grayscale: #7D7D7D. Windows color (decimal): -7053094 or 14311572. OLE color: 14311572.
HSL color Cylindrical-coordinate representation of color #9460DA: hue angle of 265.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9460DA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 96 | 218 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.15 |
| HSL | 265.57º | 0.62% | 0.62% | - |
| HSV(B) | 265.57º | 0.56% | 0.85% | - |
| XYZ | 29.05 | 19.72 | 68.61 | - |
| YUV | 125.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 218 | 0.32 | 0.56 | 0 | 0.15 | 265.57 | 0.62 | 0.62 |
| Hex | 94 | 60 | DA | 20 | 38 | 0 | F | 10A | 3E | 3E |
| Octal | 224 | 140 | 332 | 40 | 70 | 0 | 17 | 412 | 76 | 76 |
| Binary | 10010100 | 1100000 | 11011010 | 100000 | 111000 | 0 | 1111 | 100001010 | 111110 | 111110 |
Color Harmonies of #9460DA
Complementary color
Monochromatic Colors of #9460DA
Black with #9460DA
Text Example
Text Example
White with #9460DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460DA; }
p { color: rgb(148,96,218); }
H1.HeaderClassName
{
color: #9460DA;
}
.AnyTagClassName
{
color: #9460DA;
}
</style>
background-color css
<style>
a { background-color: #9460DA; }
a { background-color: rgb(148,96,218); }
div.DivClassName
{
background-color: #9460DA;
}
.BgClassName
{
background-color: #9460DA;
}
</style>
border-color css
<style>
span { border-color: #9460DA; }
span { border-color: rgb(148,96,218); }
td.TdClassName
{
border-color: #9460DA;
}
.TagClassName
{
border-color: #9460DA;
}
</style>