#9E6DCA

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

Shades of Amethyst #9E6DCA

Tints of Amethyst #9E6DCA

Color information

#9E6DCA (or 0x9E6DCA) is unknown color: approx Amethyst. HEX triplet: 9E, 6D and CA. RGB value is (158,109,202). Sum of RGB (Red+Green+Blue) = 158+109+202=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DCA is #619235. Grayscale: #858585. Windows color (decimal): -6394422 or 13266334. OLE color: 13266334.

HSL color Cylindrical-coordinate representation of color #9E6DCA: hue angle of 271.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6DCA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158109202-
CMYK0.220.4600.21
HSL271.61º46.73%60.98%-
HSV(B)271.61º46.04%79.22%-
XYZ30.2322.4758.62-
YUV134.25166.23144.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=33.69%
G=23.24%
B=43.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581092020.220.4600.21271.6146.7360.98
Hex9E6DCA162E0151102f3d
Octal23615531226560254205775
Binary1001111011011011100101010110101110010101100010000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,202); }

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

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

 a { background-color: rgb(158,109,202); }

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

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

 span { border-color: rgb(158,109,202); }

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