#976ED0

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

Shades of Amethyst #976ED0

Tints of Amethyst #976ED0

Color information

#976ED0 (or 0x976ED0) is unknown color: approx Amethyst. HEX triplet: 97, 6E and D0. RGB value is (151,110,208). Sum of RGB (Red+Green+Blue) = 151+110+208=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #976ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ED0 is #68912F. Grayscale: #858585. Windows color (decimal): -6852912 or 13659799. OLE color: 13659799.

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

Color convert

RGB151110208-
CMYK0.270.4700.18
HSL265.1º51.04%62.35%-
HSV(B)265.1º47.12%81.57%-
XYZ29.7222.2962.41-
YUV133.43170.08140.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 208 (81.64% from 255) = 44.35%
R=32.20%
G=23.45%
B=44.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511102080.270.4700.18265.151.0462.35
Hex976ED01B2F012109333e
Octal22715632033570224116376
Binary1001011111011101101000011011101111010010100001001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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