COLOR #95117F

HEX: #95117F RGB: (149,17,127)

Color info

#95117F contains mainly red and blue colors. Web safe color of #95117F is #990066 (or #906).

RGB color model

#95117F color RGB value is (149,17,127).

RGB: (149,17,127) (58%, 7%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 17 of 255 = 7%
B 127 of 255 = 50%

149
17
127

R + G + B ~ 38%. #95117F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 17 + 127 = 293 (100%)
R 149 of 293 ~ 50.85%
G 17 of 293 ~ 5.8%
B 127 of 293 ~ 43.34'%

%50.85
%43.34

CMYK color model

#95117F color CMYK value is (0,89,15,42).

  • cyan value is 0.00%
  • magenta value is 88.59%
  • yellow value is 14.77%
  • key color value is 41.57%

CMYK: (0,89,15,42)
C0M89Y15K42 (0%, 89%, 15%, 42%)
(0.00 / 0.89 / 0.15 / 0.42)

CMYK percentages

%0
%88.59
%14.77
%41.57

Codes

Color #95117F in popluar color models

95 11 7F
RGB 149 17 127
HSL 310° 79.52% 32.55%
HSB/HSV 310° 88.59% 58.43%
CMYK 0.00% 88.59% 14.77%
41.57%

Color #95117F in popluar number systems.

HEX 95 11 7F
Decimal 149 17 127
Binary 10010101 10001 1111111
Octal 225 21 177

Shades and tints

Shades of #95117F

#95117F
(149,17,127)
#881074
(136,16,116)
#7B0F69
(123,15,105)
#6E0E5E
(110,14,94)
#610D53
(97,13,83)
#540C48
(84,12,72)
#470B3D
(71,11,61)
#3A0A32
(58,10,50)
#2D0927
(45,9,39)
#20081C
(32,8,28)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #95117F

#95117F
(149,17,127)
#9E268A
(158,38,138)
#A73B95
(167,59,149)
#B050A0
(176,80,160)
#B965AB
(185,101,171)
#C27AB6
(194,122,182)
#CB8FC1
(203,143,193)
#D4A4CC
(212,164,204)
#DDB9D7
(221,185,215)
#E6CEE2
(230,206,226)
#EFE3ED
(239,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95117F color. Also use rgb(149,17,127) instead hex code.

Text Font Color

.myTextColor { color: #95117F; }

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

This text font color is #95117F.

Background Color

.myBgColor { background-color: #95117F; }

<div style="background-color:#95117F">Inner text</div>

This div background color is #95117F.

Border color

.myBorderColor { border: 1px solid #95117F; }

<div style="border:3px solid #95117F">Div</div>

This div border color is #95117F.

Opacity

.myOpacity80 { color: #95117F; opacity: 0.8; }

<p style="color:#95117F;opacity:0.8;">80%</p>

Text with #95117F 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 #95117F;}

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

This text has shadow with #95117F color.


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

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

This text has shadow with #95117F primary color and red secondary color.


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

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

This text has shadow with #95117F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95117F.

Preview

Color preview on black background

This text has color #95117F on black background.


Color preview on white background

This text has color #95117F on white background.


Black color preview on #95117F background

This text has black color on #95117F background.


White color preview on #95117F background

This text has white color on #95117F background.


Related colors

Complementary color

Complementary color for #hex is #6AEE80.


I love getcolorcode.com

Triadic colors

1 #7F9511 and #117F95 with #95117F are triadic colors.

2 #7F1195 and #11957F with #95117F are triadic colors.