COLOR #8A2F63

HEX: #8A2F63
RGB: (138,47,99)

Color info

#8A2F63 contains mainly red and blue colors. Web safe color of #8A2F63 is #993366 (or #936).

RGB color model

#8A2F63 color RGB value is (138,47,99).

  • red value is 138;
  • green value is 47;
  • blue value is 99.
RGB:
(138,47,99)
(54%,18%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 47 of 255 = 18%
B 99 of 255 = 39%

138
47
99

R + G + B ~ 37%. #8A2F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 47 + 99 = 284 (100%)
R 138 of 284 ~ 48.59%
G 47 of 284 ~ 16.55%
B 99 of 284 ~ 34.86%

%48.59
%16.55
%34.86

CMYK color model

#8A2F63 color CMYK value is (0,66,28,46).

  • cyan value is 0.00%
  • magenta value is 65.94%
  • yellow value is 28.26%
  • key color value is 45.88%
CMYK:
(0,66,28,46)
C0M66Y28K46 
(0%,66%,28%,46%)
(0.00/0.66/0.28/0.46)	

CMYK percentages

%0
%65.94
%28.26
%45.88

Codes

Color #8A2F63 in popluar color models

8A2F63
RGB1384799
HSL326°49.19%36.27%
HSB/HSV326°65.94%54.12%
CMYK0.00%65.94%28.26%
45.88%

Color #8A2F63 in popluar number systems.

HEX8A2F63
Decimal1384799
Binary100010101011111100011
Octal21257143

Shades and tints

Shades of #8A2F63

#8A2F63
(138,47,99)
#7E2B5A
(126,43,90)
#722751
(114,39,81)
#662348
(102,35,72)
#5A1F3F
(90,31,63)
#4E1B36
(78,27,54)
#42172D
(66,23,45)
#361324
(54,19,36)
#2A0F1B
(42,15,27)
#1E0B12
(30,11,18)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #8A2F63

#8A2F63
(138,47,99)
#944171
(148,65,113)
#9E537F
(158,83,127)
#A8658D
(168,101,141)
#B2779B
(178,119,155)
#BC89A9
(188,137,169)
#C69BB7
(198,155,183)
#D0ADC5
(208,173,197)
#DABFD3
(218,191,211)
#E4D1E1
(228,209,225)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2F63 color. Also use rgb(138,47,99) instead hex code.

Text Font Color

.myTextColor { color: #8A2F63; }

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

This text font color is #8A2F63.


Background Color

.myBgColor { background-color: #8A2F63; }

<div style="background-color:#8A2F63">Inner text</div>

This div background color is #8A2F63.


Border color

.myBorderColor { border: 1px solid #8A2F63; }

<div style="border:3px solid #8A2F63">Div</div>

This div border color is #8A2F63.


Opacity

.myOpacity80 { color: #8A2F63; opacity: 0.8; }

<p style="color:#8A2F63;opacity:0.8;">80%</p>

Text with #8A2F63 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 #8A2F63;}

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

This text has shadow with #8A2F63 color.

.textShadow {text-shadow: 3px 3px 1px #8A2F63, 3px 3px 1px red;}

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

This text has shadow with #8A2F63 primary color and red secondary color.


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

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

This text has shadow with #8A2F63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A2F63 on black background.


Color preview on white background

This text has color #8A2F63 on white background.



Black color preview on #8A2F63 background

This text has black color on #8A2F63 background.


White color preview on #8A2F63 background

This text has white color on #8A2F63 background.