COLOR #9468E9

HEX: #9468E9
RGB: (148,104,233)

Color info

#9468E9 contains mainly blue color. Web safe color of #9468E9 is #9966FF (or #96F).

RGB color model

#9468E9 color RGB value is (148,104,233).

  • red value is 148;
  • green value is 104;
  • blue value is 233.
RGB:
(148,104,233)
(58%,41%,91%)

RGB channels and saturation

R 148 of 255 = 58%
G 104 of 255 = 41%
B 233 of 255 = 91%

148
104
233

R + G + B ~ 63%. #9468E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 104 + 233 = 485 (100%)
R 148 of 485 ~ 30.52%
G 104 of 485 ~ 21.44%
B 233 of 485 ~ 48.04%

%30.52
%21.44
%48.04

CMYK color model

#9468E9 color CMYK value is (36,55,0,9).

  • cyan value is 36.48%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,55,0,9)
C36M55Y0K9 
(36%,55%,0%,9%)
(0.36/0.55/0.00/0.09)	

CMYK percentages

%36.48
%55.36
%0
%8.63

Codes

Color #9468E9 in popluar color models

9468E9
RGB148104233
HSL260°74.57%66.08%
HSB/HSV260°55.36%91.37%
CMYK36.48%55.36%0.00%
8.63%

Color #9468E9 in popluar number systems.

HEX9468E9
Decimal148104233
Binary10010100110100011101001
Octal224150351

Shades and tints

Shades of #9468E9

#9468E9
(148,104,233)
#875FD4
(135,95,212)
#7A56BF
(122,86,191)
#6D4DAA
(109,77,170)
#604495
(96,68,149)
#533B80
(83,59,128)
#46326B
(70,50,107)
#392956
(57,41,86)
#2C2041
(44,32,65)
#1F172C
(31,23,44)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #9468E9

#9468E9
(148,104,233)
#9D75EB
(157,117,235)
#A682ED
(166,130,237)
#AF8FEF
(175,143,239)
#B89CF1
(184,156,241)
#C1A9F3
(193,169,243)
#CAB6F5
(202,182,245)
#D3C3F7
(211,195,247)
#DCD0F9
(220,208,249)
#E5DDFB
(229,221,251)
#EEEAFD
(238,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9468E9 color. Also use rgb(148,104,233) instead hex code.

Text Font Color

.myTextColor { color: #9468E9; }

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

This text font color is #9468E9.


Background Color

.myBgColor { background-color: #9468E9; }

<div style="background-color:#9468E9">Inner text</div>

This div background color is #9468E9.


Border color

.myBorderColor { border: 1px solid #9468E9; }

<div style="border:3px solid #9468E9">Div</div>

This div border color is #9468E9.


Opacity

.myOpacity80 { color: #9468E9; opacity: 0.8; }

<p style="color:#9468E9;opacity:0.8;">80%</p>

Text with #9468E9 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 #9468E9;}

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

This text has shadow with #9468E9 color.

.textShadow {text-shadow: 3px 3px 1px #9468E9, 3px 3px 1px red;}

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

This text has shadow with #9468E9 primary color and red secondary color.


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

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

This text has shadow with #9468E9 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9468E9;
-webkit-box-shadow: 1px 1px 3px 2px #9468E9;
box-shadow:1px 1px 3px 2px #9468E9;">
Div content here</div>
This div box has shadow with color #9468E9.

Preview

Color preview on black background

This text has color #9468E9 on black background.


Color preview on white background

This text has color #9468E9 on white background.



Black color preview on #9468E9 background

This text has black color on #9468E9 background.


White color preview on #9468E9 background

This text has white color on #9468E9 background.