#976BC7

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

Shades of Amethyst #976BC7

Tints of Amethyst #976BC7

Color information

#976BC7 (or 0x976BC7) is unknown color: approx Amethyst. HEX triplet: 97, 6B and C7. RGB value is (151,107,199). Sum of RGB (Red+Green+Blue) = 151+107+199=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #976BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BC7 is #689438. Grayscale: #828282. Windows color (decimal): -6853689 or 13069207. OLE color: 13069207.

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

Color convert

RGB151107199-
CMYK0.240.4600.22
HSL268.7º45.1%60%-
HSV(B)268.7º46.23%78.04%-
XYZ28.3321.2256.64-
YUV130.64166.58142.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 199 (78.12% from 255) = 43.54%
R=33.04%
G=23.41%
B=43.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511071990.240.4600.22268.745.160
Hex976BC7182E01610d2d3c
Octal22715330730560264155574
Binary1001011111010111100011111000101110010110100001101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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