Shades of Amethyst #9F67D6
Tints of Amethyst #9F67D6
RGB
CMYK
RGB Variations
Color information
#9F67D6 (or 0x9F67D6) is known color: Amethyst. HEX triplet: 9F, 67 and D6. RGB value is (159,103,214). Sum of RGB (Red+Green+Blue) = 159+103+214=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67D6 is #609829. Grayscale: #848484. Windows color (decimal): -6330410 or 14051231. OLE color: 14051231.
HSL color Cylindrical-coordinate representation of color #9F67D6: hue angle of 270.27º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F67D6 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 103 | 214 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.16 |
| HSL | 270.27º | 0.58% | 0.62% | - |
| HSV(B) | 270.27º | 0.52% | 0.84% | - |
| XYZ | 31.29 | 21.93 | 66.2 | - |
| YUV | 132.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 214 | 0.26 | 0.52 | 0 | 0.16 | 270.27 | 0.58 | 0.62 |
| Hex | 9F | 67 | D6 | 1A | 34 | 0 | 10 | 10E | 3A | 3E |
| Octal | 237 | 147 | 326 | 32 | 64 | 0 | 20 | 416 | 72 | 76 |
| Binary | 10011111 | 1100111 | 11010110 | 11010 | 110100 | 0 | 10000 | 100001110 | 111010 | 111110 |
Color Harmonies of #9F67D6
Complementary color
Monochromatic Colors of #9F67D6
Black with #9F67D6
Text Example
Text Example
White with #9F67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67D6; }
p { color: rgb(159,103,214); }
H1.HeaderClassName
{
color: #9F67D6;
}
.AnyTagClassName
{
color: #9F67D6;
}
</style>
background-color css
<style>
a { background-color: #9F67D6; }
a { background-color: rgb(159,103,214); }
div.DivClassName
{
background-color: #9F67D6;
}
.BgClassName
{
background-color: #9F67D6;
}
</style>
border-color css
<style>
span { border-color: #9F67D6; }
span { border-color: rgb(159,103,214); }
td.TdClassName
{
border-color: #9F67D6;
}
.TagClassName
{
border-color: #9F67D6;
}
</style>