Shades of Amethyst #966CCC
Tints of Amethyst #966CCC
RGB
CMYK
RGB Variations
Color information
#966CCC (or 0x966CCC) is known color: Amethyst. HEX triplet: 96, 6C and CC. RGB value is (150,108,204). Sum of RGB (Red+Green+Blue) = 150+108+204=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #966CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCC is #699333. Grayscale: #838383. Windows color (decimal): -6918964 or 13397142. OLE color: 13397142.
HSL color Cylindrical-coordinate representation of color #966CCC: hue angle of 266.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966CCC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 108 | 204 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.2 |
| HSL | 266.25º | 0.48% | 0.61% | - |
| HSV(B) | 266.25º | 0.47% | 0.8% | - |
| XYZ | 28.84 | 21.57 | 59.77 | - |
| YUV | 131.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 204 | 0.26 | 0.47 | 0 | 0.2 | 266.25 | 0.48 | 0.61 |
| Hex | 96 | 6C | CC | 1A | 2F | 0 | 14 | 10A | 30 | 3D |
| Octal | 226 | 154 | 314 | 32 | 57 | 0 | 24 | 412 | 60 | 75 |
| Binary | 10010110 | 1101100 | 11001100 | 11010 | 101111 | 0 | 10100 | 100001010 | 110000 | 111101 |
Color Harmonies of #966CCC
Complementary color
Monochromatic Colors of #966CCC
Black with #966CCC
Text Example
Text Example
White with #966CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CCC; }
p { color: rgb(150,108,204); }
H1.HeaderClassName
{
color: #966CCC;
}
.AnyTagClassName
{
color: #966CCC;
}
</style>
background-color css
<style>
a { background-color: #966CCC; }
a { background-color: rgb(150,108,204); }
div.DivClassName
{
background-color: #966CCC;
}
.BgClassName
{
background-color: #966CCC;
}
</style>
border-color css
<style>
span { border-color: #966CCC; }
span { border-color: rgb(150,108,204); }
td.TdClassName
{
border-color: #966CCC;
}
.TagClassName
{
border-color: #966CCC;
}
</style>