#934ED2

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

Shades of Amethyst #934ED2

Tints of Amethyst #934ED2

Color information

#934ED2 (or 0x934ED2) is unknown color: approx Amethyst. HEX triplet: 93, 4E and D2. RGB value is (147,78,210). Sum of RGB (Red+Green+Blue) = 147+78+210=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #934ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED2 is #6CB12D. Grayscale: #717171. Windows color (decimal): -7123246 or 13782675. OLE color: 13782675.

HSL color Cylindrical-coordinate representation of color #934ED2: hue angle of 271.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934ED2 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14778210-
CMYK0.300.6300.18
HSL271.36º59.46%56.47%-
HSV(B)271.36º62.86%82.35%-
XYZ26.3916.362.73-
YUV113.68182.36151.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 210 (82.42% from 255) = 48.28%
R=33.79%
G=17.93%
B=48.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147782100.300.6300.18271.3659.4656.47
Hex934ED21E3F01210f3b38
Octal22311632236770224177370
Binary1001001110011101101001011110111111010010100001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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