COLOR #925DAA

HEX: #925DAA
RGB: (146,93,170)

Color info

#925DAA contains mainly red and blue colors. Web safe color of #925DAA is #996699 (or #969).

RGB color model

#925DAA color RGB value is (146,93,170).

  • red value is 146;
  • green value is 93;
  • blue value is 170.
RGB:
(146,93,170)
(57%,36%,67%)

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 170 of 255 = 67%

146
93
170

R + G + B ~ 53%. #925DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 170 = 409 (100%)
R 146 of 409 ~ 35.7%
G 93 of 409 ~ 22.74%
B 170 of 409 ~ 41.56%

%35.7
%22.74
%41.56

CMYK color model

#925DAA color CMYK value is (14,45,0,33).

  • cyan value is 14.12%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,45,0,33)
C14M45Y0K33 
(14%,45%,0%,33%)
(0.14/0.45/0.00/0.33)	

CMYK percentages

%14.12
%45.29
%0
%33.33

Codes

Color #925DAA in popluar color models

925DAA
RGB14693170
HSL281°31.17%51.57%
HSB/HSV281°45.29%66.67%
CMYK14.12%45.29%0.00%
33.33%

Color #925DAA in popluar number systems.

HEX925DAA
Decimal14693170
Binary10010010101110110101010
Octal222135252

Shades and tints

Shades of #925DAA

#925DAA
(146,93,170)
#85559B
(133,85,155)
#784D8C
(120,77,140)
#6B457D
(107,69,125)
#5E3D6E
(94,61,110)
#51355F
(81,53,95)
#442D50
(68,45,80)
#372541
(55,37,65)
#2A1D32
(42,29,50)
#1D1523
(29,21,35)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #925DAA

#925DAA
(146,93,170)
#9B6BB1
(155,107,177)
#A479B8
(164,121,184)
#AD87BF
(173,135,191)
#B695C6
(182,149,198)
#BFA3CD
(191,163,205)
#C8B1D4
(200,177,212)
#D1BFDB
(209,191,219)
#DACDE2
(218,205,226)
#E3DBE9
(227,219,233)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925DAA color. Also use rgb(146,93,170) instead hex code.

Text Font Color

.myTextColor { color: #925DAA; }

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

This text font color is #925DAA.


Background Color

.myBgColor { background-color: #925DAA; }

<div style="background-color:#925DAA">Inner text</div>

This div background color is #925DAA.


Border color

.myBorderColor { border: 1px solid #925DAA; }

<div style="border:3px solid #925DAA">Div</div>

This div border color is #925DAA.


Opacity

.myOpacity80 { color: #925DAA; opacity: 0.8; }

<p style="color:#925DAA;opacity:0.8;">80%</p>

Text with #925DAA 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 #925DAA;}

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

This text has shadow with #925DAA color.

.textShadow {text-shadow: 3px 3px 1px #925DAA, 3px 3px 1px red;}

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

This text has shadow with #925DAA primary color and red secondary color.


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

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

This text has shadow with #925DAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925DAA on black background.


Color preview on white background

This text has color #925DAA on white background.



Black color preview on #925DAA background

This text has black color on #925DAA background.


White color preview on #925DAA background

This text has white color on #925DAA background.