COLOR #9975BF

HEX: #9975BF RGB: (153,117,191)

Color info

#9975BF contains mainly red and blue colors. Web safe color of #9975BF is #9966CC (or #96C).

RGB color model

#9975BF color RGB value is (153,117,191).

RGB: (153,117,191) (60%, 46%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 191 of 255 = 75%

153
117
191

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

Portions of RGB colors in percentages

R + G + B = 153 + 117 + 191 = 461 (100%)
R 153 of 461 ~ 33.19%
G 117 of 461 ~ 25.38%
B 191 of 461 ~ 41.43'%

%33.19
%25.38
%41.43

CMYK color model

#9975BF color CMYK value is (20,39,0,25).

  • cyan value is 19.90%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (20,39,0,25)
C20M39Y0K25 (20%, 39%, 0%, 25%)
(0.20 / 0.39 / 0.00 / 0.25)

CMYK percentages

%19.9
%38.74
%0
%25.1

Codes

Color #9975BF in popluar color models

99 75 BF
RGB 153 117 191
HSL 269° 36.63% 60.39%
HSB/HSV 269° 38.74% 74.90%
CMYK 19.90% 38.74% 0.00%
25.10%

Color #9975BF in popluar number systems.

HEX 99 75 BF
Decimal 153 117 191
Binary 10011001 1110101 10111111
Octal 231 165 277

Shades and tints

Shades of #9975BF

#9975BF
(153,117,191)
#8C6BAE
(140,107,174)
#7F619D
(127,97,157)
#72578C
(114,87,140)
#654D7B
(101,77,123)
#58436A
(88,67,106)
#4B3959
(75,57,89)
#3E2F48
(62,47,72)
#312537
(49,37,55)
#241B26
(36,27,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #9975BF

#9975BF
(153,117,191)
#A281C4
(162,129,196)
#AB8DC9
(171,141,201)
#B499CE
(180,153,206)
#BDA5D3
(189,165,211)
#C6B1D8
(198,177,216)
#CFBDDD
(207,189,221)
#D8C9E2
(216,201,226)
#E1D5E7
(225,213,231)
#EAE1EC
(234,225,236)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9975BF; }

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

This text font color is #9975BF.

Background Color

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

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

This div background color is #9975BF.

Border color

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

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

This div border color is #9975BF.

Opacity

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

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

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

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

This text has shadow with #9975BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9975BF.

Preview

Color preview on black background

This text has color #9975BF on black background.


Color preview on white background

This text has color #9975BF on white background.


Black color preview on #9975BF background

This text has black color on #9975BF background.


White color preview on #9975BF background

This text has white color on #9975BF background.


Related colors

Complementary color

Complementary color for #hex is #668A40.


I love getcolorcode.com

Triadic colors

1 #BF9975 and #75BF99 with #9975BF are triadic colors.

2 #BF7599 and #7599BF with #9975BF are triadic colors.