Shades of Amethyst #9667D5
Tints of Amethyst #9667D5
RGB
CMYK
RGB Variations
Color information
#9667D5 (or 0x9667D5) is known color: Amethyst. HEX triplet: 96, 67 and D5. RGB value is (150,103,213). Sum of RGB (Red+Green+Blue) = 150+103+213=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #9667D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667D5 is #69982A. Grayscale: #818181. Windows color (decimal): -6920235 or 13985686. OLE color: 13985686.
HSL color Cylindrical-coordinate representation of color #9667D5: hue angle of 265.64º degrees, saturation: 0.57, 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 #9667D5 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 103 | 213 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.16 |
| HSL | 265.64º | 0.57% | 0.62% | - |
| HSV(B) | 265.64º | 0.52% | 0.84% | - |
| XYZ | 29.44 | 20.99 | 65.45 | - |
| YUV | 129.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 213 | 0.30 | 0.52 | 0 | 0.16 | 265.64 | 0.57 | 0.62 |
| Hex | 96 | 67 | D5 | 1E | 34 | 0 | 10 | 10A | 39 | 3E |
| Octal | 226 | 147 | 325 | 36 | 64 | 0 | 20 | 412 | 71 | 76 |
| Binary | 10010110 | 1100111 | 11010101 | 11110 | 110100 | 0 | 10000 | 100001010 | 111001 | 111110 |
Color Harmonies of #9667D5
Complementary color
Monochromatic Colors of #9667D5
Black with #9667D5
Text Example
Text Example
White with #9667D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667D5; }
p { color: rgb(150,103,213); }
H1.HeaderClassName
{
color: #9667D5;
}
.AnyTagClassName
{
color: #9667D5;
}
</style>
background-color css
<style>
a { background-color: #9667D5; }
a { background-color: rgb(150,103,213); }
div.DivClassName
{
background-color: #9667D5;
}
.BgClassName
{
background-color: #9667D5;
}
</style>
border-color css
<style>
span { border-color: #9667D5; }
span { border-color: rgb(150,103,213); }
td.TdClassName
{
border-color: #9667D5;
}
.TagClassName
{
border-color: #9667D5;
}
</style>