#976AC7

Color #976AC7 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #976AC7

Tints of Amethyst #976AC7

Color information

#976AC7 (or 0x976AC7) is unknown color: approx Amethyst. HEX triplet: 97, 6A and C7. RGB value is (151,106,199). Sum of RGB (Red+Green+Blue) = 151+106+199=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #976AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976AC7 is #689538. Grayscale: #818181. Windows color (decimal): -6853945 or 13068951. OLE color: 13068951.

HSL color Cylindrical-coordinate representation of color #976AC7: hue angle of 269.03º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976AC7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151106199-
CMYK0.240.4700.22
HSL269.03º45.37%59.8%-
HSV(B)269.03º46.73%78.04%-
XYZ28.2321.0156.6-
YUV130.06166.91142.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=33.11%
G=23.25%
B=43.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511061990.240.4700.22269.0345.3759.8
Hex976AC7182F01610d2d3c
Octal22715230730570264155574
Binary1001011111010101100011111000101111010110100001101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976AC7; }

 p { color: rgb(151,106,199); }

 H1.HeaderClassName
 {
   color: #976AC7;
 }
 .AnyTagClassName
 {
   color: #976AC7;
 }
</style>
background-color css

<style>
 a { background-color: #976AC7; }

 a { background-color: rgb(151,106,199); }

 div.DivClassName
 {
   background-color: #976AC7;
 }
 .BgClassName
 {
   background-color: #976AC7;
 }
</style>
border-color css

<style>
 span { border-color: #976AC7; }

 span { border-color: rgb(151,106,199); }

 td.TdClassName
 {
   border-color: #976AC7;
 }
 .TagClassName
 {
   border-color: #976AC7;
 }
</style>