Shades of Amethyst #9B5AD9
Tints of Amethyst #9B5AD9
RGB
CMYK
RGB Variations
Color information
#9B5AD9 (or 0x9B5AD9) is known color: Amethyst. HEX triplet: 9B, 5A and D9. RGB value is (155,90,217). Sum of RGB (Red+Green+Blue) = 155+90+217=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B5AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5AD9 is #64A526. Grayscale: #7B7B7B. Windows color (decimal): -6595879 or 14244507. OLE color: 14244507.
HSL color Cylindrical-coordinate representation of color #9B5AD9: hue angle of 270.71º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5AD9 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 90 | 217 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.15 |
| HSL | 270.71º | 0.63% | 0.6% | - |
| HSV(B) | 270.71º | 0.59% | 0.85% | - |
| XYZ | 29.7 | 19.29 | 67.8 | - |
| YUV | 123.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 217 | 0.29 | 0.59 | 0 | 0.15 | 270.71 | 0.63 | 0.6 |
| Hex | 9B | 5A | D9 | 1D | 3B | 0 | F | 10F | 3F | 3C |
| Octal | 233 | 132 | 331 | 35 | 73 | 0 | 17 | 417 | 77 | 74 |
| Binary | 10011011 | 1011010 | 11011001 | 11101 | 111011 | 0 | 1111 | 100001111 | 111111 | 111100 |
Color Harmonies of #9B5AD9
Complementary color
Monochromatic Colors of #9B5AD9
Black with #9B5AD9
Text Example
Text Example
White with #9B5AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AD9; }
p { color: rgb(155,90,217); }
H1.HeaderClassName
{
color: #9B5AD9;
}
.AnyTagClassName
{
color: #9B5AD9;
}
</style>
background-color css
<style>
a { background-color: #9B5AD9; }
a { background-color: rgb(155,90,217); }
div.DivClassName
{
background-color: #9B5AD9;
}
.BgClassName
{
background-color: #9B5AD9;
}
</style>
border-color css
<style>
span { border-color: #9B5AD9; }
span { border-color: rgb(155,90,217); }
td.TdClassName
{
border-color: #9B5AD9;
}
.TagClassName
{
border-color: #9B5AD9;
}
</style>