#974EE1

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

Shades of Amethyst #974EE1

Tints of Amethyst #974EE1

Color information

#974EE1 (or 0x974EE1) is unknown color: approx Amethyst. HEX triplet: 97, 4E and E1. RGB value is (151,78,225). Sum of RGB (Red+Green+Blue) = 151+78+225=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #974EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EE1 is #68B11E. Grayscale: #747474. Windows color (decimal): -6861087 or 14765719. OLE color: 14765719.

HSL color Cylindrical-coordinate representation of color #974EE1: hue angle of 269.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974EE1 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15178225-
CMYK0.330.6500.12
HSL269.8º71.01%59.41%-
HSV(B)269.8º65.33%88.24%-
XYZ29.0817.4673.07-
YUV116.58189.18152.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 78 (30.86% from 255) = 17.18%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=33.26%
G=17.18%
B=49.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151782250.330.6500.12269.871.0159.41
Hex974EE121410C10e473b
Octal2271163414110101441610773
Binary100101111001110111000011000011000001011001000011101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974EE1; }

 p { color: rgb(151,78,225); }

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

<style>
 a { background-color: #974EE1; }

 a { background-color: rgb(151,78,225); }

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

<style>
 span { border-color: #974EE1; }

 span { border-color: rgb(151,78,225); }

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