#9E61E1

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

Shades of Amethyst #9E61E1

Tints of Amethyst #9E61E1

Color information

#9E61E1 (or 0x9E61E1) is unknown color: approx Amethyst. HEX triplet: 9E, 61 and E1. RGB value is (158,97,225). Sum of RGB (Red+Green+Blue) = 158+97+225=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E61E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61E1 is #619E1E. Grayscale: #818181. Windows color (decimal): -6397471 or 14770590. OLE color: 14770590.

HSL color Cylindrical-coordinate representation of color #9E61E1: hue angle of 268.59º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E61E1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15897225-
CMYK0.300.5700.12
HSL268.59º68.09%63.14%-
HSV(B)268.59º56.89%88.24%-
XYZ31.9721.2573.65-
YUV129.83181.71148.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 225 (88.28% from 255) = 46.88%
R=32.92%
G=20.21%
B=46.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158972250.300.5700.12268.5968.0963.14
Hex9E61E11E390C10d443f
Octal236141341367101441510477
Binary1001111011000011110000111110111001011001000011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,225); }

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

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

 a { background-color: rgb(158,97,225); }

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

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

 span { border-color: rgb(158,97,225); }

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