COLOR #8F2988

HEX: #8F2988
RGB: (143,41,136)

Color info

#8F2988 contains mainly red and blue colors. Web safe color of #8F2988 is #993399 (or #939).

RGB color model

#8F2988 color RGB value is (143,41,136).

  • red value is 143;
  • green value is 41;
  • blue value is 136.
RGB:
(143,41,136)
(56%,16%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 41 of 255 = 16%
B 136 of 255 = 53%

143
41
136

R + G + B ~ 42%. #8F2988 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 41 + 136 = 320 (100%)
R 143 of 320 ~ 44.69%
G 41 of 320 ~ 12.81%
B 136 of 320 ~ 42.5%

%44.69
%12.81
%42.5

CMYK color model

#8F2988 color CMYK value is (0,71,5,44).

  • cyan value is 0.00%
  • magenta value is 71.33%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,71,5,44)
C0M71Y5K44 
(0%,71%,5%,44%)
(0.00/0.71/0.05/0.44)	

CMYK percentages

%0
%71.33
%4.9
%43.92

Codes

Color #8F2988 in popluar color models

8F2988
RGB14341136
HSL304°55.43%36.08%
HSB/HSV304°71.33%56.08%
CMYK0.00%71.33%4.90%
43.92%

Color #8F2988 in popluar number systems.

HEX8F2988
Decimal14341136
Binary1000111110100110001000
Octal21751210

Shades and tints

Shades of #8F2988

#8F2988
(143,41,136)
#82267C
(130,38,124)
#752370
(117,35,112)
#682064
(104,32,100)
#5B1D58
(91,29,88)
#4E1A4C
(78,26,76)
#411740
(65,23,64)
#341434
(52,20,52)
#271128
(39,17,40)
#1A0E1C
(26,14,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #8F2988

#8F2988
(143,41,136)
#993C92
(153,60,146)
#A34F9C
(163,79,156)
#AD62A6
(173,98,166)
#B775B0
(183,117,176)
#C188BA
(193,136,186)
#CB9BC4
(203,155,196)
#D5AECE
(213,174,206)
#DFC1D8
(223,193,216)
#E9D4E2
(233,212,226)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F2988 color. Also use rgb(143,41,136) instead hex code.

Text Font Color

.myTextColor { color: #8F2988; }

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

This text font color is #8F2988.


Background Color

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

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

This div background color is #8F2988.


Border color

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

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

This div border color is #8F2988.


Opacity

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

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

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

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

This text has shadow with #8F2988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F2988 on black background.


Color preview on white background

This text has color #8F2988 on white background.



Black color preview on #8F2988 background

This text has black color on #8F2988 background.


White color preview on #8F2988 background

This text has white color on #8F2988 background.