Shades of Amethyst #9B5ACB
Tints of Amethyst #9B5ACB
RGB
CMYK
RGB Variations
Color information
#9B5ACB (or 0x9B5ACB) is known color: Amethyst. HEX triplet: 9B, 5A and CB. RGB value is (155,90,203). Sum of RGB (Red+Green+Blue) = 155+90+203=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ACB is #64A534. Grayscale: #797979. Windows color (decimal): -6595893 or 13327003. OLE color: 13327003.
HSL color Cylindrical-coordinate representation of color #9B5ACB: hue angle of 274.51º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B5ACB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 90 | 203 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.20 |
| HSL | 274.51º | 0.52% | 0.57% | - |
| HSV(B) | 274.51º | 0.56% | 0.8% | - |
| XYZ | 27.95 | 18.59 | 58.62 | - |
| YUV | 122.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 203 | 0.24 | 0.56 | 0 | 0.20 | 274.51 | 0.52 | 0.57 |
| Hex | 9B | 5A | CB | 18 | 38 | 0 | 14 | 113 | 34 | 39 |
| Octal | 233 | 132 | 313 | 30 | 70 | 0 | 24 | 423 | 64 | 71 |
| Binary | 10011011 | 1011010 | 11001011 | 11000 | 111000 | 0 | 10100 | 100010011 | 110100 | 111001 |
Color Harmonies of #9B5ACB
Complementary color
Monochromatic Colors of #9B5ACB
Black with #9B5ACB
Text Example
Text Example
White with #9B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5ACB; }
p { color: rgb(155,90,203); }
H1.HeaderClassName
{
color: #9B5ACB;
}
.AnyTagClassName
{
color: #9B5ACB;
}
</style>
background-color css
<style>
a { background-color: #9B5ACB; }
a { background-color: rgb(155,90,203); }
div.DivClassName
{
background-color: #9B5ACB;
}
.BgClassName
{
background-color: #9B5ACB;
}
</style>
border-color css
<style>
span { border-color: #9B5ACB; }
span { border-color: rgb(155,90,203); }
td.TdClassName
{
border-color: #9B5ACB;
}
.TagClassName
{
border-color: #9B5ACB;
}
</style>