#934ED5

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

Shades of Amethyst #934ED5

Tints of Amethyst #934ED5

Color information

#934ED5 (or 0x934ED5) is unknown color: approx Amethyst. HEX triplet: 93, 4E and D5. RGB value is (147,78,213). Sum of RGB (Red+Green+Blue) = 147+78+213=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #934ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED5 is #6CB12A. Grayscale: #717171. Windows color (decimal): -7123243 or 13979283. OLE color: 13979283.

HSL color Cylindrical-coordinate representation of color #934ED5: hue angle of 270.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934ED5 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14778213-
CMYK0.310.6300.16
HSL270.67º61.64%57.06%-
HSV(B)270.67º63.38%83.53%-
XYZ26.7716.4664.72-
YUV114.02183.86151.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 78 (30.86% from 255) = 17.81%
BLUE value IS 213 (83.59% from 255) = 48.63%
R=33.56%
G=17.81%
B=48.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147782130.310.6300.16270.6761.6457.06
Hex934ED51F3F01010f3e39
Octal22311632537770204177671
Binary1001001110011101101010111111111111010000100001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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