COLOR #9F6298

HEX: #9F6298
RGB: (159,98,152)

Color info

#9F6298 contains mainly red and blue colors. Web safe color of #9F6298 is #996699 (or #969).

RGB color model

#9F6298 color RGB value is (159,98,152).

  • red value is 159;
  • green value is 98;
  • blue value is 152.
RGB:
(159,98,152)
(62%,38%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 152 of 255 = 60%

159
98
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 98 + 152 = 409 (100%)
R 159 of 409 ~ 38.88%
G 98 of 409 ~ 23.96%
B 152 of 409 ~ 37.16%

%38.88
%23.96
%37.16

CMYK color model

#9F6298 color CMYK value is (0,38,4,38).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,38,4,38)
C0M38Y4K38 
(0%,38%,4%,38%)
(0.00/0.38/0.04/0.38)	

CMYK percentages

%0
%38.36
%4.4
%37.65

Codes

Color #9F6298 in popluar color models

9F6298
RGB15998152
HSL307°24.11%50.39%
HSB/HSV307°38.36%62.35%
CMYK0.00%38.36%4.40%
37.65%

Color #9F6298 in popluar number systems.

HEX9F6298
Decimal15998152
Binary10011111110001010011000
Octal237142230

Shades and tints

Shades of #9F6298

#9F6298
(159,98,152)
#915A8B
(145,90,139)
#83527E
(131,82,126)
#754A71
(117,74,113)
#674264
(103,66,100)
#593A57
(89,58,87)
#4B324A
(75,50,74)
#3D2A3D
(61,42,61)
#2F2230
(47,34,48)
#211A23
(33,26,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #9F6298

#9F6298
(159,98,152)
#A770A1
(167,112,161)
#AF7EAA
(175,126,170)
#B78CB3
(183,140,179)
#BF9ABC
(191,154,188)
#C7A8C5
(199,168,197)
#CFB6CE
(207,182,206)
#D7C4D7
(215,196,215)
#DFD2E0
(223,210,224)
#E7E0E9
(231,224,233)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6298 color. Also use rgb(159,98,152) instead hex code.

Text Font Color

.myTextColor { color: #9F6298; }

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

This text font color is #9F6298.


Background Color

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

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

This div background color is #9F6298.


Border color

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

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

This div border color is #9F6298.


Opacity

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

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

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

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

This text has shadow with #9F6298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6298 on black background.


Color preview on white background

This text has color #9F6298 on white background.



Black color preview on #9F6298 background

This text has black color on #9F6298 background.


White color preview on #9F6298 background

This text has white color on #9F6298 background.