COLOR #9465AE

HEX: #9465AE RGB: (148,101,174)

Color info

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

RGB color model

#9465AE color RGB value is (148,101,174).

RGB: (148,101,174) (58%, 40%, 68%)

RGB channels and saturation

R 148 of 255 = 58%
G 101 of 255 = 40%
B 174 of 255 = 68%

148
101
174

R + G + B ~ 55%. #9465AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 101 + 174 = 423 (100%)
R 148 of 423 ~ 34.99%
G 101 of 423 ~ 23.88%
B 174 of 423 ~ 41.13'%

%34.99
%23.88
%41.13

CMYK color model

#9465AE color CMYK value is (15,42,0,32).

  • cyan value is 14.94%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (15,42,0,32)
C15M42Y0K32 (15%, 42%, 0%, 32%)
(0.15 / 0.42 / 0.00 / 0.32)

CMYK percentages

%14.94
%41.95
%0
%31.76

Codes

Color #9465AE in popluar color models

94 65 AE
RGB 148 101 174
HSL 279° 31.06% 53.92%
HSB/HSV 279° 41.95% 68.24%
CMYK 14.94% 41.95% 0.00%
31.76%

Color #9465AE in popluar number systems.

HEX 94 65 AE
Decimal 148 101 174
Binary 10010100 1100101 10101110
Octal 224 145 256

Shades and tints

Shades of #9465AE

#9465AE
(148,101,174)
#875C9F
(135,92,159)
#7A5390
(122,83,144)
#6D4A81
(109,74,129)
#604172
(96,65,114)
#533863
(83,56,99)
#462F54
(70,47,84)
#392645
(57,38,69)
#2C1D36
(44,29,54)
#1F1427
(31,20,39)
#120B18
(18,11,24)
#000000
(0,0,0)

Tints of #9465AE

#9465AE
(148,101,174)
#9D73B5
(157,115,181)
#A681BC
(166,129,188)
#AF8FC3
(175,143,195)
#B89DCA
(184,157,202)
#C1ABD1
(193,171,209)
#CAB9D8
(202,185,216)
#D3C7DF
(211,199,223)
#DCD5E6
(220,213,230)
#E5E3ED
(229,227,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9465AE color. Also use rgb(148,101,174) instead hex code.

Text Font Color

.myTextColor { color: #9465AE; }

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

This text font color is #9465AE.

Background Color

.myBgColor { background-color: #9465AE; }

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

This div background color is #9465AE.

Border color

.myBorderColor { border: 1px solid #9465AE; }

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

This div border color is #9465AE.

Opacity

.myOpacity80 { color: #9465AE; opacity: 0.8; }

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

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

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

This text has shadow with #9465AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9465AE.

Preview

Color preview on black background

This text has color #9465AE on black background.


Color preview on white background

This text has color #9465AE on white background.


Black color preview on #9465AE background

This text has black color on #9465AE background.


White color preview on #9465AE background

This text has white color on #9465AE background.


Related colors

Complementary color

Complementary color for #hex is #6B9A51.


I love getcolorcode.com

Triadic colors

1 #AE9465 and #65AE94 with #9465AE are triadic colors.

2 #AE6594 and #6594AE with #9465AE are triadic colors.