Shades of Amethyst #9667C5
Tints of Amethyst #9667C5
RGB
CMYK
RGB Variations
Color information
#9667C5 (or 0x9667C5) is known color: Amethyst. HEX triplet: 96, 67 and C5. RGB value is (150,103,197). Sum of RGB (Red+Green+Blue) = 150+103+197=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #9667C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667C5 is #69983A. Grayscale: #7F7F7F. Windows color (decimal): -6920251 or 12937110. OLE color: 12937110.
HSL color Cylindrical-coordinate representation of color #9667C5: hue angle of 270º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9667C5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 103 | 197 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.23 |
| HSL | 270º | 0.45% | 0.59% | - |
| HSV(B) | 270º | 0.48% | 0.77% | - |
| XYZ | 27.51 | 20.22 | 55.28 | - |
| YUV | 127.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 197 | 0.24 | 0.48 | 0 | 0.23 | 270 | 0.45 | 0.59 |
| Hex | 96 | 67 | C5 | 18 | 30 | 0 | 17 | 10E | 2D | 3B |
| Octal | 226 | 147 | 305 | 30 | 60 | 0 | 27 | 416 | 55 | 73 |
| Binary | 10010110 | 1100111 | 11000101 | 11000 | 110000 | 0 | 10111 | 100001110 | 101101 | 111011 |
Color Harmonies of #9667C5
Complementary color
Monochromatic Colors of #9667C5
Black with #9667C5
Text Example
Text Example
White with #9667C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667C5; }
p { color: rgb(150,103,197); }
H1.HeaderClassName
{
color: #9667C5;
}
.AnyTagClassName
{
color: #9667C5;
}
</style>
background-color css
<style>
a { background-color: #9667C5; }
a { background-color: rgb(150,103,197); }
div.DivClassName
{
background-color: #9667C5;
}
.BgClassName
{
background-color: #9667C5;
}
</style>
border-color css
<style>
span { border-color: #9667C5; }
span { border-color: rgb(150,103,197); }
td.TdClassName
{
border-color: #9667C5;
}
.TagClassName
{
border-color: #9667C5;
}
</style>