Shades of Amethyst #9D61D8
Tints of Amethyst #9D61D8
RGB
CMYK
RGB Variations
Color information
#9D61D8 (or 0x9D61D8) is known color: Amethyst. HEX triplet: 9D, 61 and D8. RGB value is (157,97,216). Sum of RGB (Red+Green+Blue) = 157+97+216=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D61D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61D8 is #629E27. Grayscale: #808080. Windows color (decimal): -6463016 or 14180765. OLE color: 14180765.
HSL color Cylindrical-coordinate representation of color #9D61D8: hue angle of 270.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D61D8 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 97 | 216 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.15 |
| HSL | 270.25º | 0.6% | 0.61% | - |
| HSV(B) | 270.25º | 0.55% | 0.85% | - |
| XYZ | 30.57 | 20.68 | 67.35 | - |
| YUV | 128.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 216 | 0.27 | 0.55 | 0 | 0.15 | 270.25 | 0.6 | 0.61 |
| Hex | 9D | 61 | D8 | 1B | 37 | 0 | F | 10E | 3C | 3D |
| Octal | 235 | 141 | 330 | 33 | 67 | 0 | 17 | 416 | 74 | 75 |
| Binary | 10011101 | 1100001 | 11011000 | 11011 | 110111 | 0 | 1111 | 100001110 | 111100 | 111101 |
Color Harmonies of #9D61D8
Complementary color
Monochromatic Colors of #9D61D8
Black with #9D61D8
Text Example
Text Example
White with #9D61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D61D8; }
p { color: rgb(157,97,216); }
H1.HeaderClassName
{
color: #9D61D8;
}
.AnyTagClassName
{
color: #9D61D8;
}
</style>
background-color css
<style>
a { background-color: #9D61D8; }
a { background-color: rgb(157,97,216); }
div.DivClassName
{
background-color: #9D61D8;
}
.BgClassName
{
background-color: #9D61D8;
}
</style>
border-color css
<style>
span { border-color: #9D61D8; }
span { border-color: rgb(157,97,216); }
td.TdClassName
{
border-color: #9D61D8;
}
.TagClassName
{
border-color: #9D61D8;
}
</style>