COLOR #948AFA

HEX: #948AFA RGB: (148,138,250)

Color info

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

RGB color model

#948AFA color RGB value is (148,138,250).

RGB: (148,138,250) (58%, 54%, 98%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 250 of 255 = 98%

148
138
250

R + G + B ~ 70%. #948AFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 250 = 536 (100%)
R 148 of 536 ~ 27.61%
G 138 of 536 ~ 25.75%
B 250 of 536 ~ 46.64'%

%27.61
%25.75
%46.64

CMYK color model

#948AFA color CMYK value is (41,45,0,2).

  • cyan value is 40.80%
  • magenta value is 44.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (41,45,0,2) C41M45Y0K2 (41%,45%,0%,2%) (0.41/0.45/0.00/0.02) 

CMYK percentages

%40.8
%44.8
%0
%1.96

Codes

Color #948AFA in popluar color models

94 8A FA
RGB 148 138 250
HSL 245° 91.80% 76.08%
HSB/HSV 245° 44.80% 98.04%
CMYK 40.80% 44.80% 0.00%
1.96%

Color #948AFA in popluar number systems.

HEX 94 8A FA
Decimal 148 138 250
Binary 10010100 10001010 11111010
Octal 224 212 372

Shades and tints

Shades of #948AFA

#948AFA
(148,138,250)
#877EE4
(135,126,228)
#7A72CE
(122,114,206)
#6D66B8
(109,102,184)
#605AA2
(96,90,162)
#534E8C
(83,78,140)
#464276
(70,66,118)
#393660
(57,54,96)
#2C2A4A
(44,42,74)
#1F1E34
(31,30,52)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #948AFA

#948AFA
(148,138,250)
#9D94FA
(157,148,250)
#A69EFA
(166,158,250)
#AFA8FA
(175,168,250)
#B8B2FA
(184,178,250)
#C1BCFA
(193,188,250)
#CAC6FA
(202,198,250)
#D3D0FA
(211,208,250)
#DCDAFA
(220,218,250)
#E5E4FA
(229,228,250)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948AFA color. Also use rgb(148,138,250) instead hex code.

Text Font Color

.myTextColor { color: #948AFA; }

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

This text font color is #948AFA.

Background Color

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

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

This div background color is #948AFA.

Border color

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

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

This div border color is #948AFA.

Opacity

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

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

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

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

This text has shadow with #948AFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948AFA.

Preview

Color preview on black background

This text has color #948AFA on black background.


Color preview on white background

This text has color #948AFA on white background.


Black color preview on #948AFA background

This text has black color on #948AFA background.


White color preview on #948AFA background

This text has white color on #948AFA background.


Related colors

Complementary color

Complementary color for #hex is #6B7505.


I love getcolorcode.com

Triadic colors

1 #FA948A and #8AFA94 with #948AFA are triadic colors.

2 #FA8A94 and #8A94FA with #948AFA are triadic colors.