#974EDF

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

Shades of Amethyst #974EDF

Tints of Amethyst #974EDF

Color information

#974EDF (or 0x974EDF) is unknown color: approx Amethyst. HEX triplet: 97, 4E and DF. RGB value is (151,78,223). Sum of RGB (Red+Green+Blue) = 151+78+223=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #974EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EDF is #68B120. Grayscale: #737373. Windows color (decimal): -6861089 or 14634647. OLE color: 14634647.

HSL color Cylindrical-coordinate representation of color #974EDF: hue angle of 270.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974EDF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15178223-
CMYK0.320.6500.13
HSL270.21º69.38%59.02%-
HSV(B)270.21º65.02%87.45%-
XYZ28.8117.3671.64-
YUV116.36188.18152.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 223 (87.5% from 255) = 49.34%
R=33.41%
G=17.26%
B=49.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151782230.320.6500.13270.2169.3859.02
Hex974EDF20410D10e453b
Octal2271163374010101541610573
Binary100101111001110110111111000001000001011011000011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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