COLOR #8F63DD

HEX: #8F63DD RGB: (143,99,221)

Color info

#8F63DD contains mainly blue color. Web safe color of #8F63DD is #9966CC (or #96C).

RGB color model

#8F63DD color RGB value is (143,99,221).

RGB: (143,99,221) (56%, 39%, 87%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 221 of 255 = 87%

143
99
221

R + G + B ~ 61%. #8F63DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 99 + 221 = 463 (100%)
R 143 of 463 ~ 30.89%
G 99 of 463 ~ 21.38%
B 221 of 463 ~ 47.73'%

%30.89
%21.38
%47.73

CMYK color model

#8F63DD color CMYK value is (35,55,0,13).

  • cyan value is 35.29%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (35,55,0,13) C35M55Y0K13 (35%,55%,0%,13%) (0.35/0.55/0.00/0.13) 

CMYK percentages

%35.29
%55.2
%0
%13.33

Codes

Color #8F63DD in popluar color models

8F 63 DD
RGB 143 99 221
HSL 262° 64.21% 62.75%
HSB/HSV 262° 55.20% 86.67%
CMYK 35.29% 55.20% 0.00%
13.33%

Color #8F63DD in popluar number systems.

HEX 8F 63 DD
Decimal 143 99 221
Binary 10001111 1100011 11011101
Octal 217 143 335

Shades and tints

Shades of #8F63DD

#8F63DD
(143,99,221)
#825AC9
(130,90,201)
#7551B5
(117,81,181)
#6848A1
(104,72,161)
#5B3F8D
(91,63,141)
#4E3679
(78,54,121)
#412D65
(65,45,101)
#342451
(52,36,81)
#271B3D
(39,27,61)
#1A1229
(26,18,41)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #8F63DD

#8F63DD
(143,99,221)
#9971E0
(153,113,224)
#A37FE3
(163,127,227)
#AD8DE6
(173,141,230)
#B79BE9
(183,155,233)
#C1A9EC
(193,169,236)
#CBB7EF
(203,183,239)
#D5C5F2
(213,197,242)
#DFD3F5
(223,211,245)
#E9E1F8
(233,225,248)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F63DD color. Also use rgb(143,99,221) instead hex code.

Text Font Color

.myTextColor { color: #8F63DD; }

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

This text font color is #8F63DD.

Background Color

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

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

This div background color is #8F63DD.

Border color

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

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

This div border color is #8F63DD.

Opacity

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

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

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

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

This text has shadow with #8F63DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F63DD.

Preview

Color preview on black background

This text has color #8F63DD on black background.


Color preview on white background

This text has color #8F63DD on white background.


Black color preview on #8F63DD background

This text has black color on #8F63DD background.


White color preview on #8F63DD background

This text has white color on #8F63DD background.


Related colors

Complementary color

Complementary color for #hex is #709C22.


I love getcolorcode.com

Triadic colors

1 #DD8F63 and #63DD8F with #8F63DD are triadic colors.

2 #DD638F and #638FDD with #8F63DD are triadic colors.