#9E49F1

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

Shades of Blue Violet #9E49F1

Tints of Blue Violet #9E49F1

Color information

#9E49F1 (or 0x9E49F1) is unknown color: approx Blue Violet. HEX triplet: 9E, 49 and F1. RGB value is (158,73,241). Sum of RGB (Red+Green+Blue) = 158+73+241=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E49F1 is #61B60E. Grayscale: #747474. Windows color (decimal): -6403599 or 15813022. OLE color: 15813022.

HSL color Cylindrical-coordinate representation of color #9E49F1: hue angle of 270.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E49F1 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15873241-
CMYK0.340.7000.05
HSL270.36º85.71%61.57%-
HSV(B)270.36º69.71%94.51%-
XYZ32.3618.3985.06-
YUV117.57197.66156.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=33.47%
G=15.47%
B=51.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158732410.340.7000.05270.3685.7161.57
Hex9E49F122460510e563e
Octal236111361421060541612676
Binary10011110100100111110001100010100011001011000011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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