Shades of Amethyst #976CCE
Tints of Amethyst #976CCE
RGB
CMYK
RGB Variations
Color information
#976CCE (or 0x976CCE) is known color: Amethyst. HEX triplet: 97, 6C and CE. RGB value is (151,108,206). Sum of RGB (Red+Green+Blue) = 151+108+206=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #976CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCE is #689331. Grayscale: #838383. Windows color (decimal): -6853426 or 13528215. OLE color: 13528215.
HSL color Cylindrical-coordinate representation of color #976CCE: hue angle of 266.33º 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 #976CCE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 108 | 206 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.19 |
| HSL | 266.33º | 0.5% | 0.62% | - |
| HSV(B) | 266.33º | 0.48% | 0.81% | - |
| XYZ | 29.27 | 21.76 | 61.05 | - |
| YUV | 132.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 206 | 0.27 | 0.48 | 0 | 0.19 | 266.33 | 0.5 | 0.62 |
| Hex | 97 | 6C | CE | 1B | 30 | 0 | 13 | 10A | 32 | 3E |
| Octal | 227 | 154 | 316 | 33 | 60 | 0 | 23 | 412 | 62 | 76 |
| Binary | 10010111 | 1101100 | 11001110 | 11011 | 110000 | 0 | 10011 | 100001010 | 110010 | 111110 |
Color Harmonies of #976CCE
Complementary color
Monochromatic Colors of #976CCE
Black with #976CCE
Text Example
Text Example
White with #976CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976CCE; }
p { color: rgb(151,108,206); }
H1.HeaderClassName
{
color: #976CCE;
}
.AnyTagClassName
{
color: #976CCE;
}
</style>
background-color css
<style>
a { background-color: #976CCE; }
a { background-color: rgb(151,108,206); }
div.DivClassName
{
background-color: #976CCE;
}
.BgClassName
{
background-color: #976CCE;
}
</style>
border-color css
<style>
span { border-color: #976CCE; }
span { border-color: rgb(151,108,206); }
td.TdClassName
{
border-color: #976CCE;
}
.TagClassName
{
border-color: #976CCE;
}
</style>