Shades of Amethyst #9B53CF
Tints of Amethyst #9B53CF
RGB
CMYK
RGB Variations
Color information
#9B53CF (or 0x9B53CF) is known color: Amethyst. HEX triplet: 9B, 53 and CF. RGB value is (155,83,207). Sum of RGB (Red+Green+Blue) = 155+83+207=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53CF is #64AC30. Grayscale: #767676. Windows color (decimal): -6597681 or 13587355. OLE color: 13587355.
HSL color Cylindrical-coordinate representation of color #9B53CF: hue angle of 274.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B53CF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 83 | 207 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.19 |
| HSL | 274.84º | 0.56% | 0.57% | - |
| HSV(B) | 274.84º | 0.6% | 0.81% | - |
| XYZ | 27.87 | 17.66 | 60.97 | - |
| YUV | 118.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 207 | 0.25 | 0.60 | 0 | 0.19 | 274.84 | 0.56 | 0.57 |
| Hex | 9B | 53 | CF | 19 | 3C | 0 | 13 | 113 | 38 | 39 |
| Octal | 233 | 123 | 317 | 31 | 74 | 0 | 23 | 423 | 70 | 71 |
| Binary | 10011011 | 1010011 | 11001111 | 11001 | 111100 | 0 | 10011 | 100010011 | 111000 | 111001 |
Color Harmonies of #9B53CF
Complementary color
Monochromatic Colors of #9B53CF
Black with #9B53CF
Text Example
Text Example
White with #9B53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B53CF; }
p { color: rgb(155,83,207); }
H1.HeaderClassName
{
color: #9B53CF;
}
.AnyTagClassName
{
color: #9B53CF;
}
</style>
background-color css
<style>
a { background-color: #9B53CF; }
a { background-color: rgb(155,83,207); }
div.DivClassName
{
background-color: #9B53CF;
}
.BgClassName
{
background-color: #9B53CF;
}
</style>
border-color css
<style>
span { border-color: #9B53CF; }
span { border-color: rgb(155,83,207); }
td.TdClassName
{
border-color: #9B53CF;
}
.TagClassName
{
border-color: #9B53CF;
}
</style>