COLOR #9E83F1

HEX: #9E83F1 RGB: (158,131,241)

Color info

#9E83F1 contains mainly blue color. Web safe color of #9E83F1 is #9999FF (or #99F).

RGB color model

#9E83F1 color RGB value is (158,131,241).

RGB: (158,131,241) (62%, 51%, 95%)

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 241 of 255 = 95%

158
131
241

R + G + B ~ 69%. #9E83F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 131 + 241 = 530 (100%)
R 158 of 530 ~ 29.81%
G 131 of 530 ~ 24.72%
B 241 of 530 ~ 45.47'%

%29.81
%24.72
%45.47

CMYK color model

#9E83F1 color CMYK value is (34,46,0,5).

  • cyan value is 34.44%
  • magenta value is 45.64%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (34,46,0,5) C34M46Y0K5 (34%,46%,0%,5%) (0.34/0.46/0.00/0.05) 

CMYK percentages

%34.44
%45.64
%0
%5.49

Codes

Color #9E83F1 in popluar color models

9E 83 F1
RGB 158 131 241
HSL 255° 79.71% 72.94%
HSB/HSV 255° 45.64% 94.51%
CMYK 34.44% 45.64% 0.00%
5.49%

Color #9E83F1 in popluar number systems.

HEX 9E 83 F1
Decimal 158 131 241
Binary 10011110 10000011 11110001
Octal 236 203 361

Shades and tints

Shades of #9E83F1

#9E83F1
(158,131,241)
#9078DC
(144,120,220)
#826DC7
(130,109,199)
#7462B2
(116,98,178)
#66579D
(102,87,157)
#584C88
(88,76,136)
#4A4173
(74,65,115)
#3C365E
(60,54,94)
#2E2B49
(46,43,73)
#202034
(32,32,52)
#12151F
(18,21,31)
#000000
(0,0,0)

Tints of #9E83F1

#9E83F1
(158,131,241)
#A68EF2
(166,142,242)
#AE99F3
(174,153,243)
#B6A4F4
(182,164,244)
#BEAFF5
(190,175,245)
#C6BAF6
(198,186,246)
#CEC5F7
(206,197,247)
#D6D0F8
(214,208,248)
#DEDBF9
(222,219,249)
#E6E6FA
(230,230,250)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E83F1 color. Also use rgb(158,131,241) instead hex code.

Text Font Color

.myTextColor { color: #9E83F1; }

<p style="color:#9E83F1">This sample text font color is #9E83F1.</p>

This text font color is #9E83F1.

Background Color

.myBgColor { background-color: #9E83F1; }

<div style="background-color:#9E83F1">Inner text</div>

This div background color is #9E83F1.

Border color

.myBorderColor { border: 1px solid #9E83F1; }

<div style="border:3px solid #9E83F1">Div</div>

This div border color is #9E83F1.

Opacity

.myOpacity80 { color: #9E83F1; opacity: 0.8; }

<p style="color:#9E83F1;opacity:0.8;">80%</p>

Text with #9E83F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9E83F1;}

<p style="text-shadow: 3px 3px 1px #9E83F1">Text here.</p>

This text has shadow with #9E83F1 color.


.textShadow {text-shadow: 3px 3px 1px #9E83F1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9E83F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #9E83F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E83F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9E83F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #9E83F1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9E83F1;
-webkit-box-shadow: 1px 1px 3px 2px #9E83F1;
box-shadow: 1px 1px 3px 2px #9E83F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E83F1; -webkit-box-shadow: 1px 1px 3px 2px #9E83F1; box-shadow:1px 1px 3px 2px #9E83F1;">
Div content here
</div>

This div box has shadow with color #9E83F1.

Preview

Color preview on black background

This text has color #9E83F1 on black background.


Color preview on white background

This text has color #9E83F1 on white background.


Black color preview on #9E83F1 background

This text has black color on #9E83F1 background.


White color preview on #9E83F1 background

This text has white color on #9E83F1 background.


Related colors

Complementary color

Complementary color for #hex is #617C0E.


I love getcolorcode.com

Triadic colors

1 #F19E83 and #83F19E with #9E83F1 are triadic colors.

2 #F1839E and #839EF1 with #9E83F1 are triadic colors.