COLOR #948AC0

HEX: #948AC0 RGB: (148,138,192)

Color info

#948AC0 contains red, green and blue colors in about the same proportion. Web safe color of #948AC0 is #9999CC (or #99C).

RGB color model

#948AC0 color RGB value is (148,138,192).

RGB: (148,138,192) (58%, 54%, 75%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 192 of 255 = 75%

148
138
192

R + G + B ~ 62%. #948AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 192 = 478 (100%)
R 148 of 478 ~ 30.96%
G 138 of 478 ~ 28.87%
B 192 of 478 ~ 40.17'%

%30.96
%28.87
%40.17

CMYK color model

#948AC0 color CMYK value is (23,28,0,25).

  • cyan value is 22.92%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (23,28,0,25)
C23M28Y0K25 (23%, 28%, 0%, 25%)
(0.23 / 0.28 / 0.00 / 0.25)

CMYK percentages

%22.92
%28.13
%0
%24.71

Codes

Color #948AC0 in popluar color models

94 8A C0
RGB 148 138 192
HSL 251° 30.00% 64.71%
HSB/HSV 251° 28.13% 75.29%
CMYK 22.92% 28.13% 0.00%
24.71%

Color #948AC0 in popluar number systems.

HEX 94 8A C0
Decimal 148 138 192
Binary 10010100 10001010 11000000
Octal 224 212 300

Shades and tints

Shades of #948AC0

#948AC0
(148,138,192)
#877EAF
(135,126,175)
#7A729E
(122,114,158)
#6D668D
(109,102,141)
#605A7C
(96,90,124)
#534E6B
(83,78,107)
#46425A
(70,66,90)
#393649
(57,54,73)
#2C2A38
(44,42,56)
#1F1E27
(31,30,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #948AC0

#948AC0
(148,138,192)
#9D94C5
(157,148,197)
#A69ECA
(166,158,202)
#AFA8CF
(175,168,207)
#B8B2D4
(184,178,212)
#C1BCD9
(193,188,217)
#CAC6DE
(202,198,222)
#D3D0E3
(211,208,227)
#DCDAE8
(220,218,232)
#E5E4ED
(229,228,237)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948AC0; }

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

This text font color is #948AC0.

Background Color

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

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

This div background color is #948AC0.

Border color

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

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

This div border color is #948AC0.

Opacity

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

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

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

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

This text has shadow with #948AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948AC0.

Preview

Color preview on black background

This text has color #948AC0 on black background.


Color preview on white background

This text has color #948AC0 on white background.


Black color preview on #948AC0 background

This text has black color on #948AC0 background.


White color preview on #948AC0 background

This text has white color on #948AC0 background.


Related colors

Complementary color

Complementary color for #hex is #6B753F.


I love getcolorcode.com

Triadic colors

1 #C0948A and #8AC094 with #948AC0 are triadic colors.

2 #C08A94 and #8A94C0 with #948AC0 are triadic colors.