#934EE4

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

Shades of Amethyst #934EE4

Tints of Amethyst #934EE4

Color information

#934EE4 (or 0x934EE4) is unknown color: approx Amethyst. HEX triplet: 93, 4E and E4. RGB value is (147,78,228). Sum of RGB (Red+Green+Blue) = 147+78+228=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #934EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EE4 is #6CB11B. Grayscale: #737373. Windows color (decimal): -7123228 or 14962323. OLE color: 14962323.

HSL color Cylindrical-coordinate representation of color #934EE4: hue angle of 267.6º 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 #934EE4 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14778228-
CMYK0.360.6600.11
HSL267.6º73.53%60%-
HSV(B)267.6º65.79%89.41%-
XYZ28.7617.2575.21-
YUV115.73191.36150.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 228 (89.45% from 255) = 50.33%
R=32.45%
G=17.22%
B=50.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal147782280.360.6600.11267.673.5360
Hex934EE424420B10c4a3c
Octal2231163444410201341411274
Binary100100111001110111001001001001000010010111000011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934EE4; }

 p { color: rgb(147,78,228); }

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

<style>
 a { background-color: #934EE4; }

 a { background-color: rgb(147,78,228); }

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

<style>
 span { border-color: #934EE4; }

 span { border-color: rgb(147,78,228); }

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