COLOR #9F5864

HEX: #9F5864
RGB: (159,88,100)

Color info

#9F5864 contains mainly red and blue colors. Web safe color of #9F5864 is #996666 (or #966).

RGB color model

#9F5864 color RGB value is (159,88,100).

  • red value is 159;
  • green value is 88;
  • blue value is 100.
RGB:
(159,88,100)
(62%,35%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 100 of 255 = 39%

159
88
100

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

Portions of RGB colors in percentages

R + G + B =
159 + 88 + 100 = 347 (100%)
R 159 of 347 ~ 45.82%
G 88 of 347 ~ 25.36%
B 100 of 347 ~ 28.82%

%45.82
%25.36
%28.82

CMYK color model

#9F5864 color CMYK value is (0,45,37,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(0,45,37,38)
C0M45Y37K38 
(0%,45%,37%,38%)
(0.00/0.45/0.37/0.38)	

CMYK percentages

%0
%44.65
%37.11
%37.65

Codes

Color #9F5864 in popluar color models

9F5864
RGB15988100
HSL350°28.74%48.43%
HSB/HSV350°44.65%62.35%
CMYK0.00%44.65%37.11%
37.65%

Color #9F5864 in popluar number systems.

HEX9F5864
Decimal15988100
Binary1001111110110001100100
Octal237130144

Shades and tints

Shades of #9F5864

#9F5864
(159,88,100)
#91505B
(145,80,91)
#834852
(131,72,82)
#754049
(117,64,73)
#673840
(103,56,64)
#593037
(89,48,55)
#4B282E
(75,40,46)
#3D2025
(61,32,37)
#2F181C
(47,24,28)
#211013
(33,16,19)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #9F5864

#9F5864
(159,88,100)
#A76772
(167,103,114)
#AF7680
(175,118,128)
#B7858E
(183,133,142)
#BF949C
(191,148,156)
#C7A3AA
(199,163,170)
#CFB2B8
(207,178,184)
#D7C1C6
(215,193,198)
#DFD0D4
(223,208,212)
#E7DFE2
(231,223,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5864 color. Also use rgb(159,88,100) instead hex code.

Text Font Color

.myTextColor { color: #9F5864; }

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

This text font color is #9F5864.


Background Color

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

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

This div background color is #9F5864.


Border color

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

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

This div border color is #9F5864.


Opacity

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

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

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

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

This text has shadow with #9F5864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5864 on black background.


Color preview on white background

This text has color #9F5864 on white background.



Black color preview on #9F5864 background

This text has black color on #9F5864 background.


White color preview on #9F5864 background

This text has white color on #9F5864 background.