Shades of Amethyst #9B60DF
Tints of Amethyst #9B60DF
RGB
CMYK
RGB Variations
Color information
#9B60DF (or 0x9B60DF) is known color: Amethyst. HEX triplet: 9B, 60 and DF. RGB value is (155,96,223). Sum of RGB (Red+Green+Blue) = 155+96+223=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B60DF is #649F20. Grayscale: #7F7F7F. Windows color (decimal): -6594337 or 14639259. OLE color: 14639259.
HSL color Cylindrical-coordinate representation of color #9B60DF: hue angle of 267.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B60DF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 96 | 223 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.13 |
| HSL | 267.87º | 0.66% | 0.63% | - |
| HSV(B) | 267.87º | 0.57% | 0.87% | - |
| XYZ | 31.02 | 20.66 | 72.17 | - |
| YUV | 128.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 223 | 0.30 | 0.57 | 0 | 0.13 | 267.87 | 0.66 | 0.63 |
| Hex | 9B | 60 | DF | 1E | 39 | 0 | D | 10C | 42 | 3F |
| Octal | 233 | 140 | 337 | 36 | 71 | 0 | 15 | 414 | 102 | 77 |
| Binary | 10011011 | 1100000 | 11011111 | 11110 | 111001 | 0 | 1101 | 100001100 | 1000010 | 111111 |
Color Harmonies of #9B60DF
Complementary color
Monochromatic Colors of #9B60DF
Black with #9B60DF
Text Example
Text Example
White with #9B60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B60DF; }
p { color: rgb(155,96,223); }
H1.HeaderClassName
{
color: #9B60DF;
}
.AnyTagClassName
{
color: #9B60DF;
}
</style>
background-color css
<style>
a { background-color: #9B60DF; }
a { background-color: rgb(155,96,223); }
div.DivClassName
{
background-color: #9B60DF;
}
.BgClassName
{
background-color: #9B60DF;
}
</style>
border-color css
<style>
span { border-color: #9B60DF; }
span { border-color: rgb(155,96,223); }
td.TdClassName
{
border-color: #9B60DF;
}
.TagClassName
{
border-color: #9B60DF;
}
</style>