Shades of Amethyst #9F61DA
Tints of Amethyst #9F61DA
RGB
CMYK
RGB Variations
Color information
#9F61DA (or 0x9F61DA) is known color: Amethyst. HEX triplet: 9F, 61 and DA. RGB value is (159,97,218). Sum of RGB (Red+Green+Blue) = 159+97+218=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61DA is #609E25. Grayscale: #808080. Windows color (decimal): -6331942 or 14311839. OLE color: 14311839.
HSL color Cylindrical-coordinate representation of color #9F61DA: hue angle of 270.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F61DA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 97 | 218 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.15 |
| HSL | 270.74º | 0.62% | 0.62% | - |
| HSV(B) | 270.74º | 0.56% | 0.85% | - |
| XYZ | 31.23 | 20.98 | 68.73 | - |
| YUV | 129.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 218 | 0.27 | 0.56 | 0 | 0.15 | 270.74 | 0.62 | 0.62 |
| Hex | 9F | 61 | DA | 1B | 38 | 0 | F | 10F | 3E | 3E |
| Octal | 237 | 141 | 332 | 33 | 70 | 0 | 17 | 417 | 76 | 76 |
| Binary | 10011111 | 1100001 | 11011010 | 11011 | 111000 | 0 | 1111 | 100001111 | 111110 | 111110 |
Color Harmonies of #9F61DA
Complementary color
Monochromatic Colors of #9F61DA
Black with #9F61DA
Text Example
Text Example
White with #9F61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61DA; }
p { color: rgb(159,97,218); }
H1.HeaderClassName
{
color: #9F61DA;
}
.AnyTagClassName
{
color: #9F61DA;
}
</style>
background-color css
<style>
a { background-color: #9F61DA; }
a { background-color: rgb(159,97,218); }
div.DivClassName
{
background-color: #9F61DA;
}
.BgClassName
{
background-color: #9F61DA;
}
</style>
border-color css
<style>
span { border-color: #9F61DA; }
span { border-color: rgb(159,97,218); }
td.TdClassName
{
border-color: #9F61DA;
}
.TagClassName
{
border-color: #9F61DA;
}
</style>