COLOR #9975AF

HEX: #9975AF RGB: (153,117,175)

Color info

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

RGB color model

#9975AF color RGB value is (153,117,175).

RGB: (153,117,175) (60%, 46%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 175 of 255 = 69%

153
117
175

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

Portions of RGB colors in percentages

R + G + B = 153 + 117 + 175 = 445 (100%)
R 153 of 445 ~ 34.38%
G 117 of 445 ~ 26.29%
B 175 of 445 ~ 39.33'%

%34.38
%26.29
%39.33

CMYK color model

#9975AF color CMYK value is (13,33,0,31).

  • cyan value is 12.57%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,33,0,31)
C13M33Y0K31 (13%, 33%, 0%, 31%)
(0.13 / 0.33 / 0.00 / 0.31)

CMYK percentages

%12.57
%33.14
%0
%31.37

Codes

Color #9975AF in popluar color models

99 75 AF
RGB 153 117 175
HSL 277° 26.61% 57.25%
HSB/HSV 277° 33.14% 68.63%
CMYK 12.57% 33.14% 0.00%
31.37%

Color #9975AF in popluar number systems.

HEX 99 75 AF
Decimal 153 117 175
Binary 10011001 1110101 10101111
Octal 231 165 257

Shades and tints

Shades of #9975AF

#9975AF
(153,117,175)
#8C6BA0
(140,107,160)
#7F6191
(127,97,145)
#725782
(114,87,130)
#654D73
(101,77,115)
#584364
(88,67,100)
#4B3955
(75,57,85)
#3E2F46
(62,47,70)
#312537
(49,37,55)
#241B28
(36,27,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #9975AF

#9975AF
(153,117,175)
#A281B6
(162,129,182)
#AB8DBD
(171,141,189)
#B499C4
(180,153,196)
#BDA5CB
(189,165,203)
#C6B1D2
(198,177,210)
#CFBDD9
(207,189,217)
#D8C9E0
(216,201,224)
#E1D5E7
(225,213,231)
#EAE1EE
(234,225,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9975AF color. Also use rgb(153,117,175) instead hex code.

Text Font Color

.myTextColor { color: #9975AF; }

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

This text font color is #9975AF.

Background Color

.myBgColor { background-color: #9975AF; }

<div style="background-color:#9975AF">Inner text</div>

This div background color is #9975AF.

Border color

.myBorderColor { border: 1px solid #9975AF; }

<div style="border:3px solid #9975AF">Div</div>

This div border color is #9975AF.

Opacity

.myOpacity80 { color: #9975AF; opacity: 0.8; }

<p style="color:#9975AF;opacity:0.8;">80%</p>

Text with #9975AF 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 #9975AF;}

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

This text has shadow with #9975AF color.


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

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

This text has shadow with #9975AF primary color and red secondary color.


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

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

This text has shadow with #9975AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9975AF.

Preview

Color preview on black background

This text has color #9975AF on black background.


Color preview on white background

This text has color #9975AF on white background.


Black color preview on #9975AF background

This text has black color on #9975AF background.


White color preview on #9975AF background

This text has white color on #9975AF background.


Related colors

Complementary color

Complementary color for #hex is #668A50.


I love getcolorcode.com

Triadic colors

1 #AF9975 and #75AF99 with #9975AF are triadic colors.

2 #AF7599 and #7599AF with #9975AF are triadic colors.