#9E42EC

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

Shades of Blue Violet #9E42EC

Tints of Blue Violet #9E42EC

Color information

#9E42EC (or 0x9E42EC) is unknown color: approx Blue Violet. HEX triplet: 9E, 42 and EC. RGB value is (158,66,236). Sum of RGB (Red+Green+Blue) = 158+66+236=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42EC is #61BD13. Grayscale: #707070. Windows color (decimal): -6405396 or 15483550. OLE color: 15483550.

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

Color convert

RGB15866236-
CMYK0.330.7200.07
HSL272.47º81.73%59.22%-
HSV(B)272.47º72.03%92.55%-
XYZ31.1917.2281.04-
YUV112.89197.48160.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 66 (26.17% from 255) = 14.35%
BLUE value IS 236 (92.58% from 255) = 51.30%
R=34.35%
G=14.35%
B=51.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158662360.330.7200.07272.4781.7359.22
Hex9E42EC214807110523b
Octal236102354411100742012273
Binary10011110100001011101100100001100100001111000100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E42EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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