Shades of Amethyst #9B54D8
Tints of Amethyst #9B54D8
RGB
CMYK
RGB Variations
Color information
#9B54D8 (or 0x9B54D8) is known color: Amethyst. HEX triplet: 9B, 54 and D8. RGB value is (155,84,216). Sum of RGB (Red+Green+Blue) = 155+84+216=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B54D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B54D8 is #64AB27. Grayscale: #777777. Windows color (decimal): -6597416 or 14177435. OLE color: 14177435.
HSL color Cylindrical-coordinate representation of color #9B54D8: hue angle of 272.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B54D8 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 84 | 216 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.15 |
| HSL | 272.27º | 0.63% | 0.59% | - |
| HSV(B) | 272.27º | 0.61% | 0.85% | - |
| XYZ | 29.08 | 18.27 | 66.96 | - |
| YUV | 120.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 216 | 0.28 | 0.61 | 0 | 0.15 | 272.27 | 0.63 | 0.59 |
| Hex | 9B | 54 | D8 | 1C | 3D | 0 | F | 110 | 3F | 3B |
| Octal | 233 | 124 | 330 | 34 | 75 | 0 | 17 | 420 | 77 | 73 |
| Binary | 10011011 | 1010100 | 11011000 | 11100 | 111101 | 0 | 1111 | 100010000 | 111111 | 111011 |
Color Harmonies of #9B54D8
Complementary color
Monochromatic Colors of #9B54D8
Black with #9B54D8
Text Example
Text Example
White with #9B54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B54D8; }
p { color: rgb(155,84,216); }
H1.HeaderClassName
{
color: #9B54D8;
}
.AnyTagClassName
{
color: #9B54D8;
}
</style>
background-color css
<style>
a { background-color: #9B54D8; }
a { background-color: rgb(155,84,216); }
div.DivClassName
{
background-color: #9B54D8;
}
.BgClassName
{
background-color: #9B54D8;
}
</style>
border-color css
<style>
span { border-color: #9B54D8; }
span { border-color: rgb(155,84,216); }
td.TdClassName
{
border-color: #9B54D8;
}
.TagClassName
{
border-color: #9B54D8;
}
</style>