Shades of Amethyst #976BCE
Tints of Amethyst #976BCE
RGB
CMYK
RGB Variations
Color information
#976BCE (or 0x976BCE) is known color: Amethyst. HEX triplet: 97, 6B and CE. RGB value is (151,107,206). Sum of RGB (Red+Green+Blue) = 151+107+206=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 107 (42.19% from 255 or 23.06% 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 #976BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BCE is #689431. Grayscale: #838383. Windows color (decimal): -6853682 or 13527959. OLE color: 13527959.
HSL color Cylindrical-coordinate representation of color #976BCE: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #976BCE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 107 | 206 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.19 |
| HSL | 266.67º | 0.5% | 0.61% | - |
| HSV(B) | 266.67º | 0.48% | 0.81% | - |
| XYZ | 29.16 | 21.55 | 61.02 | - |
| YUV | 131.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 206 | 0.27 | 0.48 | 0 | 0.19 | 266.67 | 0.5 | 0.61 |
| Hex | 97 | 6B | CE | 1B | 30 | 0 | 13 | 10B | 32 | 3D |
| Octal | 227 | 153 | 316 | 33 | 60 | 0 | 23 | 413 | 62 | 75 |
| Binary | 10010111 | 1101011 | 11001110 | 11011 | 110000 | 0 | 10011 | 100001011 | 110010 | 111101 |
Color Harmonies of #976BCE
Complementary color
Monochromatic Colors of #976BCE
Black with #976BCE
Text Example
Text Example
White with #976BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BCE; }
p { color: rgb(151,107,206); }
H1.HeaderClassName
{
color: #976BCE;
}
.AnyTagClassName
{
color: #976BCE;
}
</style>
background-color css
<style>
a { background-color: #976BCE; }
a { background-color: rgb(151,107,206); }
div.DivClassName
{
background-color: #976BCE;
}
.BgClassName
{
background-color: #976BCE;
}
</style>
border-color css
<style>
span { border-color: #976BCE; }
span { border-color: rgb(151,107,206); }
td.TdClassName
{
border-color: #976BCE;
}
.TagClassName
{
border-color: #976BCE;
}
</style>