Shades of Amethyst #966CCB
Tints of Amethyst #966CCB
RGB
CMYK
RGB Variations
Color information
#966CCB (or 0x966CCB) is known color: Amethyst. HEX triplet: 96, 6C and CB. RGB value is (150,108,203). Sum of RGB (Red+Green+Blue) = 150+108+203=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #966CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCB is #699334. Grayscale: #838383. Windows color (decimal): -6918965 or 13331606. OLE color: 13331606.
HSL color Cylindrical-coordinate representation of color #966CCB: hue angle of 266.53º 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 #966CCB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 108 | 203 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.20 |
| HSL | 266.53º | 0.48% | 0.61% | - |
| HSV(B) | 266.53º | 0.47% | 0.8% | - |
| XYZ | 28.72 | 21.52 | 59.14 | - |
| YUV | 131.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 203 | 0.26 | 0.47 | 0 | 0.20 | 266.53 | 0.48 | 0.61 |
| Hex | 96 | 6C | CB | 1A | 2F | 0 | 14 | 10B | 30 | 3D |
| Octal | 226 | 154 | 313 | 32 | 57 | 0 | 24 | 413 | 60 | 75 |
| Binary | 10010110 | 1101100 | 11001011 | 11010 | 101111 | 0 | 10100 | 100001011 | 110000 | 111101 |
Color Harmonies of #966CCB
Complementary color
Monochromatic Colors of #966CCB
Black with #966CCB
Text Example
Text Example
White with #966CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CCB; }
p { color: rgb(150,108,203); }
H1.HeaderClassName
{
color: #966CCB;
}
.AnyTagClassName
{
color: #966CCB;
}
</style>
background-color css
<style>
a { background-color: #966CCB; }
a { background-color: rgb(150,108,203); }
div.DivClassName
{
background-color: #966CCB;
}
.BgClassName
{
background-color: #966CCB;
}
</style>
border-color css
<style>
span { border-color: #966CCB; }
span { border-color: rgb(150,108,203); }
td.TdClassName
{
border-color: #966CCB;
}
.TagClassName
{
border-color: #966CCB;
}
</style>