COLOR #948DEA

HEX: #948DEA
RGB: (148,141,234)

Color info

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

RGB color model

#948DEA color RGB value is (148,141,234).

  • red value is 148;
  • green value is 141;
  • blue value is 234.
RGB:
(148,141,234)
(58%,55%,92%)

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 234 of 255 = 92%

148
141
234

R + G + B ~ 68%. #948DEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 234 = 523 (100%)
R 148 of 523 ~ 28.3%
G 141 of 523 ~ 26.96%
B 234 of 523 ~ 44.74%

%28.3
%26.96
%44.74

CMYK color model

#948DEA color CMYK value is (37,40,0,8).

  • cyan value is 36.75%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(37,40,0,8)
C37M40Y0K8 
(37%,40%,0%,8%)
(0.37/0.40/0.00/0.08)	

CMYK percentages

%36.75
%39.74
%0
%8.24

Codes

Color #948DEA in popluar color models

948DEA
RGB148141234
HSL245°68.89%73.53%
HSB/HSV245°39.74%91.76%
CMYK36.75%39.74%0.00%
8.24%

Color #948DEA in popluar number systems.

HEX948DEA
Decimal148141234
Binary100101001000110111101010
Octal224215352

Shades and tints

Shades of #948DEA

#948DEA
(148,141,234)
#8781D5
(135,129,213)
#7A75C0
(122,117,192)
#6D69AB
(109,105,171)
#605D96
(96,93,150)
#535181
(83,81,129)
#46456C
(70,69,108)
#393957
(57,57,87)
#2C2D42
(44,45,66)
#1F212D
(31,33,45)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #948DEA

#948DEA
(148,141,234)
#9D97EB
(157,151,235)
#A6A1EC
(166,161,236)
#AFABED
(175,171,237)
#B8B5EE
(184,181,238)
#C1BFEF
(193,191,239)
#CAC9F0
(202,201,240)
#D3D3F1
(211,211,241)
#DCDDF2
(220,221,242)
#E5E7F3
(229,231,243)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948DEA color. Also use rgb(148,141,234) instead hex code.

Text Font Color

.myTextColor { color: #948DEA; }

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

This text font color is #948DEA.


Background Color

.myBgColor { background-color: #948DEA; }

<div style="background-color:#948DEA">Inner text</div>

This div background color is #948DEA.


Border color

.myBorderColor { border: 1px solid #948DEA; }

<div style="border:3px solid #948DEA">Div</div>

This div border color is #948DEA.


Opacity

.myOpacity80 { color: #948DEA; opacity: 0.8; }

<p style="color:#948DEA;opacity:0.8;">80%</p>

Text with #948DEA 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 #948DEA;}

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

This text has shadow with #948DEA color.

.textShadow {text-shadow: 3px 3px 1px #948DEA, 3px 3px 1px red;}

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

This text has shadow with #948DEA primary color and red secondary color.


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

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

This text has shadow with #948DEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948DEA on black background.


Color preview on white background

This text has color #948DEA on white background.



Black color preview on #948DEA background

This text has black color on #948DEA background.


White color preview on #948DEA background

This text has white color on #948DEA background.