#9E6ABF

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

Shades of Amethyst #9E6ABF

Tints of Amethyst #9E6ABF

Color information

#9E6ABF (or 0x9E6ABF) is unknown color: approx Amethyst. HEX triplet: 9E, 6A and BF. RGB value is (158,106,191). Sum of RGB (Red+Green+Blue) = 158+106+191=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ABF is #619540. Grayscale: #828282. Windows color (decimal): -6395201 or 12544670. OLE color: 12544670.

HSL color Cylindrical-coordinate representation of color #9E6ABF: hue angle of 276.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E6ABF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158106191-
CMYK0.170.4500.25
HSL276.71º39.91%58.24%-
HSV(B)276.71º44.5%74.9%-
XYZ28.6621.3451.9-
YUV131.24161.73147.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 191 (75% from 255) = 41.98%
R=34.73%
G=23.30%
B=41.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581061910.170.4500.25276.7139.9158.24
Hex9E6ABF112D019115283a
Octal23615227721550314255072
Binary1001111011010101011111110001101101011001100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,191); }

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

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

 a { background-color: rgb(158,106,191); }

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

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

 span { border-color: rgb(158,106,191); }

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