COLOR #9568AB

HEX: #9568AB RGB: (149,104,171)

Color info

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

RGB color model

#9568AB color RGB value is (149,104,171).

RGB: (149,104,171) (58%, 41%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 104 of 255 = 41%
B 171 of 255 = 67%

149
104
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 104 + 171 = 424 (100%)
R 149 of 424 ~ 35.14%
G 104 of 424 ~ 24.53%
B 171 of 424 ~ 40.33'%

%35.14
%24.53
%40.33

CMYK color model

#9568AB color CMYK value is (13,39,0,33).

  • cyan value is 12.87%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (13,39,0,33) C13M39Y0K33 (13%,39%,0%,33%) (0.13/0.39/0.00/0.33) 

CMYK percentages

%12.87
%39.18
%0
%32.94

Codes

Color #9568AB in popluar color models

95 68 AB
RGB 149 104 171
HSL 280° 28.51% 53.92%
HSB/HSV 280° 39.18% 67.06%
CMYK 12.87% 39.18% 0.00%
32.94%

Color #9568AB in popluar number systems.

HEX 95 68 AB
Decimal 149 104 171
Binary 10010101 1101000 10101011
Octal 225 150 253

Shades and tints

Shades of #9568AB

#9568AB
(149,104,171)
#885F9C
(136,95,156)
#7B568D
(123,86,141)
#6E4D7E
(110,77,126)
#61446F
(97,68,111)
#543B60
(84,59,96)
#473251
(71,50,81)
#3A2942
(58,41,66)
#2D2033
(45,32,51)
#201724
(32,23,36)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #9568AB

#9568AB
(149,104,171)
#9E75B2
(158,117,178)
#A782B9
(167,130,185)
#B08FC0
(176,143,192)
#B99CC7
(185,156,199)
#C2A9CE
(194,169,206)
#CBB6D5
(203,182,213)
#D4C3DC
(212,195,220)
#DDD0E3
(221,208,227)
#E6DDEA
(230,221,234)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9568AB color. Also use rgb(149,104,171) instead hex code.

Text Font Color

.myTextColor { color: #9568AB; }

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

This text font color is #9568AB.

Background Color

.myBgColor { background-color: #9568AB; }

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

This div background color is #9568AB.

Border color

.myBorderColor { border: 1px solid #9568AB; }

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

This div border color is #9568AB.

Opacity

.myOpacity80 { color: #9568AB; opacity: 0.8; }

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

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

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

This text has shadow with #9568AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9568AB.

Preview

Color preview on black background

This text has color #9568AB on black background.


Color preview on white background

This text has color #9568AB on white background.


Black color preview on #9568AB background

This text has black color on #9568AB background.


White color preview on #9568AB background

This text has white color on #9568AB background.


Related colors

Complementary color

Complementary color for #hex is #6A9754.


I love getcolorcode.com

Triadic colors

1 #AB9568 and #68AB95 with #9568AB are triadic colors.

2 #AB6895 and #6895AB with #9568AB are triadic colors.