Shades of Amethyst #9A69BE
Tints of Amethyst #9A69BE
RGB
CMYK
RGB Variations
Color information
#9A69BE (or 0x9A69BE) is known color: Amethyst. HEX triplet: 9A, 69 and BE. RGB value is (154,105,190). Sum of RGB (Red+Green+Blue) = 154+105+190=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69BE is #659641. Grayscale: #818181. Windows color (decimal): -6657602 or 12478874. OLE color: 12478874.
HSL color Cylindrical-coordinate representation of color #9A69BE: hue angle of 274.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A69BE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 105 | 190 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.25 |
| HSL | 274.59º | 0.4% | 0.58% | - |
| HSV(B) | 274.59º | 0.45% | 0.75% | - |
| XYZ | 27.67 | 20.69 | 51.25 | - |
| YUV | 129.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 190 | 0.19 | 0.45 | 0 | 0.25 | 274.59 | 0.4 | 0.58 |
| Hex | 9A | 69 | BE | 13 | 2D | 0 | 19 | 113 | 28 | 3A |
| Octal | 232 | 151 | 276 | 23 | 55 | 0 | 31 | 423 | 50 | 72 |
| Binary | 10011010 | 1101001 | 10111110 | 10011 | 101101 | 0 | 11001 | 100010011 | 101000 | 111010 |
Color Harmonies of #9A69BE
Complementary color
Monochromatic Colors of #9A69BE
Black with #9A69BE
Text Example
Text Example
White with #9A69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69BE; }
p { color: rgb(154,105,190); }
H1.HeaderClassName
{
color: #9A69BE;
}
.AnyTagClassName
{
color: #9A69BE;
}
</style>
background-color css
<style>
a { background-color: #9A69BE; }
a { background-color: rgb(154,105,190); }
div.DivClassName
{
background-color: #9A69BE;
}
.BgClassName
{
background-color: #9A69BE;
}
</style>
border-color css
<style>
span { border-color: #9A69BE; }
span { border-color: rgb(154,105,190); }
td.TdClassName
{
border-color: #9A69BE;
}
.TagClassName
{
border-color: #9A69BE;
}
</style>