Shades of Amethyst #9B64CE
Tints of Amethyst #9B64CE
RGB
CMYK
RGB Variations
Color information
#9B64CE (or 0x9B64CE) is known color: Amethyst. HEX triplet: 9B, 64 and CE. RGB value is (155,100,206). Sum of RGB (Red+Green+Blue) = 155+100+206=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64CE is #649B31. Grayscale: #808080. Windows color (decimal): -6593330 or 13526171. OLE color: 13526171.
HSL color Cylindrical-coordinate representation of color #9B64CE: hue angle of 271.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B64CE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 100 | 206 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.19 |
| HSL | 271.13º | 0.52% | 0.6% | - |
| HSV(B) | 271.13º | 0.51% | 0.81% | - |
| XYZ | 29.22 | 20.54 | 60.82 | - |
| YUV | 128.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 206 | 0.25 | 0.51 | 0 | 0.19 | 271.13 | 0.52 | 0.6 |
| Hex | 9B | 64 | CE | 19 | 33 | 0 | 13 | 10F | 34 | 3C |
| Octal | 233 | 144 | 316 | 31 | 63 | 0 | 23 | 417 | 64 | 74 |
| Binary | 10011011 | 1100100 | 11001110 | 11001 | 110011 | 0 | 10011 | 100001111 | 110100 | 111100 |
Color Harmonies of #9B64CE
Complementary color
Monochromatic Colors of #9B64CE
Black with #9B64CE
Text Example
Text Example
White with #9B64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B64CE; }
p { color: rgb(155,100,206); }
H1.HeaderClassName
{
color: #9B64CE;
}
.AnyTagClassName
{
color: #9B64CE;
}
</style>
background-color css
<style>
a { background-color: #9B64CE; }
a { background-color: rgb(155,100,206); }
div.DivClassName
{
background-color: #9B64CE;
}
.BgClassName
{
background-color: #9B64CE;
}
</style>
border-color css
<style>
span { border-color: #9B64CE; }
span { border-color: rgb(155,100,206); }
td.TdClassName
{
border-color: #9B64CE;
}
.TagClassName
{
border-color: #9B64CE;
}
</style>