COLOR #9469D7

HEX: #9469D7 RGB: (148,105,215)

Color info

#9469D7 contains mainly blue color. Web safe color of #9469D7 is #9966CC (or #96C).

RGB color model

#9469D7 color RGB value is (148,105,215).

RGB: (148,105,215) (58%, 41%, 84%)

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 215 of 255 = 84%

148
105
215

R + G + B ~ 61%. #9469D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 105 + 215 = 468 (100%)
R 148 of 468 ~ 31.62%
G 105 of 468 ~ 22.44%
B 215 of 468 ~ 45.94'%

%31.62
%22.44
%45.94

CMYK color model

#9469D7 color CMYK value is (31,51,0,16).

  • cyan value is 31.16%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (31,51,0,16)
C31M51Y0K16 (31%, 51%, 0%, 16%)
(0.31 / 0.51 / 0.00 / 0.16)

CMYK percentages

%31.16
%51.16
%0
%15.69

Codes

Color #9469D7 in popluar color models

94 69 D7
RGB 148 105 215
HSL 263° 57.89% 62.75%
HSB/HSV 263° 51.16% 84.31%
CMYK 31.16% 51.16% 0.00%
15.69%

Color #9469D7 in popluar number systems.

HEX 94 69 D7
Decimal 148 105 215
Binary 10010100 1101001 11010111
Octal 224 151 327

Shades and tints

Shades of #9469D7

#9469D7
(148,105,215)
#8760C4
(135,96,196)
#7A57B1
(122,87,177)
#6D4E9E
(109,78,158)
#60458B
(96,69,139)
#533C78
(83,60,120)
#463365
(70,51,101)
#392A52
(57,42,82)
#2C213F
(44,33,63)
#1F182C
(31,24,44)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #9469D7

#9469D7
(148,105,215)
#9D76DA
(157,118,218)
#A683DD
(166,131,221)
#AF90E0
(175,144,224)
#B89DE3
(184,157,227)
#C1AAE6
(193,170,230)
#CAB7E9
(202,183,233)
#D3C4EC
(211,196,236)
#DCD1EF
(220,209,239)
#E5DEF2
(229,222,242)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9469D7 color. Also use rgb(148,105,215) instead hex code.

Text Font Color

.myTextColor { color: #9469D7; }

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

This text font color is #9469D7.

Background Color

.myBgColor { background-color: #9469D7; }

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

This div background color is #9469D7.

Border color

.myBorderColor { border: 1px solid #9469D7; }

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

This div border color is #9469D7.

Opacity

.myOpacity80 { color: #9469D7; opacity: 0.8; }

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

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

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

This text has shadow with #9469D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9469D7.

Preview

Color preview on black background

This text has color #9469D7 on black background.


Color preview on white background

This text has color #9469D7 on white background.


Black color preview on #9469D7 background

This text has black color on #9469D7 background.


White color preview on #9469D7 background

This text has white color on #9469D7 background.


Related colors

Complementary color

Complementary color for #hex is #6B9628.


I love getcolorcode.com

Triadic colors

1 #D79469 and #69D794 with #9469D7 are triadic colors.

2 #D76994 and #6994D7 with #9469D7 are triadic colors.