COLOR #801B99

HEX: #801B99
RGB: (128,27,153)

Renk bilgisi

#801B99 contains mainly red and blue colors. #801B99 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#801B99 color RGB value is (128,27,153).

  • kırmız ton 128;
  • yeşil ton 27;
  • mavi ton 153.
RGB:
(128,27,153)
(50%,11%,60%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 27 of 255 = 11%
B 153 of 255 = 60%

128
27
153

R + G + B ~ 40%. #801B99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 27 + 153 = 308 (100%)
R 128 of 308 ~ 41.56%
G 27 of 308 ~ 8.77%
B 153 of 308 ~ 49.68%

%41.56
%49.68

CMYK RENK MODELİ

#801B99 rengi CMYK tonu (16,82,0,40).

  • camgöbeği tonu 16.34%
  • eflatun tonu 82.35%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(16,82,0,40)
C16M82Y0K40 
(16%,82%,0%,40%)
(0.16/0.82/0.00/0.40)	

CMYK yüzdeleri

%16.34
%82.35
%0
%40

Codes

Color #801B99 in popluar color models

801B99
RGB12827153
HSL288°70.00%35.29%
HSB/HSV288°82.35%60.00%
CMYK16.34%82.35%0.00%
40.00%

Color #801B99 in popluar number systems.

HEX801B99
Decimal12827153
Binary100000001101110011001
Octal20033231

Shades and tints

Shades of #801B99

#801B99
(128,27,153)
#75198C
(117,25,140)
#6A177F
(106,23,127)
#5F1572
(95,21,114)
#541365
(84,19,101)
#491158
(73,17,88)
#3E0F4B
(62,15,75)
#330D3E
(51,13,62)
#280B31
(40,11,49)
#1D0924
(29,9,36)
#120717
(18,7,23)
#000000
(0,0,0)

Tints of #801B99

#801B99
(128,27,153)
#8B2FA2
(139,47,162)
#9643AB
(150,67,171)
#A157B4
(161,87,180)
#AC6BBD
(172,107,189)
#B77FC6
(183,127,198)
#C293CF
(194,147,207)
#CDA7D8
(205,167,216)
#D8BBE1
(216,187,225)
#E3CFEA
(227,207,234)
#EEE3F3
(238,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801B99 color. Also use rgb(128,27,153) instead hex code.

Text Font Color

.myTextColor { color: #801B99; }

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

This text font color is #801B99.


Background Color

.myBgColor { background-color: #801B99; }

<div style="background-color:#801B99">Inner text</div>

This div background color is #801B99.


Border color

.myBorderColor { border: 1px solid #801B99; }

<div style="border:3px solid #801B99">Div</div>

This div border color is #801B99.


Opacity

.myOpacity80 { color: #801B99; opacity: 0.8; }

<p style="color:#801B99;opacity:0.8;">80%</p>

Text with #801B99 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 #801B99;}

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

This text has shadow with #801B99 color.

.textShadow {text-shadow: 3px 3px 1px #801B99, 3px 3px 1px red;}

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

This text has shadow with #801B99 primary color and red secondary color.


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

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

This text has shadow with #801B99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801B99 on black background.


Color preview on white background

This text has color #801B99 on white background.



Black color preview on #801B99 background

This text has black color on #801B99 background.


White color preview on #801B99 background

This text has white color on #801B99 background.