Shades of Amethyst #9B64DC
Tints of Amethyst #9B64DC
RGB
CMYK
RGB Variations
Color information
#9B64DC (or 0x9B64DC) is known color: Amethyst. HEX triplet: 9B, 64 and DC. RGB value is (155,100,220). Sum of RGB (Red+Green+Blue) = 155+100+220=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64DC is #649B23. Grayscale: #818181. Windows color (decimal): -6593316 or 14443675. OLE color: 14443675.
HSL color Cylindrical-coordinate representation of color #9B64DC: hue angle of 267.5º 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 #9B64DC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 100 | 220 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.14 |
| HSL | 267.5º | 0.63% | 0.63% | - |
| HSV(B) | 267.5º | 0.55% | 0.86% | - |
| XYZ | 30.99 | 21.25 | 70.18 | - |
| YUV | 130.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 220 | 0.30 | 0.55 | 0 | 0.14 | 267.5 | 0.63 | 0.63 |
| Hex | 9B | 64 | DC | 1E | 37 | 0 | E | 10C | 3F | 3F |
| Octal | 233 | 144 | 334 | 36 | 67 | 0 | 16 | 414 | 77 | 77 |
| Binary | 10011011 | 1100100 | 11011100 | 11110 | 110111 | 0 | 1110 | 100001100 | 111111 | 111111 |
Color Harmonies of #9B64DC
Complementary color
Monochromatic Colors of #9B64DC
Black with #9B64DC
Text Example
Text Example
White with #9B64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B64DC; }
p { color: rgb(155,100,220); }
H1.HeaderClassName
{
color: #9B64DC;
}
.AnyTagClassName
{
color: #9B64DC;
}
</style>
background-color css
<style>
a { background-color: #9B64DC; }
a { background-color: rgb(155,100,220); }
div.DivClassName
{
background-color: #9B64DC;
}
.BgClassName
{
background-color: #9B64DC;
}
</style>
border-color css
<style>
span { border-color: #9B64DC; }
span { border-color: rgb(155,100,220); }
td.TdClassName
{
border-color: #9B64DC;
}
.TagClassName
{
border-color: #9B64DC;
}
</style>