COLOR #9056D2

HEX: #9056D2
RGB: (144,86,210)

Color info

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

RGB color model

#9056D2 color RGB value is (144,86,210).

  • red value is 144;
  • green value is 86;
  • blue value is 210.
RGB:
(144,86,210)
(56%,34%,82%)

RGB channels and saturation

R 144 of 255 = 56%
G 86 of 255 = 34%
B 210 of 255 = 82%

144
86
210

R + G + B ~ 57%. #9056D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 86 + 210 = 440 (100%)
R 144 of 440 ~ 32.73%
G 86 of 440 ~ 19.55%
B 210 of 440 ~ 47.73%

%32.73
%19.55
%47.73

CMYK color model

#9056D2 color CMYK value is (31,59,0,18).

  • cyan value is 31.43%
  • magenta value is 59.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(31,59,0,18)
C31M59Y0K18 
(31%,59%,0%,18%)
(0.31/0.59/0.00/0.18)	

CMYK percentages

%31.43
%59.05
%0
%17.65

Codes

Color #9056D2 in popluar color models

9056D2
RGB14486210
HSL268°57.94%58.04%
HSB/HSV268°59.05%82.35%
CMYK31.43%59.05%0.00%
17.65%

Color #9056D2 in popluar number systems.

HEX9056D2
Decimal14486210
Binary10010000101011011010010
Octal220126322

Shades and tints

Shades of #9056D2

#9056D2
(144,86,210)
#834FBF
(131,79,191)
#7648AC
(118,72,172)
#694199
(105,65,153)
#5C3A86
(92,58,134)
#4F3373
(79,51,115)
#422C60
(66,44,96)
#35254D
(53,37,77)
#281E3A
(40,30,58)
#1B1727
(27,23,39)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #9056D2

#9056D2
(144,86,210)
#9A65D6
(154,101,214)
#A474DA
(164,116,218)
#AE83DE
(174,131,222)
#B892E2
(184,146,226)
#C2A1E6
(194,161,230)
#CCB0EA
(204,176,234)
#D6BFEE
(214,191,238)
#E0CEF2
(224,206,242)
#EADDF6
(234,221,246)
#F4ECFA
(244,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9056D2 color. Also use rgb(144,86,210) instead hex code.

Text Font Color

.myTextColor { color: #9056D2; }

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

This text font color is #9056D2.


Background Color

.myBgColor { background-color: #9056D2; }

<div style="background-color:#9056D2">Inner text</div>

This div background color is #9056D2.


Border color

.myBorderColor { border: 1px solid #9056D2; }

<div style="border:3px solid #9056D2">Div</div>

This div border color is #9056D2.


Opacity

.myOpacity80 { color: #9056D2; opacity: 0.8; }

<p style="color:#9056D2;opacity:0.8;">80%</p>

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

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

This text has shadow with #9056D2 color.

.textShadow {text-shadow: 3px 3px 1px #9056D2, 3px 3px 1px red;}

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

This text has shadow with #9056D2 primary color and red secondary color.


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

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

This text has shadow with #9056D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9056D2 on black background.


Color preview on white background

This text has color #9056D2 on white background.



Black color preview on #9056D2 background

This text has black color on #9056D2 background.


White color preview on #9056D2 background

This text has white color on #9056D2 background.