COLOR #98629C

HEX: #98629C
RGB: (152,98,156)

Color info

#98629C contains red, green and blue colors in about the same proportion. Web safe color of #98629C is #996699 (or #969).

RGB color model

#98629C color RGB value is (152,98,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 98 of 255 = 38%
B 156 of 255 = 61%

152
98
156

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

Portions of RGB colors in percentages

R + G + B =
152 + 98 + 156 = 406 (100%)
R 152 of 406 ~ 37.44%
G 98 of 406 ~ 24.14%
B 156 of 406 ~ 38.42%

%37.44
%24.14
%38.42

CMYK color model

#98629C color CMYK value is (3,37,0,39).

  • cyan value is 2.56%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(3,37,0,39)
C3M37Y0K39 
(3%,37%,0%,39%)
(0.03/0.37/0.00/0.39)	

CMYK percentages

%2.56
%37.18
%0
%38.82

Codes

Color #98629C in popluar color models

98629C
RGB15298156
HSL296°22.83%49.80%
HSB/HSV296°37.18%61.18%
CMYK2.56%37.18%0.00%
38.82%

Color #98629C in popluar number systems.

HEX98629C
Decimal15298156
Binary10011000110001010011100
Octal230142234

Shades and tints

Shades of #98629C

#98629C
(152,98,156)
#8B5A8E
(139,90,142)
#7E5280
(126,82,128)
#714A72
(113,74,114)
#644264
(100,66,100)
#573A56
(87,58,86)
#4A3248
(74,50,72)
#3D2A3A
(61,42,58)
#30222C
(48,34,44)
#231A1E
(35,26,30)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #98629C

#98629C
(152,98,156)
#A170A5
(161,112,165)
#AA7EAE
(170,126,174)
#B38CB7
(179,140,183)
#BC9AC0
(188,154,192)
#C5A8C9
(197,168,201)
#CEB6D2
(206,182,210)
#D7C4DB
(215,196,219)
#E0D2E4
(224,210,228)
#E9E0ED
(233,224,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98629C color. Also use rgb(152,98,156) instead hex code.

Text Font Color

.myTextColor { color: #98629C; }

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

This text font color is #98629C.


Background Color

.myBgColor { background-color: #98629C; }

<div style="background-color:#98629C">Inner text</div>

This div background color is #98629C.


Border color

.myBorderColor { border: 1px solid #98629C; }

<div style="border:3px solid #98629C">Div</div>

This div border color is #98629C.


Opacity

.myOpacity80 { color: #98629C; opacity: 0.8; }

<p style="color:#98629C;opacity:0.8;">80%</p>

Text with #98629C 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 #98629C;}

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

This text has shadow with #98629C color.

.textShadow {text-shadow: 3px 3px 1px #98629C, 3px 3px 1px red;}

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

This text has shadow with #98629C primary color and red secondary color.


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

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

This text has shadow with #98629C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98629C on black background.


Color preview on white background

This text has color #98629C on white background.



Black color preview on #98629C background

This text has black color on #98629C background.


White color preview on #98629C background

This text has white color on #98629C background.