COLOR #926588

HEX: #926588
RGB: (146,101,136)

Color info

#926588 contains red, green and blue colors in about the same proportion. Web safe color of #926588 is #996699 (or #969).

RGB color model

#926588 color RGB value is (146,101,136).

  • red value is 146;
  • green value is 101;
  • blue value is 136.
RGB:
(146,101,136)
(57%,40%,53%)

RGB channels and saturation

R 146 of 255 = 57%
G 101 of 255 = 40%
B 136 of 255 = 53%

146
101
136

R + G + B ~ 50%. #926588 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 101 + 136 = 383 (100%)
R 146 of 383 ~ 38.12%
G 101 of 383 ~ 26.37%
B 136 of 383 ~ 35.51%

%38.12
%26.37
%35.51

CMYK color model

#926588 color CMYK value is (0,31,7,43).

  • cyan value is 0.00%
  • magenta value is 30.82%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK:
(0,31,7,43)
C0M31Y7K43 
(0%,31%,7%,43%)
(0.00/0.31/0.07/0.43)	

CMYK percentages

%0
%30.82
%6.85
%42.75

Codes

Color #926588 in popluar color models

926588
RGB146101136
HSL313°18.22%48.43%
HSB/HSV313°30.82%57.25%
CMYK0.00%30.82%6.85%
42.75%

Color #926588 in popluar number systems.

HEX926588
Decimal146101136
Binary10010010110010110001000
Octal222145210

Shades and tints

Shades of #926588

#926588
(146,101,136)
#855C7C
(133,92,124)
#785370
(120,83,112)
#6B4A64
(107,74,100)
#5E4158
(94,65,88)
#51384C
(81,56,76)
#442F40
(68,47,64)
#372634
(55,38,52)
#2A1D28
(42,29,40)
#1D141C
(29,20,28)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #926588

#926588
(146,101,136)
#9B7392
(155,115,146)
#A4819C
(164,129,156)
#AD8FA6
(173,143,166)
#B69DB0
(182,157,176)
#BFABBA
(191,171,186)
#C8B9C4
(200,185,196)
#D1C7CE
(209,199,206)
#DAD5D8
(218,213,216)
#E3E3E2
(227,227,226)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #926588 color. Also use rgb(146,101,136) instead hex code.

Text Font Color

.myTextColor { color: #926588; }

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

This text font color is #926588.


Background Color

.myBgColor { background-color: #926588; }

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

This div background color is #926588.


Border color

.myBorderColor { border: 1px solid #926588; }

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

This div border color is #926588.


Opacity

.myOpacity80 { color: #926588; opacity: 0.8; }

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

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

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

This text has shadow with #926588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #926588 on black background.


Color preview on white background

This text has color #926588 on white background.



Black color preview on #926588 background

This text has black color on #926588 background.


White color preview on #926588 background

This text has white color on #926588 background.