#9E4AED

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

Shades of Blue Violet #9E4AED

Tints of Blue Violet #9E4AED

Color information

#9E4AED (or 0x9E4AED) is unknown color: approx Blue Violet. HEX triplet: 9E, 4A and ED. RGB value is (158,74,237). Sum of RGB (Red+Green+Blue) = 158+74+237=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AED is #61B512. Grayscale: #757575. Windows color (decimal): -6403347 or 15551134. OLE color: 15551134.

HSL color Cylindrical-coordinate representation of color #9E4AED: hue angle of 270.92º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E4AED is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15874237-
CMYK0.330.6900.07
HSL270.92º81.91%60.98%-
HSV(B)270.92º68.78%92.94%-
XYZ31.8418.2881.97-
YUV117.7195.33156.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 74 (29.30% from 255) = 15.78%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=33.69%
G=15.78%
B=50.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158742370.330.6900.07270.9281.9160.98
Hex9E4AED21450710f523d
Octal236112355411050741712275
Binary10011110100101011101101100001100010101111000011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,237); }

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

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

 a { background-color: rgb(158,74,237); }

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

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

 span { border-color: rgb(158,74,237); }

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