COLOR #928AAF

HEX: #928AAF RGB: (146,138,175)

Color info

#928AAF contains red, green and blue colors in about the same proportion. Web safe color of #928AAF is #999999 (or #999).

RGB color model

#928AAF color RGB value is (146,138,175).

RGB: (146,138,175) (57%, 54%, 69%)

RGB channels and saturation

R 146 of 255 = 57%
G 138 of 255 = 54%
B 175 of 255 = 69%

146
138
175

R + G + B ~ 60%. #928AAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 138 + 175 = 459 (100%)
R 146 of 459 ~ 31.81%
G 138 of 459 ~ 30.07%
B 175 of 459 ~ 38.13'%

%31.81
%30.07
%38.13

CMYK color model

#928AAF color CMYK value is (17,21,0,31).

  • cyan value is 16.57%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (17,21,0,31)
C17M21Y0K31 (17%, 21%, 0%, 31%)
(0.17 / 0.21 / 0.00 / 0.31)

CMYK percentages

%16.57
%21.14
%0
%31.37

Codes

Color #928AAF in popluar color models

92 8A AF
RGB 146 138 175
HSL 253° 18.78% 61.37%
HSB/HSV 253° 21.14% 68.63%
CMYK 16.57% 21.14% 0.00%
31.37%

Color #928AAF in popluar number systems.

HEX 92 8A AF
Decimal 146 138 175
Binary 10010010 10001010 10101111
Octal 222 212 257

Shades and tints

Shades of #928AAF

#928AAF
(146,138,175)
#857EA0
(133,126,160)
#787291
(120,114,145)
#6B6682
(107,102,130)
#5E5A73
(94,90,115)
#514E64
(81,78,100)
#444255
(68,66,85)
#373646
(55,54,70)
#2A2A37
(42,42,55)
#1D1E28
(29,30,40)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #928AAF

#928AAF
(146,138,175)
#9B94B6
(155,148,182)
#A49EBD
(164,158,189)
#ADA8C4
(173,168,196)
#B6B2CB
(182,178,203)
#BFBCD2
(191,188,210)
#C8C6D9
(200,198,217)
#D1D0E0
(209,208,224)
#DADAE7
(218,218,231)
#E3E4EE
(227,228,238)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928AAF color. Also use rgb(146,138,175) instead hex code.

Text Font Color

.myTextColor { color: #928AAF; }

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

This text font color is #928AAF.

Background Color

.myBgColor { background-color: #928AAF; }

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

This div background color is #928AAF.

Border color

.myBorderColor { border: 1px solid #928AAF; }

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

This div border color is #928AAF.

Opacity

.myOpacity80 { color: #928AAF; opacity: 0.8; }

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

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

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

This text has shadow with #928AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928AAF.

Preview

Color preview on black background

This text has color #928AAF on black background.


Color preview on white background

This text has color #928AAF on white background.


Black color preview on #928AAF background

This text has black color on #928AAF background.


White color preview on #928AAF background

This text has white color on #928AAF background.


Related colors

Complementary color

Complementary color for #hex is #6D7550.


I love getcolorcode.com

Triadic colors

1 #AF928A and #8AAF92 with #928AAF are triadic colors.

2 #AF8A92 and #8A92AF with #928AAF are triadic colors.