Shades of Amethyst #9B63D8
Tints of Amethyst #9B63D8
RGB
CMYK
RGB Variations
Color information
#9B63D8 (or 0x9B63D8) is known color: Amethyst. HEX triplet: 9B, 63 and D8. RGB value is (155,99,216). Sum of RGB (Red+Green+Blue) = 155+99+216=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B63D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63D8 is #649C27. Grayscale: #808080. Windows color (decimal): -6593576 or 14181275. OLE color: 14181275.
HSL color Cylindrical-coordinate representation of color #9B63D8: hue angle of 268.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B63D8 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 99 | 216 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.15 |
| HSL | 268.72º | 0.6% | 0.62% | - |
| HSV(B) | 268.72º | 0.54% | 0.85% | - |
| XYZ | 30.37 | 20.85 | 67.39 | - |
| YUV | 129.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 216 | 0.28 | 0.54 | 0 | 0.15 | 268.72 | 0.6 | 0.62 |
| Hex | 9B | 63 | D8 | 1C | 36 | 0 | F | 10D | 3C | 3E |
| Octal | 233 | 143 | 330 | 34 | 66 | 0 | 17 | 415 | 74 | 76 |
| Binary | 10011011 | 1100011 | 11011000 | 11100 | 110110 | 0 | 1111 | 100001101 | 111100 | 111110 |
Color Harmonies of #9B63D8
Complementary color
Monochromatic Colors of #9B63D8
Black with #9B63D8
Text Example
Text Example
White with #9B63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63D8; }
p { color: rgb(155,99,216); }
H1.HeaderClassName
{
color: #9B63D8;
}
.AnyTagClassName
{
color: #9B63D8;
}
</style>
background-color css
<style>
a { background-color: #9B63D8; }
a { background-color: rgb(155,99,216); }
div.DivClassName
{
background-color: #9B63D8;
}
.BgClassName
{
background-color: #9B63D8;
}
</style>
border-color css
<style>
span { border-color: #9B63D8; }
span { border-color: rgb(155,99,216); }
td.TdClassName
{
border-color: #9B63D8;
}
.TagClassName
{
border-color: #9B63D8;
}
</style>