#9e4feb

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

Shades of Amethyst #9E4FEB

Tints of Amethyst #9E4FEB

Color information

#9E4FEB (or 0x9E4FEB) is unknown color: approx Amethyst. HEX triplet: 9E, 4F and EB. RGB value is (158,79,235). Sum of RGB (Red+Green+Blue) = 158+79+235=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FEB is #61B014. Grayscale: #777777. Windows color (decimal): -6402069 or 15421342. OLE color: 15421342.

HSL color Cylindrical-coordinate representation of color #9E4FEB: hue angle of 270.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4FEB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15879235-
CMYK0.330.6600.08
HSL270.38º79.59%61.57%-
HSV(B)270.38º66.38%92.16%-
XYZ31.8918.8680.56-
YUV120.4192.67154.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 79 (31.25% from 255) = 16.74%
BLUE value IS 235 (92.19% from 255) = 49.79%
R=33.47%
G=16.74%
B=49.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158792350.330.6600.08270.3879.5961.57
Hex9E4FEB21420810e503e
Octal2361173534110201041612076
Binary100111101001111111010111000011000010010001000011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e4feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,235); }

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

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

 a { background-color: rgb(158,79,235); }

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

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

 span { border-color: rgb(158,79,235); }

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