Shades of Amethyst #966CCE
Tints of Amethyst #966CCE
RGB
CMYK
RGB Variations
Color information
#966CCE (or 0x966CCE) is known color: Amethyst. HEX triplet: 96, 6C and CE. RGB value is (150,108,206). Sum of RGB (Red+Green+Blue) = 150+108+206=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #966CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCE is #699331. Grayscale: #838383. Windows color (decimal): -6918962 or 13528214. OLE color: 13528214.
HSL color Cylindrical-coordinate representation of color #966CCE: hue angle of 265.71º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966CCE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 108 | 206 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.19 |
| HSL | 265.71º | 0.5% | 0.62% | - |
| HSV(B) | 265.71º | 0.48% | 0.81% | - |
| XYZ | 29.08 | 21.67 | 61.04 | - |
| YUV | 131.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 206 | 0.27 | 0.48 | 0 | 0.19 | 265.71 | 0.5 | 0.62 |
| Hex | 96 | 6C | CE | 1B | 30 | 0 | 13 | 10A | 32 | 3E |
| Octal | 226 | 154 | 316 | 33 | 60 | 0 | 23 | 412 | 62 | 76 |
| Binary | 10010110 | 1101100 | 11001110 | 11011 | 110000 | 0 | 10011 | 100001010 | 110010 | 111110 |
Color Harmonies of #966CCE
Complementary color
Monochromatic Colors of #966CCE
Black with #966CCE
Text Example
Text Example
White with #966CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CCE; }
p { color: rgb(150,108,206); }
H1.HeaderClassName
{
color: #966CCE;
}
.AnyTagClassName
{
color: #966CCE;
}
</style>
background-color css
<style>
a { background-color: #966CCE; }
a { background-color: rgb(150,108,206); }
div.DivClassName
{
background-color: #966CCE;
}
.BgClassName
{
background-color: #966CCE;
}
</style>
border-color css
<style>
span { border-color: #966CCE; }
span { border-color: rgb(150,108,206); }
td.TdClassName
{
border-color: #966CCE;
}
.TagClassName
{
border-color: #966CCE;
}
</style>