Shades of Amethyst #9B5AD4
Tints of Amethyst #9B5AD4
RGB
CMYK
RGB Variations
Color information
#9B5AD4 (or 0x9B5AD4) is known color: Amethyst. HEX triplet: 9B, 5A and D4. RGB value is (155,90,212). Sum of RGB (Red+Green+Blue) = 155+90+212=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #9B5AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5AD4 is #64A52B. Grayscale: #7A7A7A. Windows color (decimal): -6595884 or 13916827. OLE color: 13916827.
HSL color Cylindrical-coordinate representation of color #9B5AD4: hue angle of 271.97º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B5AD4 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 90 | 212 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.17 |
| HSL | 271.97º | 0.59% | 0.59% | - |
| HSV(B) | 271.97º | 0.58% | 0.83% | - |
| XYZ | 29.06 | 19.03 | 64.43 | - |
| YUV | 123.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 212 | 0.27 | 0.58 | 0 | 0.17 | 271.97 | 0.59 | 0.59 |
| Hex | 9B | 5A | D4 | 1B | 3A | 0 | 11 | 110 | 3B | 3B |
| Octal | 233 | 132 | 324 | 33 | 72 | 0 | 21 | 420 | 73 | 73 |
| Binary | 10011011 | 1011010 | 11010100 | 11011 | 111010 | 0 | 10001 | 100010000 | 111011 | 111011 |
Color Harmonies of #9B5AD4
Complementary color
Monochromatic Colors of #9B5AD4
Black with #9B5AD4
Text Example
Text Example
White with #9B5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5AD4; }
p { color: rgb(155,90,212); }
H1.HeaderClassName
{
color: #9B5AD4;
}
.AnyTagClassName
{
color: #9B5AD4;
}
</style>
background-color css
<style>
a { background-color: #9B5AD4; }
a { background-color: rgb(155,90,212); }
div.DivClassName
{
background-color: #9B5AD4;
}
.BgClassName
{
background-color: #9B5AD4;
}
</style>
border-color css
<style>
span { border-color: #9B5AD4; }
span { border-color: rgb(155,90,212); }
td.TdClassName
{
border-color: #9B5AD4;
}
.TagClassName
{
border-color: #9B5AD4;
}
</style>