#974DE4

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

Shades of Amethyst #974DE4

Tints of Amethyst #974DE4

Color information

#974DE4 (or 0x974DE4) is unknown color: approx Amethyst. HEX triplet: 97, 4D and E4. RGB value is (151,77,228). Sum of RGB (Red+Green+Blue) = 151+77+228=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #974DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DE4 is #68B21B. Grayscale: #737373. Windows color (decimal): -6861340 or 14962071. OLE color: 14962071.

HSL color Cylindrical-coordinate representation of color #974DE4: hue angle of 269.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974DE4 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15177228-
CMYK0.340.6600.11
HSL269.4º73.66%59.8%-
HSV(B)269.4º66.23%89.41%-
XYZ29.4217.4975.22-
YUV116.34191.02152.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 77 (30.47% from 255) = 16.89%
BLUE value IS 228 (89.45% from 255) = 50%
R=33.11%
G=16.89%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151772280.340.6600.11269.473.6659.8
Hex974DE422420B10d4a3c
Octal2271153444210201341511274
Binary100101111001101111001001000101000010010111000011011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,228); }

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

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

 a { background-color: rgb(151,77,228); }

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

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

 span { border-color: rgb(151,77,228); }

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