COLOR #9965BC

HEX: #9965BC RGB: (153,101,188)

Color info

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

RGB color model

#9965BC color RGB value is (153,101,188).

RGB: (153,101,188) (60%, 40%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 101 of 255 = 40%
B 188 of 255 = 74%

153
101
188

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

Portions of RGB colors in percentages

R + G + B = 153 + 101 + 188 = 442 (100%)
R 153 of 442 ~ 34.62%
G 101 of 442 ~ 22.85%
B 188 of 442 ~ 42.53'%

%34.62
%22.85
%42.53

CMYK color model

#9965BC color CMYK value is (19,46,0,26).

  • cyan value is 18.62%
  • magenta value is 46.28%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (19,46,0,26) C19M46Y0K26 (19%,46%,0%,26%) (0.19/0.46/0.00/0.26) 

CMYK percentages

%18.62
%46.28
%0
%26.27

Codes

Color #9965BC in popluar color models

99 65 BC
RGB 153 101 188
HSL 276° 39.37% 56.67%
HSB/HSV 276° 46.28% 73.73%
CMYK 18.62% 46.28% 0.00%
26.27%

Color #9965BC in popluar number systems.

HEX 99 65 BC
Decimal 153 101 188
Binary 10011001 1100101 10111100
Octal 231 145 274

Shades and tints

Shades of #9965BC

#9965BC
(153,101,188)
#8C5CAB
(140,92,171)
#7F539A
(127,83,154)
#724A89
(114,74,137)
#654178
(101,65,120)
#583867
(88,56,103)
#4B2F56
(75,47,86)
#3E2645
(62,38,69)
#311D34
(49,29,52)
#241423
(36,20,35)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #9965BC

#9965BC
(153,101,188)
#A273C2
(162,115,194)
#AB81C8
(171,129,200)
#B48FCE
(180,143,206)
#BD9DD4
(189,157,212)
#C6ABDA
(198,171,218)
#CFB9E0
(207,185,224)
#D8C7E6
(216,199,230)
#E1D5EC
(225,213,236)
#EAE3F2
(234,227,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9965BC color. Also use rgb(153,101,188) instead hex code.

Text Font Color

.myTextColor { color: #9965BC; }

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

This text font color is #9965BC.

Background Color

.myBgColor { background-color: #9965BC; }

<div style="background-color:#9965BC">Inner text</div>

This div background color is #9965BC.

Border color

.myBorderColor { border: 1px solid #9965BC; }

<div style="border:3px solid #9965BC">Div</div>

This div border color is #9965BC.

Opacity

.myOpacity80 { color: #9965BC; opacity: 0.8; }

<p style="color:#9965BC;opacity:0.8;">80%</p>

Text with #9965BC 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 #9965BC;}

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

This text has shadow with #9965BC color.


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

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

This text has shadow with #9965BC primary color and red secondary color.


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

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

This text has shadow with #9965BC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9965BC.

Preview

Color preview on black background

This text has color #9965BC on black background.


Color preview on white background

This text has color #9965BC on white background.


Black color preview on #9965BC background

This text has black color on #9965BC background.


White color preview on #9965BC background

This text has white color on #9965BC background.


Related colors

Complementary color

Complementary color for #hex is #669A43.


I love getcolorcode.com

Triadic colors

1 #BC9965 and #65BC99 with #9965BC are triadic colors.

2 #BC6599 and #6599BC with #9965BC are triadic colors.