#9E4CDF

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

Shades of Amethyst #9E4CDF

Tints of Amethyst #9E4CDF

Color information

#9E4CDF (or 0x9E4CDF) is unknown color: approx Amethyst. HEX triplet: 9E, 4C and DF. RGB value is (158,76,223). Sum of RGB (Red+Green+Blue) = 158+76+223=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDF is #61B320. Grayscale: #747474. Windows color (decimal): -6402849 or 14634142. OLE color: 14634142.

HSL color Cylindrical-coordinate representation of color #9E4CDF: hue angle of 273.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4CDF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15876223-
CMYK0.290.6600.13
HSL273.47º69.67%58.63%-
HSV(B)273.47º65.92%87.45%-
XYZ3017.7771.66-
YUV117.28187.67157.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=34.57%
G=16.63%
B=48.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158762230.290.6600.13273.4769.6758.63
Hex9E4CDF1D420D111463b
Octal2361143373510201542110673
Binary10011110100110011011111111011000010011011000100011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,76,223); }

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

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

 a { background-color: rgb(158,76,223); }

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

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

 span { border-color: rgb(158,76,223); }

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