#9E56D7

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

Shades of Amethyst #9E56D7

Tints of Amethyst #9E56D7

Color information

#9E56D7 (or 0x9E56D7) is unknown color: approx Amethyst. HEX triplet: 9E, 56 and D7. RGB value is (158,86,215). Sum of RGB (Red+Green+Blue) = 158+86+215=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E56D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56D7 is #61A928. Grayscale: #797979. Windows color (decimal): -6400297 or 14112414. OLE color: 14112414.

HSL color Cylindrical-coordinate representation of color #9E56D7: hue angle of 273.49º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E56D7 is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15886215-
CMYK0.270.600.16
HSL273.49º61.72%59.02%-
HSV(B)273.49º60%84.31%-
XYZ29.6918.8366.36-
YUV122.23180.35153.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=34.42%
G=18.74%
B=46.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158862150.270.600.16273.4961.7259.02
Hex9E56D71B3C0101113e3b
Octal23612632733740204217673
Binary1001111010101101101011111011111100010000100010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E56D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,215); }

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

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

 a { background-color: rgb(158,86,215); }

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

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

 span { border-color: rgb(158,86,215); }

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