COLOR #9D75AB

HEX: #9D75AB RGB: (157,117,171)

Color info

#9D75AB contains red, green and blue colors in about the same proportion. Web safe color of #9D75AB is #996699 (or #969).

RGB color model

#9D75AB color RGB value is (157,117,171).

RGB: (157,117,171) (62%, 46%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 171 of 255 = 67%

157
117
171

R + G + B ~ 58%. #9D75AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 117 + 171 = 445 (100%)
R 157 of 445 ~ 35.28%
G 117 of 445 ~ 26.29%
B 171 of 445 ~ 38.43'%

%35.28
%26.29
%38.43

CMYK color model

#9D75AB color CMYK value is (8,32,0,33).

  • cyan value is 8.19%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,32,0,33)
C8M32Y0K33 (8%, 32%, 0%, 33%)
(0.08 / 0.32 / 0.00 / 0.33)

CMYK percentages

%8.19
%31.58
%0
%32.94

Codes

Color #9D75AB in popluar color models

9D 75 AB
RGB 157 117 171
HSL 284° 24.32% 56.47%
HSB/HSV 284° 31.58% 67.06%
CMYK 8.19% 31.58% 0.00%
32.94%

Color #9D75AB in popluar number systems.

HEX 9D 75 AB
Decimal 157 117 171
Binary 10011101 1110101 10101011
Octal 235 165 253

Shades and tints

Shades of #9D75AB

#9D75AB
(157,117,171)
#8F6B9C
(143,107,156)
#81618D
(129,97,141)
#73577E
(115,87,126)
#654D6F
(101,77,111)
#574360
(87,67,96)
#493951
(73,57,81)
#3B2F42
(59,47,66)
#2D2533
(45,37,51)
#1F1B24
(31,27,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9D75AB

#9D75AB
(157,117,171)
#A581B2
(165,129,178)
#AD8DB9
(173,141,185)
#B599C0
(181,153,192)
#BDA5C7
(189,165,199)
#C5B1CE
(197,177,206)
#CDBDD5
(205,189,213)
#D5C9DC
(213,201,220)
#DDD5E3
(221,213,227)
#E5E1EA
(229,225,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D75AB color. Also use rgb(157,117,171) instead hex code.

Text Font Color

.myTextColor { color: #9D75AB; }

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

This text font color is #9D75AB.

Background Color

.myBgColor { background-color: #9D75AB; }

<div style="background-color:#9D75AB">Inner text</div>

This div background color is #9D75AB.

Border color

.myBorderColor { border: 1px solid #9D75AB; }

<div style="border:3px solid #9D75AB">Div</div>

This div border color is #9D75AB.

Opacity

.myOpacity80 { color: #9D75AB; opacity: 0.8; }

<p style="color:#9D75AB;opacity:0.8;">80%</p>

Text with #9D75AB 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 #9D75AB;}

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

This text has shadow with #9D75AB color.


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

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

This text has shadow with #9D75AB primary color and red secondary color.


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

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

This text has shadow with #9D75AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9D75AB.

Preview

Color preview on black background

This text has color #9D75AB on black background.


Color preview on white background

This text has color #9D75AB on white background.


Black color preview on #9D75AB background

This text has black color on #9D75AB background.


White color preview on #9D75AB background

This text has white color on #9D75AB background.


Related colors

Complementary color

Complementary color for #hex is #628A54.


I love getcolorcode.com

Triadic colors

1 #AB9D75 and #75AB9D with #9D75AB are triadic colors.

2 #AB759D and #759DAB with #9D75AB are triadic colors.