COLOR #884D8A

HEX: #884D8A
RGB: (136,77,138)

Renk bilgisi

#884D8A contains mainly red and blue colors. #884D8A ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#884D8A color RGB value is (136,77,138).

  • kırmız ton 136;
  • yeşil ton 77;
  • mavi ton 138.
RGB:
(136,77,138)
(53%,30%,54%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 77 of 255 = 30%
B 138 of 255 = 54%

136
77
138

R + G + B ~ 46%. #884D8A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 77 + 138 = 351 (100%)
R 136 of 351 ~ 38.75%
G 77 of 351 ~ 21.94%
B 138 of 351 ~ 39.32%

%38.75
%21.94
%39.32

CMYK RENK MODELİ

#884D8A rengi CMYK tonu (1,44,0,46).

  • camgöbeği tonu 1.45%
  • eflatun tonu 44.20%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(1,44,0,46)
C1M44Y0K46 
(1%,44%,0%,46%)
(0.01/0.44/0.00/0.46)	

CMYK yüzdeleri

%1.45
%44.2
%0
%45.88

Codes

Color #884D8A in popluar color models

884D8A
RGB13677138
HSL298°28.37%42.16%
HSB/HSV298°44.20%54.12%
CMYK1.45%44.20%0.00%
45.88%

Color #884D8A in popluar number systems.

HEX884D8A
Decimal13677138
Binary10001000100110110001010
Octal210115212

Shades and tints

Shades of #884D8A

#884D8A
(136,77,138)
#7C467E
(124,70,126)
#703F72
(112,63,114)
#643866
(100,56,102)
#58315A
(88,49,90)
#4C2A4E
(76,42,78)
#402342
(64,35,66)
#341C36
(52,28,54)
#28152A
(40,21,42)
#1C0E1E
(28,14,30)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #884D8A

#884D8A
(136,77,138)
#925D94
(146,93,148)
#9C6D9E
(156,109,158)
#A67DA8
(166,125,168)
#B08DB2
(176,141,178)
#BA9DBC
(186,157,188)
#C4ADC6
(196,173,198)
#CEBDD0
(206,189,208)
#D8CDDA
(216,205,218)
#E2DDE4
(226,221,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D8A color. Also use rgb(136,77,138) instead hex code.

Text Font Color

.myTextColor { color: #884D8A; }

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

This text font color is #884D8A.


Background Color

.myBgColor { background-color: #884D8A; }

<div style="background-color:#884D8A">Inner text</div>

This div background color is #884D8A.


Border color

.myBorderColor { border: 1px solid #884D8A; }

<div style="border:3px solid #884D8A">Div</div>

This div border color is #884D8A.


Opacity

.myOpacity80 { color: #884D8A; opacity: 0.8; }

<p style="color:#884D8A;opacity:0.8;">80%</p>

Text with #884D8A 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 #884D8A;}

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

This text has shadow with #884D8A color.

.textShadow {text-shadow: 3px 3px 1px #884D8A, 3px 3px 1px red;}

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

This text has shadow with #884D8A primary color and red secondary color.


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

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

This text has shadow with #884D8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D8A on black background.


Color preview on white background

This text has color #884D8A on white background.



Black color preview on #884D8A background

This text has black color on #884D8A background.


White color preview on #884D8A background

This text has white color on #884D8A background.