#9e3af4

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

Shades of Blue Violet #9E3AF4

Tints of Blue Violet #9E3AF4

Color information

#9E3AF4 (or 0x9E3AF4) is unknown color: approx Blue Violet. HEX triplet: 9E, 3A and F4. RGB value is (158,58,244). Sum of RGB (Red+Green+Blue) = 158+58+244=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #9E3AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3AF4 is #61C50B. Grayscale: #6C6C6C. Windows color (decimal): -6407436 or 16005790. OLE color: 16005790.

HSL color Cylindrical-coordinate representation of color #9E3AF4: hue angle of 272.26º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3AF4 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15858244-
CMYK0.350.7600.04
HSL272.26º89.42%59.22%-
HSV(B)272.26º76.23%95.69%-
XYZ31.9416.8387.15-
YUV109.1204.13162.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 58 (23.05% from 255) = 12.61%
BLUE value IS 244 (95.70% from 255) = 53.04%
R=34.35%
G=12.61%
B=53.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal158582440.350.7600.04272.2689.4259.22
Hex9E3AF4234C04110593b
Octal23672364431140442013173
Binary1001111011101011110100100011100110001001000100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e3af4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,58,244); }

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

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

 a { background-color: rgb(158,58,244); }

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

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

 span { border-color: rgb(158,58,244); }

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