#976ACD

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

Shades of Amethyst #976ACD

Tints of Amethyst #976ACD

Color information

#976ACD (or 0x976ACD) is unknown color: approx Amethyst. HEX triplet: 97, 6A and CD. RGB value is (151,106,205). Sum of RGB (Red+Green+Blue) = 151+106+205=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #976ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ACD is #689532. Grayscale: #828282. Windows color (decimal): -6853939 or 13462167. OLE color: 13462167.

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

Color convert

RGB151106205-
CMYK0.260.4800.20
HSL267.27º49.75%60.98%-
HSV(B)267.27º48.29%80.39%-
XYZ28.9421.360.34-
YUV130.74169.91142.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=32.68%
G=22.94%
B=44.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511062050.260.4800.20267.2749.7560.98
Hex976ACD1A3001410b323d
Octal22715231532600244136275
Binary1001011111010101100110111010110000010100100001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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