#976ACC

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

Shades of Amethyst #976ACC

Tints of Amethyst #976ACC

Color information

#976ACC (or 0x976ACC) is unknown color: approx Amethyst. HEX triplet: 97, 6A and CC. RGB value is (151,106,204). Sum of RGB (Red+Green+Blue) = 151+106+204=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #976ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ACC is #689533. Grayscale: #828282. Windows color (decimal): -6853940 or 13396631. OLE color: 13396631.

HSL color Cylindrical-coordinate representation of color #976ACC: hue angle of 267.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #976ACC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151106204-
CMYK0.260.4800.2
HSL267.55º49%60.78%-
HSV(B)267.55º48.04%80%-
XYZ28.8221.2559.71-
YUV130.63169.41142.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=32.75%
G=22.99%
B=44.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511062040.260.4800.2267.554960.78
Hex976ACC1A3001410c313d
Octal22715231432600244146175
Binary1001011111010101100110011010110000010100100001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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