Shades of Amethyst #976BCF
Tints of Amethyst #976BCF
RGB
CMYK
RGB Variations
Color information
#976BCF (or 0x976BCF) is known color: Amethyst. HEX triplet: 97, 6B and CF. RGB value is (151,107,207). Sum of RGB (Red+Green+Blue) = 151+107+207=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #976BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BCF is #689430. Grayscale: #838383. Windows color (decimal): -6853681 or 13593495. OLE color: 13593495.
HSL color Cylindrical-coordinate representation of color #976BCF: hue angle of 266.4º degrees, saturation: 0.51, 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 #976BCF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 107 | 207 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.19 |
| HSL | 266.4º | 0.51% | 0.62% | - |
| HSV(B) | 266.4º | 0.48% | 0.81% | - |
| XYZ | 29.28 | 21.6 | 61.66 | - |
| YUV | 131.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 207 | 0.27 | 0.48 | 0 | 0.19 | 266.4 | 0.51 | 0.62 |
| Hex | 97 | 6B | CF | 1B | 30 | 0 | 13 | 10A | 33 | 3E |
| Octal | 227 | 153 | 317 | 33 | 60 | 0 | 23 | 412 | 63 | 76 |
| Binary | 10010111 | 1101011 | 11001111 | 11011 | 110000 | 0 | 10011 | 100001010 | 110011 | 111110 |
Color Harmonies of #976BCF
Complementary color
Monochromatic Colors of #976BCF
Black with #976BCF
Text Example
Text Example
White with #976BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BCF; }
p { color: rgb(151,107,207); }
H1.HeaderClassName
{
color: #976BCF;
}
.AnyTagClassName
{
color: #976BCF;
}
</style>
background-color css
<style>
a { background-color: #976BCF; }
a { background-color: rgb(151,107,207); }
div.DivClassName
{
background-color: #976BCF;
}
.BgClassName
{
background-color: #976BCF;
}
</style>
border-color css
<style>
span { border-color: #976BCF; }
span { border-color: rgb(151,107,207); }
td.TdClassName
{
border-color: #976BCF;
}
.TagClassName
{
border-color: #976BCF;
}
</style>