COLOR #968AC1

HEX: #968AC1 RGB: (150,138,193)

Color info

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

RGB color model

#968AC1 color RGB value is (150,138,193).

RGB: (150,138,193) (59%, 54%, 76%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 193 of 255 = 76%

150
138
193

R + G + B ~ 63%. #968AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 138 + 193 = 481 (100%)
R 150 of 481 ~ 31.19%
G 138 of 481 ~ 28.69%
B 193 of 481 ~ 40.12'%

%31.19
%28.69
%40.12

CMYK color model

#968AC1 color CMYK value is (22,28,0,24).

  • cyan value is 22.28%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (22,28,0,24)
C22M28Y0K24 (22%, 28%, 0%, 24%)
(0.22 / 0.28 / 0.00 / 0.24)

CMYK percentages

%22.28
%28.5
%0
%24.31

Codes

Color #968AC1 in popluar color models

96 8A C1
RGB 150 138 193
HSL 253° 30.73% 64.90%
HSB/HSV 253° 28.50% 75.69%
CMYK 22.28% 28.50% 0.00%
24.31%

Color #968AC1 in popluar number systems.

HEX 96 8A C1
Decimal 150 138 193
Binary 10010110 10001010 11000001
Octal 226 212 301

Shades and tints

Shades of #968AC1

#968AC1
(150,138,193)
#897EB0
(137,126,176)
#7C729F
(124,114,159)
#6F668E
(111,102,142)
#625A7D
(98,90,125)
#554E6C
(85,78,108)
#48425B
(72,66,91)
#3B364A
(59,54,74)
#2E2A39
(46,42,57)
#211E28
(33,30,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #968AC1

#968AC1
(150,138,193)
#9F94C6
(159,148,198)
#A89ECB
(168,158,203)
#B1A8D0
(177,168,208)
#BAB2D5
(186,178,213)
#C3BCDA
(195,188,218)
#CCC6DF
(204,198,223)
#D5D0E4
(213,208,228)
#DEDAE9
(222,218,233)
#E7E4EE
(231,228,238)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968AC1 color. Also use rgb(150,138,193) instead hex code.

Text Font Color

.myTextColor { color: #968AC1; }

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

This text font color is #968AC1.

Background Color

.myBgColor { background-color: #968AC1; }

<div style="background-color:#968AC1">Inner text</div>

This div background color is #968AC1.

Border color

.myBorderColor { border: 1px solid #968AC1; }

<div style="border:3px solid #968AC1">Div</div>

This div border color is #968AC1.

Opacity

.myOpacity80 { color: #968AC1; opacity: 0.8; }

<p style="color:#968AC1;opacity:0.8;">80%</p>

Text with #968AC1 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 #968AC1;}

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

This text has shadow with #968AC1 color.


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

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

This text has shadow with #968AC1 primary color and red secondary color.


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

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

This text has shadow with #968AC1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968AC1.

Preview

Color preview on black background

This text has color #968AC1 on black background.


Color preview on white background

This text has color #968AC1 on white background.


Black color preview on #968AC1 background

This text has black color on #968AC1 background.


White color preview on #968AC1 background

This text has white color on #968AC1 background.


Related colors

Complementary color

Complementary color for #hex is #69753E.


I love getcolorcode.com

Triadic colors

1 #C1968A and #8AC196 with #968AC1 are triadic colors.

2 #C18A96 and #8A96C1 with #968AC1 are triadic colors.