Shades of Amethyst #9A6CC9
Tints of Amethyst #9A6CC9
RGB
CMYK
RGB Variations
Color information
#9A6CC9 (or 0x9A6CC9) is known color: Amethyst. HEX triplet: 9A, 6C and C9. RGB value is (154,108,201). Sum of RGB (Red+Green+Blue) = 154+108+201=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A6CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CC9 is #659336. Grayscale: #848484. Windows color (decimal): -6656823 or 13200538. OLE color: 13200538.
HSL color Cylindrical-coordinate representation of color #9A6CC9: hue angle of 269.68º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6CC9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 108 | 201 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.21 |
| HSL | 269.68º | 0.46% | 0.61% | - |
| HSV(B) | 269.68º | 0.46% | 0.79% | - |
| XYZ | 29.23 | 21.81 | 57.93 | - |
| YUV | 132.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 201 | 0.23 | 0.46 | 0 | 0.21 | 269.68 | 0.46 | 0.61 |
| Hex | 9A | 6C | C9 | 17 | 2E | 0 | 15 | 10E | 2E | 3D |
| Octal | 232 | 154 | 311 | 27 | 56 | 0 | 25 | 416 | 56 | 75 |
| Binary | 10011010 | 1101100 | 11001001 | 10111 | 101110 | 0 | 10101 | 100001110 | 101110 | 111101 |
Color Harmonies of #9A6CC9
Complementary color
Monochromatic Colors of #9A6CC9
Black with #9A6CC9
Text Example
Text Example
White with #9A6CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CC9; }
p { color: rgb(154,108,201); }
H1.HeaderClassName
{
color: #9A6CC9;
}
.AnyTagClassName
{
color: #9A6CC9;
}
</style>
background-color css
<style>
a { background-color: #9A6CC9; }
a { background-color: rgb(154,108,201); }
div.DivClassName
{
background-color: #9A6CC9;
}
.BgClassName
{
background-color: #9A6CC9;
}
</style>
border-color css
<style>
span { border-color: #9A6CC9; }
span { border-color: rgb(154,108,201); }
td.TdClassName
{
border-color: #9A6CC9;
}
.TagClassName
{
border-color: #9A6CC9;
}
</style>