COLOR #9258A6

HEX: #9258A6 RGB: (146,88,166)

Color info

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

RGB color model

#9258A6 color RGB value is (146,88,166).

RGB: (146,88,166) (57%, 35%, 65%)

RGB channels and saturation

R 146 of 255 = 57%
G 88 of 255 = 35%
B 166 of 255 = 65%

146
88
166

R + G + B ~ 52%. #9258A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 88 + 166 = 400 (100%)
R 146 of 400 ~ 36.5%
G 88 of 400 ~ 22%
B 166 of 400 ~ 41.5'%

%36.5
%22
%41.5

CMYK color model

#9258A6 color CMYK value is (12,47,0,35).

  • cyan value is 12.05%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (12,47,0,35)
C12M47Y0K35 (12%, 47%, 0%, 35%)
(0.12 / 0.47 / 0.00 / 0.35)

CMYK percentages

%12.05
%46.99
%0
%34.9

Codes

Color #9258A6 in popluar color models

92 58 A6
RGB 146 88 166
HSL 285° 30.71% 49.80%
HSB/HSV 285° 46.99% 65.10%
CMYK 12.05% 46.99% 0.00%
34.90%

Color #9258A6 in popluar number systems.

HEX 92 58 A6
Decimal 146 88 166
Binary 10010010 1011000 10100110
Octal 222 130 246

Shades and tints

Shades of #9258A6

#9258A6
(146,88,166)
#855097
(133,80,151)
#784888
(120,72,136)
#6B4079
(107,64,121)
#5E386A
(94,56,106)
#51305B
(81,48,91)
#44284C
(68,40,76)
#37203D
(55,32,61)
#2A182E
(42,24,46)
#1D101F
(29,16,31)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #9258A6

#9258A6
(146,88,166)
#9B67AE
(155,103,174)
#A476B6
(164,118,182)
#AD85BE
(173,133,190)
#B694C6
(182,148,198)
#BFA3CE
(191,163,206)
#C8B2D6
(200,178,214)
#D1C1DE
(209,193,222)
#DAD0E6
(218,208,230)
#E3DFEE
(227,223,238)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9258A6 color. Also use rgb(146,88,166) instead hex code.

Text Font Color

.myTextColor { color: #9258A6; }

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

This text font color is #9258A6.

Background Color

.myBgColor { background-color: #9258A6; }

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

This div background color is #9258A6.

Border color

.myBorderColor { border: 1px solid #9258A6; }

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

This div border color is #9258A6.

Opacity

.myOpacity80 { color: #9258A6; opacity: 0.8; }

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

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

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

This text has shadow with #9258A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9258A6.

Preview

Color preview on black background

This text has color #9258A6 on black background.


Color preview on white background

This text has color #9258A6 on white background.


Black color preview on #9258A6 background

This text has black color on #9258A6 background.


White color preview on #9258A6 background

This text has white color on #9258A6 background.


Related colors

Complementary color

Complementary color for #hex is #6DA759.


I love getcolorcode.com

Triadic colors

1 #A69258 and #58A692 with #9258A6 are triadic colors.

2 #A65892 and #5892A6 with #9258A6 are triadic colors.