Shades of Amethyst #9D4CE8
Tints of Amethyst #9D4CE8
RGB
CMYK
RGB Variations
Color information
#9D4CE8 (or 0x9D4CE8) is known color: Amethyst. HEX triplet: 9D, 4C and E8. RGB value is (157,76,232). Sum of RGB (Red+Green+Blue) = 157+76+232=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #9D4CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CE8 is #62B317. Grayscale: #757575. Windows color (decimal): -6468376 or 15223965. OLE color: 15223965.
HSL color Cylindrical-coordinate representation of color #9D4CE8: hue angle of 271.15º degrees, saturation: 0.77, 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 #9D4CE8 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 76 | 232 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.09 |
| HSL | 271.15º | 0.77% | 0.6% | - |
| HSV(B) | 271.15º | 0.67% | 0.91% | - |
| XYZ | 31.05 | 18.16 | 78.21 | - |
| YUV | 118 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 232 | 0.32 | 0.67 | 0 | 0.09 | 271.15 | 0.77 | 0.6 |
| Hex | 9D | 4C | E8 | 20 | 43 | 0 | 9 | 10F | 4D | 3C |
| Octal | 235 | 114 | 350 | 40 | 103 | 0 | 11 | 417 | 115 | 74 |
| Binary | 10011101 | 1001100 | 11101000 | 100000 | 1000011 | 0 | 1001 | 100001111 | 1001101 | 111100 |
Color Harmonies of #9D4CE8
Complementary color
Monochromatic Colors of #9D4CE8
Black with #9D4CE8
Text Example
Text Example
White with #9D4CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CE8; }
p { color: rgb(157,76,232); }
H1.HeaderClassName
{
color: #9D4CE8;
}
.AnyTagClassName
{
color: #9D4CE8;
}
</style>
background-color css
<style>
a { background-color: #9D4CE8; }
a { background-color: rgb(157,76,232); }
div.DivClassName
{
background-color: #9D4CE8;
}
.BgClassName
{
background-color: #9D4CE8;
}
</style>
border-color css
<style>
span { border-color: #9D4CE8; }
span { border-color: rgb(157,76,232); }
td.TdClassName
{
border-color: #9D4CE8;
}
.TagClassName
{
border-color: #9D4CE8;
}
</style>