#9E4DE6

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

Shades of Amethyst #9E4DE6

Tints of Amethyst #9E4DE6

Color information

#9E4DE6 (or 0x9E4DE6) is unknown color: approx Amethyst. HEX triplet: 9E, 4D and E6. RGB value is (158,77,230). Sum of RGB (Red+Green+Blue) = 158+77+230=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #9E4DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DE6 is #61B219. Grayscale: #767676. Windows color (decimal): -6402586 or 15093150. OLE color: 15093150.

HSL color Cylindrical-coordinate representation of color #9E4DE6: hue angle of 271.76º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4DE6 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15877230-
CMYK0.310.6700.10
HSL271.76º75.37%60.2%-
HSV(B)271.76º66.52%90.2%-
XYZ31.0418.2976.76-
YUV118.66190.84156.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=33.98%
G=16.56%
B=49.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal158772300.310.6700.10271.7675.3760.2
Hex9E4DE61F430A1104b3c
Octal2361153463710301242011374
Binary10011110100110111100110111111000011010101000100001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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