COLOR #9137D0

HEX: #9137D0
RGB: (145,55,208)

Color info

#9137D0 contains mainly blue color. Web safe color of #9137D0 is #9933CC (or #93C).

RGB color model

#9137D0 color RGB value is (145,55,208).

  • red value is 145;
  • green value is 55;
  • blue value is 208.
RGB:
(145,55,208)
(57%,22%,82%)

RGB channels and saturation

R 145 of 255 = 57%
G 55 of 255 = 22%
B 208 of 255 = 82%

145
55
208

R + G + B ~ 54%. #9137D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 55 + 208 = 408 (100%)
R 145 of 408 ~ 35.54%
G 55 of 408 ~ 13.48%
B 208 of 408 ~ 50.98%

%35.54
%13.48
%50.98

CMYK color model

#9137D0 color CMYK value is (30,74,0,18).

  • cyan value is 30.29%
  • magenta value is 73.56%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(30,74,0,18)
C30M74Y0K18 
(30%,74%,0%,18%)
(0.30/0.74/0.00/0.18)	

CMYK percentages

%30.29
%73.56
%0
%18.43

Codes

Color #9137D0 in popluar color models

9137D0
RGB14555208
HSL275°61.94%51.57%
HSB/HSV275°73.56%81.57%
CMYK30.29%73.56%0.00%
18.43%

Color #9137D0 in popluar number systems.

HEX9137D0
Decimal14555208
Binary1001000111011111010000
Octal22167320

Shades and tints

Shades of #9137D0

#9137D0
(145,55,208)
#8432BE
(132,50,190)
#772DAC
(119,45,172)
#6A289A
(106,40,154)
#5D2388
(93,35,136)
#501E76
(80,30,118)
#431964
(67,25,100)
#361452
(54,20,82)
#290F40
(41,15,64)
#1C0A2E
(28,10,46)
#0F051C
(15,5,28)
#000000
(0,0,0)

Tints of #9137D0

#9137D0
(145,55,208)
#9B49D4
(155,73,212)
#A55BD8
(165,91,216)
#AF6DDC
(175,109,220)
#B97FE0
(185,127,224)
#C391E4
(195,145,228)
#CDA3E8
(205,163,232)
#D7B5EC
(215,181,236)
#E1C7F0
(225,199,240)
#EBD9F4
(235,217,244)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9137D0 color. Also use rgb(145,55,208) instead hex code.

Text Font Color

.myTextColor { color: #9137D0; }

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

This text font color is #9137D0.


Background Color

.myBgColor { background-color: #9137D0; }

<div style="background-color:#9137D0">Inner text</div>

This div background color is #9137D0.


Border color

.myBorderColor { border: 1px solid #9137D0; }

<div style="border:3px solid #9137D0">Div</div>

This div border color is #9137D0.


Opacity

.myOpacity80 { color: #9137D0; opacity: 0.8; }

<p style="color:#9137D0;opacity:0.8;">80%</p>

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

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

This text has shadow with #9137D0 color.

.textShadow {text-shadow: 3px 3px 1px #9137D0, 3px 3px 1px red;}

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

This text has shadow with #9137D0 primary color and red secondary color.


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

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

This text has shadow with #9137D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9137D0 on black background.


Color preview on white background

This text has color #9137D0 on white background.



Black color preview on #9137D0 background

This text has black color on #9137D0 background.


White color preview on #9137D0 background

This text has white color on #9137D0 background.