Shades of Amethyst #9B4FDB
Tints of Amethyst #9B4FDB
RGB
CMYK
RGB Variations
Color information
#9B4FDB (or 0x9B4FDB) is known color: Amethyst. HEX triplet: 9B, 4F and DB. RGB value is (155,79,219). Sum of RGB (Red+Green+Blue) = 155+79+219=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FDB is #64B024. Grayscale: #757575. Windows color (decimal): -6598693 or 14372763. OLE color: 14372763.
HSL color Cylindrical-coordinate representation of color #9B4FDB: hue angle of 272.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B4FDB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 79 | 219 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.14 |
| HSL | 272.57º | 0.66% | 0.58% | - |
| HSV(B) | 272.57º | 0.64% | 0.86% | - |
| XYZ | 29.1 | 17.68 | 68.9 | - |
| YUV | 117.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 219 | 0.29 | 0.64 | 0 | 0.14 | 272.57 | 0.66 | 0.58 |
| Hex | 9B | 4F | DB | 1D | 40 | 0 | E | 111 | 42 | 3A |
| Octal | 233 | 117 | 333 | 35 | 100 | 0 | 16 | 421 | 102 | 72 |
| Binary | 10011011 | 1001111 | 11011011 | 11101 | 1000000 | 0 | 1110 | 100010001 | 1000010 | 111010 |
Color Harmonies of #9B4FDB
Complementary color
Monochromatic Colors of #9B4FDB
Black with #9B4FDB
Text Example
Text Example
White with #9B4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FDB; }
p { color: rgb(155,79,219); }
H1.HeaderClassName
{
color: #9B4FDB;
}
.AnyTagClassName
{
color: #9B4FDB;
}
</style>
background-color css
<style>
a { background-color: #9B4FDB; }
a { background-color: rgb(155,79,219); }
div.DivClassName
{
background-color: #9B4FDB;
}
.BgClassName
{
background-color: #9B4FDB;
}
</style>
border-color css
<style>
span { border-color: #9B4FDB; }
span { border-color: rgb(155,79,219); }
td.TdClassName
{
border-color: #9B4FDB;
}
.TagClassName
{
border-color: #9B4FDB;
}
</style>