Shades of Amethyst #976CCC
Tints of Amethyst #976CCC
RGB
CMYK
RGB Variations
Color information
#976CCC (or 0x976CCC) is known color: Amethyst. HEX triplet: 97, 6C and CC. RGB value is (151,108,204). Sum of RGB (Red+Green+Blue) = 151+108+204=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #976CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCC is #689333. Grayscale: #838383. Windows color (decimal): -6853428 or 13397143. OLE color: 13397143.
HSL color Cylindrical-coordinate representation of color #976CCC: hue angle of 266.88º 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 #976CCC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 108 | 204 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.2 |
| HSL | 266.88º | 0.48% | 0.61% | - |
| HSV(B) | 266.88º | 0.47% | 0.8% | - |
| XYZ | 29.02 | 21.66 | 59.78 | - |
| YUV | 131.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 204 | 0.26 | 0.47 | 0 | 0.2 | 266.88 | 0.48 | 0.61 |
| Hex | 97 | 6C | CC | 1A | 2F | 0 | 14 | 10B | 30 | 3D |
| Octal | 227 | 154 | 314 | 32 | 57 | 0 | 24 | 413 | 60 | 75 |
| Binary | 10010111 | 1101100 | 11001100 | 11010 | 101111 | 0 | 10100 | 100001011 | 110000 | 111101 |
Color Harmonies of #976CCC
Complementary color
Monochromatic Colors of #976CCC
Black with #976CCC
Text Example
Text Example
White with #976CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CCC; }
p { color: rgb(151,108,204); }
H1.HeaderClassName
{
color: #976CCC;
}
.AnyTagClassName
{
color: #976CCC;
}
</style>
background-color css
<style>
a { background-color: #976CCC; }
a { background-color: rgb(151,108,204); }
div.DivClassName
{
background-color: #976CCC;
}
.BgClassName
{
background-color: #976CCC;
}
</style>
border-color css
<style>
span { border-color: #976CCC; }
span { border-color: rgb(151,108,204); }
td.TdClassName
{
border-color: #976CCC;
}
.TagClassName
{
border-color: #976CCC;
}
</style>