Shades of Amethyst #9B6BBE
Tints of Amethyst #9B6BBE
RGB
CMYK
RGB Variations
Color information
#9B6BBE (or 0x9B6BBE) is known color: Amethyst. HEX triplet: 9B, 6B and BE. RGB value is (155,107,190). Sum of RGB (Red+Green+Blue) = 155+107+190=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BBE is #649441. Grayscale: #828282. Windows color (decimal): -6591554 or 12479387. OLE color: 12479387.
HSL color Cylindrical-coordinate representation of color #9B6BBE: hue angle of 274.7º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6BBE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 107 | 190 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.25 |
| HSL | 274.7º | 0.39% | 0.58% | - |
| HSV(B) | 274.7º | 0.44% | 0.75% | - |
| XYZ | 28.07 | 21.2 | 51.33 | - |
| YUV | 130.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 190 | 0.18 | 0.44 | 0 | 0.25 | 274.7 | 0.39 | 0.58 |
| Hex | 9B | 6B | BE | 12 | 2C | 0 | 19 | 113 | 27 | 3A |
| Octal | 233 | 153 | 276 | 22 | 54 | 0 | 31 | 423 | 47 | 72 |
| Binary | 10011011 | 1101011 | 10111110 | 10010 | 101100 | 0 | 11001 | 100010011 | 100111 | 111010 |
Color Harmonies of #9B6BBE
Complementary color
Monochromatic Colors of #9B6BBE
Black with #9B6BBE
Text Example
Text Example
White with #9B6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6BBE; }
p { color: rgb(155,107,190); }
H1.HeaderClassName
{
color: #9B6BBE;
}
.AnyTagClassName
{
color: #9B6BBE;
}
</style>
background-color css
<style>
a { background-color: #9B6BBE; }
a { background-color: rgb(155,107,190); }
div.DivClassName
{
background-color: #9B6BBE;
}
.BgClassName
{
background-color: #9B6BBE;
}
</style>
border-color css
<style>
span { border-color: #9B6BBE; }
span { border-color: rgb(155,107,190); }
td.TdClassName
{
border-color: #9B6BBE;
}
.TagClassName
{
border-color: #9B6BBE;
}
</style>