#9E55E4

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

Shades of Amethyst #9E55E4

Tints of Amethyst #9E55E4

Color information

#9E55E4 (or 0x9E55E4) is unknown color: approx Amethyst. HEX triplet: 9E, 55 and E4. RGB value is (158,85,228). Sum of RGB (Red+Green+Blue) = 158+85+228=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E55E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55E4 is #61AA1B. Grayscale: #7A7A7A. Windows color (decimal): -6400540 or 14964126. OLE color: 14964126.

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

Color convert

RGB15885228-
CMYK0.310.6300.11
HSL270.63º72.59%61.37%-
HSV(B)270.63º62.72%89.41%-
XYZ31.3519.3775.48-
YUV123.13187.18152.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=33.55%
G=18.05%
B=48.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158852280.310.6300.11270.6372.5961.37
Hex9E55E41F3F0B10f493d
Octal236125344377701341711175
Binary1001111010101011110010011111111111010111000011111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E55E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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