#9E69BF

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

Shades of Amethyst #9E69BF

Tints of Amethyst #9E69BF

Color information

#9E69BF (or 0x9E69BF) is unknown color: approx Amethyst. HEX triplet: 9E, 69 and BF. RGB value is (158,105,191). Sum of RGB (Red+Green+Blue) = 158+105+191=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E69BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69BF is #619640. Grayscale: #828282. Windows color (decimal): -6395457 or 12544414. OLE color: 12544414.

HSL color Cylindrical-coordinate representation of color #9E69BF: hue angle of 276.98º 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 #9E69BF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158105191-
CMYK0.170.4500.25
HSL276.98º40.19%58.04%-
HSV(B)276.98º45.03%74.9%-
XYZ28.5621.1351.86-
YUV130.65162.06147.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 191 (75% from 255) = 42.07%
R=34.80%
G=23.13%
B=42.07%

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
Decimal1581051910.170.4500.25276.9840.1958.04
Hex9E69BF112D019115283a
Octal23615127721550314255072
Binary1001111011010011011111110001101101011001100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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