COLOR #8F33BB

HEX: #8F33BB
RGB: (143,51,187)

Color info

#8F33BB contains mainly red and blue colors. Web safe color of #8F33BB is #9933CC (or #93C).

RGB color model

#8F33BB color RGB value is (143,51,187).

  • red value is 143;
  • green value is 51;
  • blue value is 187.
RGB:
(143,51,187)
(56%,20%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 51 of 255 = 20%
B 187 of 255 = 73%

143
51
187

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

Portions of RGB colors in percentages

R + G + B =
143 + 51 + 187 = 381 (100%)
R 143 of 381 ~ 37.53%
G 51 of 381 ~ 13.39%
B 187 of 381 ~ 49.08%

%37.53
%13.39
%49.08

CMYK color model

#8F33BB color CMYK value is (24,73,0,27).

  • cyan value is 23.53%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,73,0,27)
C24M73Y0K27 
(24%,73%,0%,27%)
(0.24/0.73/0.00/0.27)	

CMYK percentages

%23.53
%72.73
%0
%26.67

Codes

Color #8F33BB in popluar color models

8F33BB
RGB14351187
HSL281°57.14%46.67%
HSB/HSV281°72.73%73.33%
CMYK23.53%72.73%0.00%
26.67%

Color #8F33BB in popluar number systems.

HEX8F33BB
Decimal14351187
Binary1000111111001110111011
Octal21763273

Shades and tints

Shades of #8F33BB

#8F33BB
(143,51,187)
#822FAA
(130,47,170)
#752B99
(117,43,153)
#682788
(104,39,136)
#5B2377
(91,35,119)
#4E1F66
(78,31,102)
#411B55
(65,27,85)
#341744
(52,23,68)
#271333
(39,19,51)
#1A0F22
(26,15,34)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #8F33BB

#8F33BB
(143,51,187)
#9945C1
(153,69,193)
#A357C7
(163,87,199)
#AD69CD
(173,105,205)
#B77BD3
(183,123,211)
#C18DD9
(193,141,217)
#CB9FDF
(203,159,223)
#D5B1E5
(213,177,229)
#DFC3EB
(223,195,235)
#E9D5F1
(233,213,241)
#F3E7F7
(243,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F33BB color. Also use rgb(143,51,187) instead hex code.

Text Font Color

.myTextColor { color: #8F33BB; }

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

This text font color is #8F33BB.


Background Color

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

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

This div background color is #8F33BB.


Border color

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

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

This div border color is #8F33BB.


Opacity

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

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

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

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

This text has shadow with #8F33BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F33BB on black background.


Color preview on white background

This text has color #8F33BB on white background.



Black color preview on #8F33BB background

This text has black color on #8F33BB background.


White color preview on #8F33BB background

This text has white color on #8F33BB background.