Shades of Amethyst #9B4FE8
Tints of Amethyst #9B4FE8
RGB
CMYK
RGB Variations
Color information
#9B4FE8 (or 0x9B4FE8) is known color: Amethyst. HEX triplet: 9B, 4F and E8. RGB value is (155,79,232). Sum of RGB (Red+Green+Blue) = 155+79+232=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #9B4FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FE8 is #64B017. Grayscale: #767676. Windows color (decimal): -6598680 or 15224731. OLE color: 15224731.
HSL color Cylindrical-coordinate representation of color #9B4FE8: hue angle of 269.8º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4FE8 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 79 | 232 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.09 |
| HSL | 269.8º | 0.77% | 0.61% | - |
| HSV(B) | 269.8º | 0.66% | 0.91% | - |
| XYZ | 30.88 | 18.39 | 78.27 | - |
| YUV | 119.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 232 | 0.33 | 0.66 | 0 | 0.09 | 269.8 | 0.77 | 0.61 |
| Hex | 9B | 4F | E8 | 21 | 42 | 0 | 9 | 10E | 4D | 3D |
| Octal | 233 | 117 | 350 | 41 | 102 | 0 | 11 | 416 | 115 | 75 |
| Binary | 10011011 | 1001111 | 11101000 | 100001 | 1000010 | 0 | 1001 | 100001110 | 1001101 | 111101 |
Color Harmonies of #9B4FE8
Complementary color
Monochromatic Colors of #9B4FE8
Black with #9B4FE8
Text Example
Text Example
White with #9B4FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FE8; }
p { color: rgb(155,79,232); }
H1.HeaderClassName
{
color: #9B4FE8;
}
.AnyTagClassName
{
color: #9B4FE8;
}
</style>
background-color css
<style>
a { background-color: #9B4FE8; }
a { background-color: rgb(155,79,232); }
div.DivClassName
{
background-color: #9B4FE8;
}
.BgClassName
{
background-color: #9B4FE8;
}
</style>
border-color css
<style>
span { border-color: #9B4FE8; }
span { border-color: rgb(155,79,232); }
td.TdClassName
{
border-color: #9B4FE8;
}
.TagClassName
{
border-color: #9B4FE8;
}
</style>