#976CCE

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

Shades of Amethyst #976CCE

Tints of Amethyst #976CCE

Color information

#976CCE (or 0x976CCE) is unknown color: approx Amethyst. HEX triplet: 97, 6C and CE. RGB value is (151,108,206). Sum of RGB (Red+Green+Blue) = 151+108+206=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #976CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCE is #689331. Grayscale: #838383. Windows color (decimal): -6853426 or 13528215. OLE color: 13528215.

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

Color convert

RGB151108206-
CMYK0.270.4800.19
HSL266.33º50%61.57%-
HSV(B)266.33º47.57%80.78%-
XYZ29.2721.7661.05-
YUV132.03169.75141.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=32.47%
G=23.23%
B=44.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511082060.270.4800.19266.335061.57
Hex976CCE1B3001310a323e
Octal22715431633600234126276
Binary1001011111011001100111011011110000010011100001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,206); }

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

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

 a { background-color: rgb(151,108,206); }

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

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

 span { border-color: rgb(151,108,206); }

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