#9E40F2

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

Shades of Blue Violet #9E40F2

Tints of Blue Violet #9E40F2

Color information

#9E40F2 (or 0x9E40F2) is unknown color: approx Blue Violet. HEX triplet: 9E, 40 and F2. RGB value is (158,64,242). Sum of RGB (Red+Green+Blue) = 158+64+242=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E40F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E40F2 is #61BF0D. Grayscale: #6F6F6F. Windows color (decimal): -6405902 or 15876254. OLE color: 15876254.

HSL color Cylindrical-coordinate representation of color #9E40F2: hue angle of 271.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E40F2 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15864242-
CMYK0.350.7400.05
HSL271.69º87.25%60%-
HSV(B)271.69º73.55%94.9%-
XYZ31.9617.3585.67-
YUV112.4201.14160.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 64 (25.39% from 255) = 13.79%
BLUE value IS 242 (94.92% from 255) = 52.16%
R=34.05%
G=13.79%
B=52.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158642420.350.7400.05271.6987.2560
Hex9E40F2234A05110573c
Octal236100362431120542012774
Binary10011110100000011110010100011100101001011000100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E40F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,242); }

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

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

 a { background-color: rgb(158,64,242); }

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

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

 span { border-color: rgb(158,64,242); }

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