#974CE3

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

Shades of Amethyst #974CE3

Tints of Amethyst #974CE3

Color information

#974CE3 (or 0x974CE3) is unknown color: approx Amethyst. HEX triplet: 97, 4C and E3. RGB value is (151,76,227). Sum of RGB (Red+Green+Blue) = 151+76+227=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #974CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CE3 is #68B31C. Grayscale: #737373. Windows color (decimal): -6861597 or 14896279. OLE color: 14896279.

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

Color convert

RGB15176227-
CMYK0.330.6700.11
HSL269.8º72.95%59.41%-
HSV(B)269.8º66.52%89.02%-
XYZ29.2117.2974.47-
YUV115.64190.85153.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 227 (89.06% from 255) = 50%
R=33.26%
G=16.74%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151762270.330.6700.11269.872.9559.41
Hex974CE321430B10e493b
Octal2271143434110301341611173
Binary100101111001100111000111000011000011010111000011101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,227); }

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

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

 a { background-color: rgb(151,76,227); }

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

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

 span { border-color: rgb(151,76,227); }

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