Shades of Amethyst #9B4DE2
Tints of Amethyst #9B4DE2
RGB
CMYK
RGB Variations
Color information
#9B4DE2 (or 0x9B4DE2) is known color: Amethyst. HEX triplet: 9B, 4D and E2. RGB value is (155,77,226). Sum of RGB (Red+Green+Blue) = 155+77+226=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 226 - color contains mainly: blue. Hex color #9B4DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DE2 is #64B21D. Grayscale: #747474. Windows color (decimal): -6599198 or 14831003. OLE color: 14831003.
HSL color Cylindrical-coordinate representation of color #9B4DE2: hue angle of 271.41º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4DE2 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 77 | 226 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.11 |
| HSL | 271.41º | 0.72% | 0.59% | - |
| HSV(B) | 271.41º | 0.66% | 0.89% | - |
| XYZ | 29.9 | 17.77 | 73.81 | - |
| YUV | 117.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 226 | 0.31 | 0.66 | 0 | 0.11 | 271.41 | 0.72 | 0.59 |
| Hex | 9B | 4D | E2 | 1F | 42 | 0 | B | 10F | 48 | 3B |
| Octal | 233 | 115 | 342 | 37 | 102 | 0 | 13 | 417 | 110 | 73 |
| Binary | 10011011 | 1001101 | 11100010 | 11111 | 1000010 | 0 | 1011 | 100001111 | 1001000 | 111011 |
Color Harmonies of #9B4DE2
Complementary color
Monochromatic Colors of #9B4DE2
Black with #9B4DE2
Text Example
Text Example
White with #9B4DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4DE2; }
p { color: rgb(155,77,226); }
H1.HeaderClassName
{
color: #9B4DE2;
}
.AnyTagClassName
{
color: #9B4DE2;
}
</style>
background-color css
<style>
a { background-color: #9B4DE2; }
a { background-color: rgb(155,77,226); }
div.DivClassName
{
background-color: #9B4DE2;
}
.BgClassName
{
background-color: #9B4DE2;
}
</style>
border-color css
<style>
span { border-color: #9B4DE2; }
span { border-color: rgb(155,77,226); }
td.TdClassName
{
border-color: #9B4DE2;
}
.TagClassName
{
border-color: #9B4DE2;
}
</style>