#976BCC

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

Shades of Amethyst #976BCC

Tints of Amethyst #976BCC

Color information

#976BCC (or 0x976BCC) is unknown color: approx Amethyst. HEX triplet: 97, 6B and CC. RGB value is (151,107,204). Sum of RGB (Red+Green+Blue) = 151+107+204=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #976BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BCC is #689433. Grayscale: #828282. Windows color (decimal): -6853684 or 13396887. OLE color: 13396887.

HSL color Cylindrical-coordinate representation of color #976BCC: hue angle of 267.22º 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 #976BCC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151107204-
CMYK0.260.4800.2
HSL267.22º48.74%60.98%-
HSV(B)267.22º47.55%80%-
XYZ28.9221.4559.74-
YUV131.21169.08142.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=32.68%
G=23.16%
B=44.16%

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
Decimal1511072040.260.4800.2267.2248.7460.98
Hex976BCC1A3001410b313d
Octal22715331432600244136175
Binary1001011111010111100110011010110000010100100001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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