Shades of Amethyst #9667CD
Tints of Amethyst #9667CD
RGB
CMYK
RGB Variations
Color information
#9667CD (or 0x9667CD) is known color: Amethyst. HEX triplet: 96, 67 and CD. RGB value is (150,103,205). Sum of RGB (Red+Green+Blue) = 150+103+205=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9667CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667CD is #699832. Grayscale: #808080. Windows color (decimal): -6920243 or 13461398. OLE color: 13461398.
HSL color Cylindrical-coordinate representation of color #9667CD: hue angle of 267.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9667CD is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 103 | 205 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.20 |
| HSL | 267.65º | 0.5% | 0.6% | - |
| HSV(B) | 267.65º | 0.5% | 0.8% | - |
| XYZ | 28.45 | 20.59 | 60.23 | - |
| YUV | 128.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 205 | 0.27 | 0.50 | 0 | 0.20 | 267.65 | 0.5 | 0.6 |
| Hex | 96 | 67 | CD | 1B | 32 | 0 | 14 | 10C | 32 | 3C |
| Octal | 226 | 147 | 315 | 33 | 62 | 0 | 24 | 414 | 62 | 74 |
| Binary | 10010110 | 1100111 | 11001101 | 11011 | 110010 | 0 | 10100 | 100001100 | 110010 | 111100 |
Color Harmonies of #9667CD
Complementary color
Monochromatic Colors of #9667CD
Black with #9667CD
Text Example
Text Example
White with #9667CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667CD; }
p { color: rgb(150,103,205); }
H1.HeaderClassName
{
color: #9667CD;
}
.AnyTagClassName
{
color: #9667CD;
}
</style>
background-color css
<style>
a { background-color: #9667CD; }
a { background-color: rgb(150,103,205); }
div.DivClassName
{
background-color: #9667CD;
}
.BgClassName
{
background-color: #9667CD;
}
</style>
border-color css
<style>
span { border-color: #9667CD; }
span { border-color: rgb(150,103,205); }
td.TdClassName
{
border-color: #9667CD;
}
.TagClassName
{
border-color: #9667CD;
}
</style>