#9E39E5

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

Shades of Blue Violet #9E39E5

Tints of Blue Violet #9E39E5

Color information

#9E39E5 (or 0x9E39E5) is unknown color: approx Blue Violet. HEX triplet: 9E, 39 and E5. RGB value is (158,57,229). Sum of RGB (Red+Green+Blue) = 158+57+229=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E39E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E39E5 is #61C61A. Grayscale: #6A6A6A. Windows color (decimal): -6407707 or 15022494. OLE color: 15022494.

HSL color Cylindrical-coordinate representation of color #9E39E5: hue angle of 275.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E39E5 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15857229-
CMYK0.310.7500.10
HSL275.23º76.79%56.08%-
HSV(B)275.23º75.11%89.8%-
XYZ29.7115.8575.62-
YUV106.81196.96164.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 229 (89.84% from 255) = 51.58%
R=35.59%
G=12.84%
B=51.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal158572290.310.7500.10275.2376.7956.08
Hex9E39E51F4B0A1134d38
Octal236713453711301242311570
Binary1001111011100111100101111111001011010101000100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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