Shades of Amethyst #9A6AD4
Tints of Amethyst #9A6AD4
RGB
CMYK
RGB Variations
Color information
#9A6AD4 (or 0x9A6AD4) is known color: Amethyst. HEX triplet: 9A, 6A and D4. RGB value is (154,106,212). Sum of RGB (Red+Green+Blue) = 154+106+212=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A6AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6AD4 is #65952B. Grayscale: #848484. Windows color (decimal): -6657324 or 13920922. OLE color: 13920922.
HSL color Cylindrical-coordinate representation of color #9A6AD4: hue angle of 267.17º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A6AD4 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 106 | 212 | - |
| CMYK | 0.27 | 0.5 | 0 | 0.17 |
| HSL | 267.17º | 0.55% | 0.62% | - |
| HSV(B) | 267.17º | 0.5% | 0.83% | - |
| XYZ | 30.36 | 21.93 | 64.92 | - |
| YUV | 132.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 212 | 0.27 | 0.5 | 0 | 0.17 | 267.17 | 0.55 | 0.62 |
| Hex | 9A | 6A | D4 | 1B | 32 | 0 | 11 | 10B | 37 | 3E |
| Octal | 232 | 152 | 324 | 33 | 62 | 0 | 21 | 413 | 67 | 76 |
| Binary | 10011010 | 1101010 | 11010100 | 11011 | 110010 | 0 | 10001 | 100001011 | 110111 | 111110 |
Color Harmonies of #9A6AD4
Complementary color
Monochromatic Colors of #9A6AD4
Black with #9A6AD4
Text Example
Text Example
White with #9A6AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AD4; }
p { color: rgb(154,106,212); }
H1.HeaderClassName
{
color: #9A6AD4;
}
.AnyTagClassName
{
color: #9A6AD4;
}
</style>
background-color css
<style>
a { background-color: #9A6AD4; }
a { background-color: rgb(154,106,212); }
div.DivClassName
{
background-color: #9A6AD4;
}
.BgClassName
{
background-color: #9A6AD4;
}
</style>
border-color css
<style>
span { border-color: #9A6AD4; }
span { border-color: rgb(154,106,212); }
td.TdClassName
{
border-color: #9A6AD4;
}
.TagClassName
{
border-color: #9A6AD4;
}
</style>