Shades of Amethyst #9D4FEB
Tints of Amethyst #9D4FEB
RGB
CMYK
RGB Variations
Color information
#9D4FEB (or 0x9D4FEB) is known color: Amethyst. HEX triplet: 9D, 4F and EB. RGB value is (157,79,235). Sum of RGB (Red+Green+Blue) = 157+79+235=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4FEB is #62B014. Grayscale: #777777. Windows color (decimal): -6467605 or 15421341. OLE color: 15421341.
HSL color Cylindrical-coordinate representation of color #9D4FEB: hue angle of 270º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4FEB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 79 | 235 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.08 |
| HSL | 270º | 0.8% | 0.62% | - |
| HSV(B) | 270º | 0.66% | 0.92% | - |
| XYZ | 31.7 | 18.76 | 80.55 | - |
| YUV | 120.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 235 | 0.33 | 0.66 | 0 | 0.08 | 270 | 0.8 | 0.62 |
| Hex | 9D | 4F | EB | 21 | 42 | 0 | 8 | 10E | 50 | 3E |
| Octal | 235 | 117 | 353 | 41 | 102 | 0 | 10 | 416 | 120 | 76 |
| Binary | 10011101 | 1001111 | 11101011 | 100001 | 1000010 | 0 | 1000 | 100001110 | 1010000 | 111110 |
Color Harmonies of #9D4FEB
Complementary color
Monochromatic Colors of #9D4FEB
Black with #9D4FEB
Text Example
Text Example
White with #9D4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4FEB; }
p { color: rgb(157,79,235); }
H1.HeaderClassName
{
color: #9D4FEB;
}
.AnyTagClassName
{
color: #9D4FEB;
}
</style>
background-color css
<style>
a { background-color: #9D4FEB; }
a { background-color: rgb(157,79,235); }
div.DivClassName
{
background-color: #9D4FEB;
}
.BgClassName
{
background-color: #9D4FEB;
}
</style>
border-color css
<style>
span { border-color: #9D4FEB; }
span { border-color: rgb(157,79,235); }
td.TdClassName
{
border-color: #9D4FEB;
}
.TagClassName
{
border-color: #9D4FEB;
}
</style>