#9E60E1

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

Shades of Amethyst #9E60E1

Tints of Amethyst #9E60E1

Color information

#9E60E1 (or 0x9E60E1) is unknown color: approx Amethyst. HEX triplet: 9E, 60 and E1. RGB value is (158,96,225). Sum of RGB (Red+Green+Blue) = 158+96+225=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E60E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60E1 is #619F1E. Grayscale: #808080. Windows color (decimal): -6397727 or 14770334. OLE color: 14770334.

HSL color Cylindrical-coordinate representation of color #9E60E1: hue angle of 268.84º 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 #9E60E1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15896225-
CMYK0.300.5700.12
HSL268.84º68.25%62.94%-
HSV(B)268.84º57.33%88.24%-
XYZ31.8721.0773.62-
YUV129.24182.04148.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 225 (88.28% from 255) = 46.97%
R=32.99%
G=20.04%
B=46.97%

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
Decimal158962250.300.5700.12268.8468.2562.94
Hex9E60E11E390C10d443f
Octal236140341367101441510477
Binary1001111011000001110000111110111001011001000011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E60E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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