#934DE0

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

Shades of Amethyst #934DE0

Tints of Amethyst #934DE0

Color information

#934DE0 (or 0x934DE0) is unknown color: approx Amethyst. HEX triplet: 93, 4D and E0. RGB value is (147,77,224). Sum of RGB (Red+Green+Blue) = 147+77+224=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #934DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DE0 is #6CB21F. Grayscale: #727272. Windows color (decimal): -7123488 or 14699923. OLE color: 14699923.

HSL color Cylindrical-coordinate representation of color #934DE0: hue angle of 268.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934DE0 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14777224-
CMYK0.340.6600.12
HSL268.57º70.33%59.02%-
HSV(B)268.57º65.62%87.84%-
XYZ28.1416.8972.3-
YUV114.69189.69151.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 224 (87.89% from 255) = 50%
R=32.81%
G=17.19%
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.12
SystemRedGreenBlueCMYKHSL
Decimal147772240.340.6600.12268.5770.3359.02
Hex934DE022420C10d463b
Octal2231153404210201441510673
Binary100100111001101111000001000101000010011001000011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,77,224); }

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

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

 a { background-color: rgb(147,77,224); }

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

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

 span { border-color: rgb(147,77,224); }

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