#9E67BE

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

Shades of Amethyst #9E67BE

Tints of Amethyst #9E67BE

Color information

#9E67BE (or 0x9E67BE) is unknown color: approx Amethyst. HEX triplet: 9E, 67 and BE. RGB value is (158,103,190). Sum of RGB (Red+Green+Blue) = 158+103+190=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67BE is #619841. Grayscale: #818181. Windows color (decimal): -6395970 or 12478366. OLE color: 12478366.

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

Color convert

RGB158103190-
CMYK0.170.4600.25
HSL277.93º40.09%57.45%-
HSV(B)277.93º45.79%74.51%-
XYZ28.2520.6951.22-
YUV129.36162.22148.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=35.03%
G=22.84%
B=42.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581031900.170.4600.25277.9340.0957.45
Hex9E67BE112E0191162839
Octal23614727621560314265071
Binary1001111011001111011111010001101110011001100010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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