Shades of Amethyst #9B60CE
Tints of Amethyst #9B60CE
RGB
CMYK
RGB Variations
Color information
#9B60CE (or 0x9B60CE) is known color: Amethyst. HEX triplet: 9B, 60 and CE. RGB value is (155,96,206). Sum of RGB (Red+Green+Blue) = 155+96+206=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B60CE is #649F31. Grayscale: #7D7D7D. Windows color (decimal): -6594354 or 13525147. OLE color: 13525147.
HSL color Cylindrical-coordinate representation of color #9B60CE: hue angle of 272.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B60CE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 96 | 206 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.19 |
| HSL | 272.18º | 0.53% | 0.59% | - |
| HSV(B) | 272.18º | 0.53% | 0.81% | - |
| XYZ | 28.84 | 19.79 | 60.69 | - |
| YUV | 126.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 206 | 0.25 | 0.53 | 0 | 0.19 | 272.18 | 0.53 | 0.59 |
| Hex | 9B | 60 | CE | 19 | 35 | 0 | 13 | 110 | 35 | 3B |
| Octal | 233 | 140 | 316 | 31 | 65 | 0 | 23 | 420 | 65 | 73 |
| Binary | 10011011 | 1100000 | 11001110 | 11001 | 110101 | 0 | 10011 | 100010000 | 110101 | 111011 |
Color Harmonies of #9B60CE
Complementary color
Monochromatic Colors of #9B60CE
Black with #9B60CE
Text Example
Text Example
White with #9B60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B60CE; }
p { color: rgb(155,96,206); }
H1.HeaderClassName
{
color: #9B60CE;
}
.AnyTagClassName
{
color: #9B60CE;
}
</style>
background-color css
<style>
a { background-color: #9B60CE; }
a { background-color: rgb(155,96,206); }
div.DivClassName
{
background-color: #9B60CE;
}
.BgClassName
{
background-color: #9B60CE;
}
</style>
border-color css
<style>
span { border-color: #9B60CE; }
span { border-color: rgb(155,96,206); }
td.TdClassName
{
border-color: #9B60CE;
}
.TagClassName
{
border-color: #9B60CE;
}
</style>