Shades of Amethyst #9D4CE7
Tints of Amethyst #9D4CE7
RGB
CMYK
RGB Variations
Color information
#9D4CE7 (or 0x9D4CE7) is known color: Amethyst. HEX triplet: 9D, 4C and E7. RGB value is (157,76,231). Sum of RGB (Red+Green+Blue) = 157+76+231=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #9D4CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CE7 is #62B318. Grayscale: #757575. Windows color (decimal): -6468377 or 15158429. OLE color: 15158429.
HSL color Cylindrical-coordinate representation of color #9D4CE7: hue angle of 271.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4CE7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 76 | 231 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.09 |
| HSL | 271.35º | 0.76% | 0.6% | - |
| HSV(B) | 271.35º | 0.67% | 0.91% | - |
| XYZ | 30.91 | 18.11 | 77.47 | - |
| YUV | 117.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 231 | 0.32 | 0.67 | 0 | 0.09 | 271.35 | 0.76 | 0.6 |
| Hex | 9D | 4C | E7 | 20 | 43 | 0 | 9 | 10F | 4C | 3C |
| Octal | 235 | 114 | 347 | 40 | 103 | 0 | 11 | 417 | 114 | 74 |
| Binary | 10011101 | 1001100 | 11100111 | 100000 | 1000011 | 0 | 1001 | 100001111 | 1001100 | 111100 |
Color Harmonies of #9D4CE7
Complementary color
Monochromatic Colors of #9D4CE7
Black with #9D4CE7
Text Example
Text Example
White with #9D4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CE7; }
p { color: rgb(157,76,231); }
H1.HeaderClassName
{
color: #9D4CE7;
}
.AnyTagClassName
{
color: #9D4CE7;
}
</style>
background-color css
<style>
a { background-color: #9D4CE7; }
a { background-color: rgb(157,76,231); }
div.DivClassName
{
background-color: #9D4CE7;
}
.BgClassName
{
background-color: #9D4CE7;
}
</style>
border-color css
<style>
span { border-color: #9D4CE7; }
span { border-color: rgb(157,76,231); }
td.TdClassName
{
border-color: #9D4CE7;
}
.TagClassName
{
border-color: #9D4CE7;
}
</style>