#9E6EBF

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

Shades of Amethyst #9E6EBF

Tints of Amethyst #9E6EBF

Color information

#9E6EBF (or 0x9E6EBF) is unknown color: approx Amethyst. HEX triplet: 9E, 6E and BF. RGB value is (158,110,191). Sum of RGB (Red+Green+Blue) = 158+110+191=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EBF is #619140. Grayscale: #858585. Windows color (decimal): -6394177 or 12545694. OLE color: 12545694.

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

Color convert

RGB158110191-
CMYK0.170.4200.25
HSL275.56º38.76%59.02%-
HSV(B)275.56º42.41%74.9%-
XYZ29.0822.1852.04-
YUV133.59160.4145.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 41.61%
R=34.42%
G=23.97%
B=41.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581101910.170.4200.25275.5638.7659.02
Hex9E6EBF112A019114273b
Octal23615627721520314244773
Binary1001111011011101011111110001101010011001100010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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