#976ED1

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

Shades of Amethyst #976ED1

Tints of Amethyst #976ED1

Color information

#976ED1 (or 0x976ED1) is unknown color: approx Amethyst. HEX triplet: 97, 6E and D1. RGB value is (151,110,209). Sum of RGB (Red+Green+Blue) = 151+110+209=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #976ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ED1 is #68912E. Grayscale: #858585. Windows color (decimal): -6852911 or 13725335. OLE color: 13725335.

HSL color Cylindrical-coordinate representation of color #976ED1: hue angle of 264.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976ED1 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151110209-
CMYK0.280.4700.18
HSL264.85º51.83%62.55%-
HSV(B)264.85º47.37%81.96%-
XYZ29.8522.3363.06-
YUV133.54170.58140.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=32.13%
G=23.40%
B=44.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511102090.280.4700.18264.8551.8362.55
Hex976ED11C2F012109343f
Octal22715632134570224116477
Binary1001011111011101101000111100101111010010100001001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,209); }

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

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

 a { background-color: rgb(151,110,209); }

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

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

 span { border-color: rgb(151,110,209); }

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