Shades of Amethyst #9A5FDA
Tints of Amethyst #9A5FDA
RGB
CMYK
RGB Variations
Color information
#9A5FDA (or 0x9A5FDA) is known color: Amethyst. HEX triplet: 9A, 5F and DA. RGB value is (154,95,218). Sum of RGB (Red+Green+Blue) = 154+95+218=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FDA is #65A025. Grayscale: #7E7E7E. Windows color (decimal): -6660134 or 14311322. OLE color: 14311322.
HSL color Cylindrical-coordinate representation of color #9A5FDA: hue angle of 268.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A5FDA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 95 | 218 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.15 |
| HSL | 268.78º | 0.62% | 0.61% | - |
| HSV(B) | 268.78º | 0.56% | 0.85% | - |
| XYZ | 30.07 | 20.12 | 68.63 | - |
| YUV | 126.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 218 | 0.29 | 0.56 | 0 | 0.15 | 268.78 | 0.62 | 0.61 |
| Hex | 9A | 5F | DA | 1D | 38 | 0 | F | 10D | 3E | 3D |
| Octal | 232 | 137 | 332 | 35 | 70 | 0 | 17 | 415 | 76 | 75 |
| Binary | 10011010 | 1011111 | 11011010 | 11101 | 111000 | 0 | 1111 | 100001101 | 111110 | 111101 |
Color Harmonies of #9A5FDA
Complementary color
Monochromatic Colors of #9A5FDA
Black with #9A5FDA
Text Example
Text Example
White with #9A5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5FDA; }
p { color: rgb(154,95,218); }
H1.HeaderClassName
{
color: #9A5FDA;
}
.AnyTagClassName
{
color: #9A5FDA;
}
</style>
background-color css
<style>
a { background-color: #9A5FDA; }
a { background-color: rgb(154,95,218); }
div.DivClassName
{
background-color: #9A5FDA;
}
.BgClassName
{
background-color: #9A5FDA;
}
</style>
border-color css
<style>
span { border-color: #9A5FDA; }
span { border-color: rgb(154,95,218); }
td.TdClassName
{
border-color: #9A5FDA;
}
.TagClassName
{
border-color: #9A5FDA;
}
</style>