COLOR #7F0882

HEX: #7F0882
RGB: (127,8,130)

Color info

#7F0882 contains mainly red and blue colors. Web safe color of #7F0882 is #660099 (or #609).

RGB color model

#7F0882 color RGB value is (127,8,130).

  • red value is 127;
  • green value is 8;
  • blue value is 130.
RGB:
(127,8,130)
(50%,3%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 8 of 255 = 3%
B 130 of 255 = 51%

127
8
130

R + G + B ~ 35%. #7F0882 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 8 + 130 = 265 (100%)
R 127 of 265 ~ 47.92%
G 8 of 265 ~ 3.02%
B 130 of 265 ~ 49.06%

%47.92
%49.06

CMYK color model

#7F0882 color CMYK value is (2,94,0,49).

  • cyan value is 2.31%
  • magenta value is 93.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,94,0,49)
C2M94Y0K49 
(2%,94%,0%,49%)
(0.02/0.94/0.00/0.49)	

CMYK percentages

%2.31
%93.85
%0
%49.02

Codes

Color #7F0882 in popluar color models

7F0882
RGB1278130
HSL299°88.41%27.06%
HSB/HSV299°93.85%50.98%
CMYK2.31%93.85%0.00%
49.02%

Color #7F0882 in popluar number systems.

HEX7F0882
Decimal1278130
Binary1111111100010000010
Octal17710202

Shades and tints

Shades of #7F0882

#7F0882
(127,8,130)
#740877
(116,8,119)
#69086C
(105,8,108)
#5E0861
(94,8,97)
#530856
(83,8,86)
#48084B
(72,8,75)
#3D0840
(61,8,64)
#320835
(50,8,53)
#27082A
(39,8,42)
#1C081F
(28,8,31)
#110814
(17,8,20)
#000000
(0,0,0)

Tints of #7F0882

#7F0882
(127,8,130)
#8A1E8D
(138,30,141)
#953498
(149,52,152)
#A04AA3
(160,74,163)
#AB60AE
(171,96,174)
#B676B9
(182,118,185)
#C18CC4
(193,140,196)
#CCA2CF
(204,162,207)
#D7B8DA
(215,184,218)
#E2CEE5
(226,206,229)
#EDE4F0
(237,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0882 color. Also use rgb(127,8,130) instead hex code.

Text Font Color

.myTextColor { color: #7F0882; }

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

This text font color is #7F0882.


Background Color

.myBgColor { background-color: #7F0882; }

<div style="background-color:#7F0882">Inner text</div>

This div background color is #7F0882.


Border color

.myBorderColor { border: 1px solid #7F0882; }

<div style="border:3px solid #7F0882">Div</div>

This div border color is #7F0882.


Opacity

.myOpacity80 { color: #7F0882; opacity: 0.8; }

<p style="color:#7F0882;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F0882 color.

.textShadow {text-shadow: 3px 3px 1px #7F0882, 3px 3px 1px red;}

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

This text has shadow with #7F0882 primary color and red secondary color.


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

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

This text has shadow with #7F0882 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0882 on black background.


Color preview on white background

This text has color #7F0882 on white background.



Black color preview on #7F0882 background

This text has black color on #7F0882 background.


White color preview on #7F0882 background

This text has white color on #7F0882 background.