Shades of Amethyst #9A69BC
Tints of Amethyst #9A69BC
RGB
CMYK
RGB Variations
Color information
#9A69BC (or 0x9A69BC) is known color: Amethyst. HEX triplet: 9A, 69 and BC. RGB value is (154,105,188). Sum of RGB (Red+Green+Blue) = 154+105+188=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69BC is #659643. Grayscale: #808080. Windows color (decimal): -6657604 or 12347802. OLE color: 12347802.
HSL color Cylindrical-coordinate representation of color #9A69BC: hue angle of 275.42º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A69BC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 105 | 188 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.26 |
| HSL | 275.42º | 0.38% | 0.57% | - |
| HSV(B) | 275.42º | 0.44% | 0.74% | - |
| XYZ | 27.46 | 20.6 | 50.11 | - |
| YUV | 129.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 188 | 0.18 | 0.44 | 0 | 0.26 | 275.42 | 0.38 | 0.57 |
| Hex | 9A | 69 | BC | 12 | 2C | 0 | 1A | 113 | 26 | 39 |
| Octal | 232 | 151 | 274 | 22 | 54 | 0 | 32 | 423 | 46 | 71 |
| Binary | 10011010 | 1101001 | 10111100 | 10010 | 101100 | 0 | 11010 | 100010011 | 100110 | 111001 |
Color Harmonies of #9A69BC
Complementary color
Monochromatic Colors of #9A69BC
Black with #9A69BC
Text Example
Text Example
White with #9A69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69BC; }
p { color: rgb(154,105,188); }
H1.HeaderClassName
{
color: #9A69BC;
}
.AnyTagClassName
{
color: #9A69BC;
}
</style>
background-color css
<style>
a { background-color: #9A69BC; }
a { background-color: rgb(154,105,188); }
div.DivClassName
{
background-color: #9A69BC;
}
.BgClassName
{
background-color: #9A69BC;
}
</style>
border-color css
<style>
span { border-color: #9A69BC; }
span { border-color: rgb(154,105,188); }
td.TdClassName
{
border-color: #9A69BC;
}
.TagClassName
{
border-color: #9A69BC;
}
</style>