#9E56E4

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

Shades of Amethyst #9E56E4

Tints of Amethyst #9E56E4

Color information

#9E56E4 (or 0x9E56E4) is unknown color: approx Amethyst. HEX triplet: 9E, 56 and E4. RGB value is (158,86,228). Sum of RGB (Red+Green+Blue) = 158+86+228=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E56E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56E4 is #61A91B. Grayscale: #7B7B7B. Windows color (decimal): -6400284 or 14964382. OLE color: 14964382.

HSL color Cylindrical-coordinate representation of color #9E56E4: hue angle of 270.42º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E56E4 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15886228-
CMYK0.310.6200.11
HSL270.42º72.45%61.57%-
HSV(B)270.42º62.28%89.41%-
XYZ31.4319.5375.51-
YUV123.72186.85152.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=33.47%
G=18.22%
B=48.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158862280.310.6200.11270.4272.4561.57
Hex9E56E41F3E0B10e483e
Octal236126344377601341611076
Binary1001111010101101110010011111111110010111000011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E56E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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