Shades of Amethyst #9B4FEA
Tints of Amethyst #9B4FEA
RGB
CMYK
RGB Variations
Color information
#9B4FEA (or 0x9B4FEA) is known color: Amethyst. HEX triplet: 9B, 4F and EA. RGB value is (155,79,234). Sum of RGB (Red+Green+Blue) = 155+79+234=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B4FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FEA is #64B015. Grayscale: #767676. Windows color (decimal): -6598678 or 15355803. OLE color: 15355803.
HSL color Cylindrical-coordinate representation of color #9B4FEA: hue angle of 269.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4FEA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 79 | 234 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.08 |
| HSL | 269.42º | 0.79% | 0.61% | - |
| HSV(B) | 269.42º | 0.66% | 0.92% | - |
| XYZ | 31.16 | 18.5 | 79.77 | - |
| YUV | 119.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 234 | 0.34 | 0.66 | 0 | 0.08 | 269.42 | 0.79 | 0.61 |
| Hex | 9B | 4F | EA | 22 | 42 | 0 | 8 | 10D | 4F | 3D |
| Octal | 233 | 117 | 352 | 42 | 102 | 0 | 10 | 415 | 117 | 75 |
| Binary | 10011011 | 1001111 | 11101010 | 100010 | 1000010 | 0 | 1000 | 100001101 | 1001111 | 111101 |
Color Harmonies of #9B4FEA
Complementary color
Monochromatic Colors of #9B4FEA
Black with #9B4FEA
Text Example
Text Example
White with #9B4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FEA; }
p { color: rgb(155,79,234); }
H1.HeaderClassName
{
color: #9B4FEA;
}
.AnyTagClassName
{
color: #9B4FEA;
}
</style>
background-color css
<style>
a { background-color: #9B4FEA; }
a { background-color: rgb(155,79,234); }
div.DivClassName
{
background-color: #9B4FEA;
}
.BgClassName
{
background-color: #9B4FEA;
}
</style>
border-color css
<style>
span { border-color: #9B4FEA; }
span { border-color: rgb(155,79,234); }
td.TdClassName
{
border-color: #9B4FEA;
}
.TagClassName
{
border-color: #9B4FEA;
}
</style>