#9E6BBE

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

Shades of Amethyst #9E6BBE

Tints of Amethyst #9E6BBE

Color information

#9E6BBE (or 0x9E6BBE) is unknown color: approx Amethyst. HEX triplet: 9E, 6B and BE. RGB value is (158,107,190). Sum of RGB (Red+Green+Blue) = 158+107+190=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BBE is #619441. Grayscale: #838383. Windows color (decimal): -6394946 or 12479390. OLE color: 12479390.

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

Color convert

RGB158107190-
CMYK0.170.4400.25
HSL276.87º38.97%58.24%-
HSV(B)276.87º43.68%74.51%-
XYZ28.6521.551.36-
YUV131.71160.9146.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=34.73%
G=23.52%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581071900.170.4400.25276.8738.9758.24
Hex9E6BBE112C019115273a
Octal23615327621540314254772
Binary1001111011010111011111010001101100011001100010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,190); }

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

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

 a { background-color: rgb(158,107,190); }

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

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

 span { border-color: rgb(158,107,190); }

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