#9E39EC

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

Shades of Blue Violet #9E39EC

Tints of Blue Violet #9E39EC

Color information

#9E39EC (or 0x9E39EC) is unknown color: approx Blue Violet. HEX triplet: 9E, 39 and EC. RGB value is (158,57,236). Sum of RGB (Red+Green+Blue) = 158+57+236=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E39EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E39EC is #61C613. Grayscale: #6A6A6A. Windows color (decimal): -6407700 or 15481246. OLE color: 15481246.

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

Color convert

RGB15857236-
CMYK0.330.7600.07
HSL273.85º82.49%57.45%-
HSV(B)273.85º75.85%92.55%-
XYZ30.716.2580.88-
YUV107.6200.46163.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 57 (22.66% from 255) = 12.64%
BLUE value IS 236 (92.58% from 255) = 52.33%
R=35.03%
G=12.64%
B=52.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158572360.330.7600.07273.8582.4957.45
Hex9E39EC214C071125239
Octal23671354411140742212271
Binary1001111011100111101100100001100110001111000100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E39EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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