Shades of Amethyst #9669CC
Tints of Amethyst #9669CC
RGB
CMYK
RGB Variations
Color information
#9669CC (or 0x9669CC) is known color: Amethyst. HEX triplet: 96, 69 and CC. RGB value is (150,105,204). Sum of RGB (Red+Green+Blue) = 150+105+204=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #9669CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669CC is #699633. Grayscale: #818181. Windows color (decimal): -6919732 or 13396374. OLE color: 13396374.
HSL color Cylindrical-coordinate representation of color #9669CC: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9669CC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 105 | 204 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.2 |
| HSL | 267.27º | 0.49% | 0.61% | - |
| HSV(B) | 267.27º | 0.49% | 0.8% | - |
| XYZ | 28.53 | 20.95 | 59.67 | - |
| YUV | 129.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 204 | 0.26 | 0.49 | 0 | 0.2 | 267.27 | 0.49 | 0.61 |
| Hex | 96 | 69 | CC | 1A | 31 | 0 | 14 | 10B | 31 | 3D |
| Octal | 226 | 151 | 314 | 32 | 61 | 0 | 24 | 413 | 61 | 75 |
| Binary | 10010110 | 1101001 | 11001100 | 11010 | 110001 | 0 | 10100 | 100001011 | 110001 | 111101 |
Color Harmonies of #9669CC
Complementary color
Monochromatic Colors of #9669CC
Black with #9669CC
Text Example
Text Example
White with #9669CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669CC; }
p { color: rgb(150,105,204); }
H1.HeaderClassName
{
color: #9669CC;
}
.AnyTagClassName
{
color: #9669CC;
}
</style>
background-color css
<style>
a { background-color: #9669CC; }
a { background-color: rgb(150,105,204); }
div.DivClassName
{
background-color: #9669CC;
}
.BgClassName
{
background-color: #9669CC;
}
</style>
border-color css
<style>
span { border-color: #9669CC; }
span { border-color: rgb(150,105,204); }
td.TdClassName
{
border-color: #9669CC;
}
.TagClassName
{
border-color: #9669CC;
}
</style>