#9e56e0

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

Shades of Amethyst #9E56E0

Tints of Amethyst #9E56E0

Color information

#9E56E0 (or 0x9E56E0) is unknown color: approx Amethyst. HEX triplet: 9E, 56 and E0. RGB value is (158,86,224). Sum of RGB (Red+Green+Blue) = 158+86+224=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E56E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56E0 is #61A91F. Grayscale: #7A7A7A. Windows color (decimal): -6400288 or 14702238. OLE color: 14702238.

HSL color Cylindrical-coordinate representation of color #9E56E0: hue angle of 271.3º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E56E0 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15886224-
CMYK0.290.6200.12
HSL271.3º69%60.78%-
HSV(B)271.3º61.61%87.84%-
XYZ30.8819.3172.62-
YUV123.26184.85152.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 224 (87.89% from 255) = 47.86%
R=33.76%
G=18.38%
B=47.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158862240.290.6200.12271.36960.78
Hex9E56E01D3E0C10f453d
Octal236126340357601441710575
Binary1001111010101101110000011101111110011001000011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e56e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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