#976ACF

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

Shades of Amethyst #976ACF

Tints of Amethyst #976ACF

Color information

#976ACF (or 0x976ACF) is unknown color: approx Amethyst. HEX triplet: 97, 6A and CF. RGB value is (151,106,207). Sum of RGB (Red+Green+Blue) = 151+106+207=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #976ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ACF is #689530. Grayscale: #828282. Windows color (decimal): -6853937 or 13593239. OLE color: 13593239.

HSL color Cylindrical-coordinate representation of color #976ACF: hue angle of 266.73º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976ACF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151106207-
CMYK0.270.4900.19
HSL266.73º51.27%61.37%-
HSV(B)266.73º48.79%81.18%-
XYZ29.1821.3961.62-
YUV130.97170.91142.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=32.54%
G=22.84%
B=44.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511062070.270.4900.19266.7351.2761.37
Hex976ACF1B3101310b333d
Octal22715231733610234136375
Binary1001011111010101100111111011110001010011100001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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