#9E4DEA

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

Shades of Amethyst #9E4DEA

Tints of Amethyst #9E4DEA

Color information

#9E4DEA (or 0x9E4DEA) is unknown color: approx Amethyst. HEX triplet: 9E, 4D and EA. RGB value is (158,77,234). Sum of RGB (Red+Green+Blue) = 158+77+234=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E4DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DEA is #61B215. Grayscale: #767676. Windows color (decimal): -6402582 or 15355294. OLE color: 15355294.

HSL color Cylindrical-coordinate representation of color #9E4DEA: hue angle of 270.96º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4DEA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15877234-
CMYK0.320.6700.08
HSL270.96º78.89%60.98%-
HSV(B)270.96º67.09%91.76%-
XYZ31.6118.5279.75-
YUV119.12192.84155.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=33.69%
G=16.42%
B=49.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158772340.320.6700.08270.9678.8960.98
Hex9E4DEA20430810f4f3d
Octal2361153524010301041711775
Binary100111101001101111010101000001000011010001000011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4DEA; }

 p { color: rgb(158,77,234); }

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

<style>
 a { background-color: #9E4DEA; }

 a { background-color: rgb(158,77,234); }

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

<style>
 span { border-color: #9E4DEA; }

 span { border-color: rgb(158,77,234); }

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