Shades of Amethyst #9D67DA
Tints of Amethyst #9D67DA
RGB
CMYK
RGB Variations
Color information
#9D67DA (or 0x9D67DA) is known color: Amethyst. HEX triplet: 9D, 67 and DA. RGB value is (157,103,218). Sum of RGB (Red+Green+Blue) = 157+103+218=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67DA is #629825. Grayscale: #838383. Windows color (decimal): -6461478 or 14313373. OLE color: 14313373.
HSL color Cylindrical-coordinate representation of color #9D67DA: hue angle of 268.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D67DA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 103 | 218 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.15 |
| HSL | 268.17º | 0.61% | 0.63% | - |
| HSV(B) | 268.17º | 0.53% | 0.85% | - |
| XYZ | 31.41 | 21.93 | 68.91 | - |
| YUV | 132.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 218 | 0.28 | 0.53 | 0 | 0.15 | 268.17 | 0.61 | 0.63 |
| Hex | 9D | 67 | DA | 1C | 35 | 0 | F | 10C | 3D | 3F |
| Octal | 235 | 147 | 332 | 34 | 65 | 0 | 17 | 414 | 75 | 77 |
| Binary | 10011101 | 1100111 | 11011010 | 11100 | 110101 | 0 | 1111 | 100001100 | 111101 | 111111 |
Color Harmonies of #9D67DA
Complementary color
Monochromatic Colors of #9D67DA
Black with #9D67DA
Text Example
Text Example
White with #9D67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D67DA; }
p { color: rgb(157,103,218); }
H1.HeaderClassName
{
color: #9D67DA;
}
.AnyTagClassName
{
color: #9D67DA;
}
</style>
background-color css
<style>
a { background-color: #9D67DA; }
a { background-color: rgb(157,103,218); }
div.DivClassName
{
background-color: #9D67DA;
}
.BgClassName
{
background-color: #9D67DA;
}
</style>
border-color css
<style>
span { border-color: #9D67DA; }
span { border-color: rgb(157,103,218); }
td.TdClassName
{
border-color: #9D67DA;
}
.TagClassName
{
border-color: #9D67DA;
}
</style>