Shades of Amethyst #9F67DC
Tints of Amethyst #9F67DC
RGB
CMYK
RGB Variations
Color information
#9F67DC (or 0x9F67DC) is known color: Amethyst. HEX triplet: 9F, 67 and DC. RGB value is (159,103,220). Sum of RGB (Red+Green+Blue) = 159+103+220=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67DC is #609823. Grayscale: #848484. Windows color (decimal): -6330404 or 14444447. OLE color: 14444447.
HSL color Cylindrical-coordinate representation of color #9F67DC: hue angle of 268.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F67DC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 103 | 220 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.14 |
| HSL | 268.72º | 0.63% | 0.63% | - |
| HSV(B) | 268.72º | 0.53% | 0.86% | - |
| XYZ | 32.07 | 22.24 | 70.31 | - |
| YUV | 133.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 220 | 0.28 | 0.53 | 0 | 0.14 | 268.72 | 0.63 | 0.63 |
| Hex | 9F | 67 | DC | 1C | 35 | 0 | E | 10D | 3F | 3F |
| Octal | 237 | 147 | 334 | 34 | 65 | 0 | 16 | 415 | 77 | 77 |
| Binary | 10011111 | 1100111 | 11011100 | 11100 | 110101 | 0 | 1110 | 100001101 | 111111 | 111111 |
Color Harmonies of #9F67DC
Complementary color
Monochromatic Colors of #9F67DC
Black with #9F67DC
Text Example
Text Example
White with #9F67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67DC; }
p { color: rgb(159,103,220); }
H1.HeaderClassName
{
color: #9F67DC;
}
.AnyTagClassName
{
color: #9F67DC;
}
</style>
background-color css
<style>
a { background-color: #9F67DC; }
a { background-color: rgb(159,103,220); }
div.DivClassName
{
background-color: #9F67DC;
}
.BgClassName
{
background-color: #9F67DC;
}
</style>
border-color css
<style>
span { border-color: #9F67DC; }
span { border-color: rgb(159,103,220); }
td.TdClassName
{
border-color: #9F67DC;
}
.TagClassName
{
border-color: #9F67DC;
}
</style>