#9E49E6

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

Shades of Blue Violet #9E49E6

Tints of Blue Violet #9E49E6

Color information

#9E49E6 (or 0x9E49E6) is unknown color: approx Blue Violet. HEX triplet: 9E, 49 and E6. RGB value is (158,73,230). Sum of RGB (Red+Green+Blue) = 158+73+230=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #9E49E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E49E6 is #61B619. Grayscale: #737373. Windows color (decimal): -6403610 or 15092126. OLE color: 15092126.

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

Color convert

RGB15873230-
CMYK0.310.6800.10
HSL272.48º75.85%59.41%-
HSV(B)272.48º68.26%90.2%-
XYZ30.7717.7576.67-
YUV116.31192.16157.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 230 (90.23% from 255) = 49.89%
R=34.27%
G=15.84%
B=49.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal158732300.310.6800.10272.4875.8559.41
Hex9E49E61F440A1104c3b
Octal2361113463710401242011473
Binary10011110100100111100110111111000100010101000100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,230); }

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

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

 a { background-color: rgb(158,73,230); }

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

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

 span { border-color: rgb(158,73,230); }

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