#9E6ED5

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

Shades of Amethyst #9E6ED5

Tints of Amethyst #9E6ED5

Color information

#9E6ED5 (or 0x9E6ED5) is unknown color: approx Amethyst. HEX triplet: 9E, 6E and D5. RGB value is (158,110,213). Sum of RGB (Red+Green+Blue) = 158+110+213=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ED5 is #61912A. Grayscale: #878787. Windows color (decimal): -6394155 or 13987486. OLE color: 13987486.

HSL color Cylindrical-coordinate representation of color #9E6ED5: hue angle of 267.96º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6ED5 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158110213-
CMYK0.260.4800.16
HSL267.96º55.08%63.33%-
HSV(B)267.96º48.36%83.53%-
XYZ31.6923.2365.76-
YUV136.09171.4143.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=32.85%
G=22.87%
B=44.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581102130.260.4800.16267.9655.0863.33
Hex9E6ED51A3001010c373f
Octal23615632532600204146777
Binary1001111011011101101010111010110000010000100001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,213); }

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

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

 a { background-color: rgb(158,110,213); }

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

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

 span { border-color: rgb(158,110,213); }

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