#9E42E9

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

Shades of Blue Violet #9E42E9

Tints of Blue Violet #9E42E9

Color information

#9E42E9 (or 0x9E42E9) is unknown color: approx Blue Violet. HEX triplet: 9E, 42 and E9. RGB value is (158,66,233). Sum of RGB (Red+Green+Blue) = 158+66+233=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E42E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42E9 is #61BD16. Grayscale: #6F6F6F. Windows color (decimal): -6405399 or 15286942. OLE color: 15286942.

HSL color Cylindrical-coordinate representation of color #9E42E9: hue angle of 273.05º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E42E9 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15866233-
CMYK0.320.7200.09
HSL273.05º79.15%58.63%-
HSV(B)273.05º71.67%91.37%-
XYZ30.7617.0578.76-
YUV112.55195.98160.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 66 (26.17% from 255) = 14.44%
BLUE value IS 233 (91.41% from 255) = 50.98%
R=34.57%
G=14.44%
B=50.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158662330.320.7200.09273.0579.1558.63
Hex9E42E92048091114f3b
Octal2361023514011001142111773
Binary100111101000010111010011000001001000010011000100011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E42E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,233); }

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

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

 a { background-color: rgb(158,66,233); }

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

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

 span { border-color: rgb(158,66,233); }

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