Shades of Amethyst #9B6ABD
Tints of Amethyst #9B6ABD
RGB
CMYK
RGB Variations
Color information
#9B6ABD (or 0x9B6ABD) is known color: Amethyst. HEX triplet: 9B, 6A and BD. RGB value is (155,106,189). Sum of RGB (Red+Green+Blue) = 155+106+189=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ABD is #649542. Grayscale: #818181. Windows color (decimal): -6591811 or 12413595. OLE color: 12413595.
HSL color Cylindrical-coordinate representation of color #9B6ABD: hue angle of 275.42º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6ABD is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 106 | 189 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.26 |
| HSL | 275.42º | 0.39% | 0.58% | - |
| HSV(B) | 275.42º | 0.44% | 0.74% | - |
| XYZ | 27.86 | 20.95 | 50.72 | - |
| YUV | 130.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 189 | 0.18 | 0.44 | 0 | 0.26 | 275.42 | 0.39 | 0.58 |
| Hex | 9B | 6A | BD | 12 | 2C | 0 | 1A | 113 | 27 | 3A |
| Octal | 233 | 152 | 275 | 22 | 54 | 0 | 32 | 423 | 47 | 72 |
| Binary | 10011011 | 1101010 | 10111101 | 10010 | 101100 | 0 | 11010 | 100010011 | 100111 | 111010 |
Color Harmonies of #9B6ABD
Complementary color
Monochromatic Colors of #9B6ABD
Black with #9B6ABD
Text Example
Text Example
White with #9B6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6ABD; }
p { color: rgb(155,106,189); }
H1.HeaderClassName
{
color: #9B6ABD;
}
.AnyTagClassName
{
color: #9B6ABD;
}
</style>
background-color css
<style>
a { background-color: #9B6ABD; }
a { background-color: rgb(155,106,189); }
div.DivClassName
{
background-color: #9B6ABD;
}
.BgClassName
{
background-color: #9B6ABD;
}
</style>
border-color css
<style>
span { border-color: #9B6ABD; }
span { border-color: rgb(155,106,189); }
td.TdClassName
{
border-color: #9B6ABD;
}
.TagClassName
{
border-color: #9B6ABD;
}
</style>