Shades of Amethyst #9667CE
Tints of Amethyst #9667CE
RGB
CMYK
RGB Variations
Color information
#9667CE (or 0x9667CE) is known color: Amethyst. HEX triplet: 96, 67 and CE. RGB value is (150,103,206). Sum of RGB (Red+Green+Blue) = 150+103+206=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9667CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667CE is #699831. Grayscale: #808080. Windows color (decimal): -6920242 or 13526934. OLE color: 13526934.
HSL color Cylindrical-coordinate representation of color #9667CE: hue angle of 267.38º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9667CE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 103 | 206 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.19 |
| HSL | 267.38º | 0.51% | 0.61% | - |
| HSV(B) | 267.38º | 0.5% | 0.81% | - |
| XYZ | 28.57 | 20.64 | 60.87 | - |
| YUV | 128.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 206 | 0.27 | 0.50 | 0 | 0.19 | 267.38 | 0.51 | 0.61 |
| Hex | 96 | 67 | CE | 1B | 32 | 0 | 13 | 10B | 33 | 3D |
| Octal | 226 | 147 | 316 | 33 | 62 | 0 | 23 | 413 | 63 | 75 |
| Binary | 10010110 | 1100111 | 11001110 | 11011 | 110010 | 0 | 10011 | 100001011 | 110011 | 111101 |
Color Harmonies of #9667CE
Complementary color
Monochromatic Colors of #9667CE
Black with #9667CE
Text Example
Text Example
White with #9667CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667CE; }
p { color: rgb(150,103,206); }
H1.HeaderClassName
{
color: #9667CE;
}
.AnyTagClassName
{
color: #9667CE;
}
</style>
background-color css
<style>
a { background-color: #9667CE; }
a { background-color: rgb(150,103,206); }
div.DivClassName
{
background-color: #9667CE;
}
.BgClassName
{
background-color: #9667CE;
}
</style>
border-color css
<style>
span { border-color: #9667CE; }
span { border-color: rgb(150,103,206); }
td.TdClassName
{
border-color: #9667CE;
}
.TagClassName
{
border-color: #9667CE;
}
</style>