Shades of Amethyst #9B57CC
Tints of Amethyst #9B57CC
RGB
CMYK
RGB Variations
Color information
#9B57CC (or 0x9B57CC) is known color: Amethyst. HEX triplet: 9B, 57 and CC. RGB value is (155,87,204). Sum of RGB (Red+Green+Blue) = 155+87+204=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B57CC is #64A833. Grayscale: #787878. Windows color (decimal): -6596660 or 13391771. OLE color: 13391771.
HSL color Cylindrical-coordinate representation of color #9B57CC: hue angle of 274.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B57CC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 87 | 204 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.2 |
| HSL | 274.87º | 0.53% | 0.57% | - |
| HSV(B) | 274.87º | 0.57% | 0.8% | - |
| XYZ | 27.82 | 18.14 | 59.16 | - |
| YUV | 120.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 204 | 0.24 | 0.57 | 0 | 0.2 | 274.87 | 0.53 | 0.57 |
| Hex | 9B | 57 | CC | 18 | 39 | 0 | 14 | 113 | 35 | 39 |
| Octal | 233 | 127 | 314 | 30 | 71 | 0 | 24 | 423 | 65 | 71 |
| Binary | 10011011 | 1010111 | 11001100 | 11000 | 111001 | 0 | 10100 | 100010011 | 110101 | 111001 |
Color Harmonies of #9B57CC
Complementary color
Monochromatic Colors of #9B57CC
Black with #9B57CC
Text Example
Text Example
White with #9B57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B57CC; }
p { color: rgb(155,87,204); }
H1.HeaderClassName
{
color: #9B57CC;
}
.AnyTagClassName
{
color: #9B57CC;
}
</style>
background-color css
<style>
a { background-color: #9B57CC; }
a { background-color: rgb(155,87,204); }
div.DivClassName
{
background-color: #9B57CC;
}
.BgClassName
{
background-color: #9B57CC;
}
</style>
border-color css
<style>
span { border-color: #9B57CC; }
span { border-color: rgb(155,87,204); }
td.TdClassName
{
border-color: #9B57CC;
}
.TagClassName
{
border-color: #9B57CC;
}
</style>