#9E56DF

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

Shades of Amethyst #9E56DF

Tints of Amethyst #9E56DF

Color information

#9E56DF (or 0x9E56DF) is unknown color: approx Amethyst. HEX triplet: 9E, 56 and DF. RGB value is (158,86,223). Sum of RGB (Red+Green+Blue) = 158+86+223=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E56DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56DF is #61A920. Grayscale: #7A7A7A. Windows color (decimal): -6400289 or 14636702. OLE color: 14636702.

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

Color convert

RGB15886223-
CMYK0.290.6100.13
HSL271.53º68.16%60.59%-
HSV(B)271.53º61.43%87.45%-
XYZ30.7519.2571.91-
YUV123.15184.35152.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=33.83%
G=18.42%
B=47.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158862230.290.6100.13271.5368.1660.59
Hex9E56DF1D3D0D110443d
Octal236126337357501542010475
Binary1001111010101101101111111101111101011011000100001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E56DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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