Shades of Amethyst #9B63DC
Tints of Amethyst #9B63DC
RGB
CMYK
RGB Variations
Color information
#9B63DC (or 0x9B63DC) is known color: Amethyst. HEX triplet: 9B, 63 and DC. RGB value is (155,99,220). Sum of RGB (Red+Green+Blue) = 155+99+220=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63DC is #649C23. Grayscale: #818181. Windows color (decimal): -6593572 or 14443419. OLE color: 14443419.
HSL color Cylindrical-coordinate representation of color #9B63DC: hue angle of 267.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B63DC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 99 | 220 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.14 |
| HSL | 267.77º | 0.63% | 0.63% | - |
| HSV(B) | 267.77º | 0.55% | 0.86% | - |
| XYZ | 30.9 | 21.06 | 70.15 | - |
| YUV | 129.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 220 | 0.30 | 0.55 | 0 | 0.14 | 267.77 | 0.63 | 0.63 |
| Hex | 9B | 63 | DC | 1E | 37 | 0 | E | 10C | 3F | 3F |
| Octal | 233 | 143 | 334 | 36 | 67 | 0 | 16 | 414 | 77 | 77 |
| Binary | 10011011 | 1100011 | 11011100 | 11110 | 110111 | 0 | 1110 | 100001100 | 111111 | 111111 |
Color Harmonies of #9B63DC
Complementary color
Monochromatic Colors of #9B63DC
Black with #9B63DC
Text Example
Text Example
White with #9B63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63DC; }
p { color: rgb(155,99,220); }
H1.HeaderClassName
{
color: #9B63DC;
}
.AnyTagClassName
{
color: #9B63DC;
}
</style>
background-color css
<style>
a { background-color: #9B63DC; }
a { background-color: rgb(155,99,220); }
div.DivClassName
{
background-color: #9B63DC;
}
.BgClassName
{
background-color: #9B63DC;
}
</style>
border-color css
<style>
span { border-color: #9B63DC; }
span { border-color: rgb(155,99,220); }
td.TdClassName
{
border-color: #9B63DC;
}
.TagClassName
{
border-color: #9B63DC;
}
</style>