Shades of Amethyst #9D4EEB
Tints of Amethyst #9D4EEB
RGB
CMYK
RGB Variations
Color information
#9D4EEB (or 0x9D4EEB) is known color: Amethyst. HEX triplet: 9D, 4E and EB. RGB value is (157,78,235). Sum of RGB (Red+Green+Blue) = 157+78+235=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D4EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4EEB is #62B114. Grayscale: #767676. Windows color (decimal): -6467861 or 15421085. OLE color: 15421085.
HSL color Cylindrical-coordinate representation of color #9D4EEB: hue angle of 270.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4EEB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 78 | 235 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.08 |
| HSL | 270.19º | 0.8% | 0.61% | - |
| HSV(B) | 270.19º | 0.67% | 0.92% | - |
| XYZ | 31.62 | 18.62 | 80.52 | - |
| YUV | 119.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 235 | 0.33 | 0.67 | 0 | 0.08 | 270.19 | 0.8 | 0.61 |
| Hex | 9D | 4E | EB | 21 | 43 | 0 | 8 | 10E | 50 | 3D |
| Octal | 235 | 116 | 353 | 41 | 103 | 0 | 10 | 416 | 120 | 75 |
| Binary | 10011101 | 1001110 | 11101011 | 100001 | 1000011 | 0 | 1000 | 100001110 | 1010000 | 111101 |
Color Harmonies of #9D4EEB
Complementary color
Monochromatic Colors of #9D4EEB
Black with #9D4EEB
Text Example
Text Example
White with #9D4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4EEB; }
p { color: rgb(157,78,235); }
H1.HeaderClassName
{
color: #9D4EEB;
}
.AnyTagClassName
{
color: #9D4EEB;
}
</style>
background-color css
<style>
a { background-color: #9D4EEB; }
a { background-color: rgb(157,78,235); }
div.DivClassName
{
background-color: #9D4EEB;
}
.BgClassName
{
background-color: #9D4EEB;
}
</style>
border-color css
<style>
span { border-color: #9D4EEB; }
span { border-color: rgb(157,78,235); }
td.TdClassName
{
border-color: #9D4EEB;
}
.TagClassName
{
border-color: #9D4EEB;
}
</style>