COLOR #8A1088

HEX: #8A1088
RGB: (138,16,136)

Color info

#8A1088 contains mainly red and blue colors. Web safe color of #8A1088 is #990099 (or #909).

RGB color model

#8A1088 color RGB value is (138,16,136).

  • red value is 138;
  • green value is 16;
  • blue value is 136.
RGB:
(138,16,136)
(54%,6%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 16 of 255 = 6%
B 136 of 255 = 53%

138
16
136

R + G + B ~ 38%. #8A1088 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 16 + 136 = 290 (100%)
R 138 of 290 ~ 47.59%
G 16 of 290 ~ 5.52%
B 136 of 290 ~ 46.9%

%47.59
%46.9

CMYK color model

#8A1088 color CMYK value is (0,88,1,46).

  • cyan value is 0.00%
  • magenta value is 88.41%
  • yellow value is 1.45%
  • key color value is 45.88%
CMYK:
(0,88,1,46)
C0M88Y1K46 
(0%,88%,1%,46%)
(0.00/0.88/0.01/0.46)	

CMYK percentages

%0
%88.41
%1.45
%45.88

Codes

Color #8A1088 in popluar color models

8A1088
RGB13816136
HSL301°79.22%30.20%
HSB/HSV301°88.41%54.12%
CMYK0.00%88.41%1.45%
45.88%

Color #8A1088 in popluar number systems.

HEX8A1088
Decimal13816136
Binary100010101000010001000
Octal21220210

Shades and tints

Shades of #8A1088

#8A1088
(138,16,136)
#7E0F7C
(126,15,124)
#720E70
(114,14,112)
#660D64
(102,13,100)
#5A0C58
(90,12,88)
#4E0B4C
(78,11,76)
#420A40
(66,10,64)
#360934
(54,9,52)
#2A0828
(42,8,40)
#1E071C
(30,7,28)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #8A1088

#8A1088
(138,16,136)
#942592
(148,37,146)
#9E3A9C
(158,58,156)
#A84FA6
(168,79,166)
#B264B0
(178,100,176)
#BC79BA
(188,121,186)
#C68EC4
(198,142,196)
#D0A3CE
(208,163,206)
#DAB8D8
(218,184,216)
#E4CDE2
(228,205,226)
#EEE2EC
(238,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A1088 color. Also use rgb(138,16,136) instead hex code.

Text Font Color

.myTextColor { color: #8A1088; }

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

This text font color is #8A1088.


Background Color

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

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

This div background color is #8A1088.


Border color

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

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

This div border color is #8A1088.


Opacity

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

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

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

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

This text has shadow with #8A1088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1088 on black background.


Color preview on white background

This text has color #8A1088 on white background.



Black color preview on #8A1088 background

This text has black color on #8A1088 background.


White color preview on #8A1088 background

This text has white color on #8A1088 background.