#9E66BF

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

Shades of Amethyst #9E66BF

Tints of Amethyst #9E66BF

Color information

#9E66BF (or 0x9E66BF) is unknown color: approx Amethyst. HEX triplet: 9E, 66 and BF. RGB value is (158,102,191). Sum of RGB (Red+Green+Blue) = 158+102+191=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66BF is #619940. Grayscale: #808080. Windows color (decimal): -6396225 or 12543646. OLE color: 12543646.

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

Color convert

RGB158102191-
CMYK0.170.4700.25
HSL277.75º41.01%57.45%-
HSV(B)277.75º46.6%74.9%-
XYZ28.2620.5351.76-
YUV128.89163.05148.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 191 (75% from 255) = 42.35%
R=35.03%
G=22.62%
B=42.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581021910.170.4700.25277.7541.0157.45
Hex9E66BF112F0191162939
Octal23614627721570314265171
Binary1001111011001101011111110001101111011001100010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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