COLOR #9083C7

HEX: #9083C7
RGB: (144,131,199)

Color info

#9083C7 contains mainly red and blue colors. Web safe color of #9083C7 is #9999CC (or #99C).

RGB color model

#9083C7 color RGB value is (144,131,199).

  • red value is 144;
  • green value is 131;
  • blue value is 199.
RGB:
(144,131,199)
(56%,51%,78%)

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 199 of 255 = 78%

144
131
199

R + G + B ~ 62%. #9083C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 199 = 474 (100%)
R 144 of 474 ~ 30.38%
G 131 of 474 ~ 27.64%
B 199 of 474 ~ 41.98%

%30.38
%27.64
%41.98

CMYK color model

#9083C7 color CMYK value is (28,34,0,22).

  • cyan value is 27.64%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(28,34,0,22)
C28M34Y0K22 
(28%,34%,0%,22%)
(0.28/0.34/0.00/0.22)	

CMYK percentages

%27.64
%34.17
%0
%21.96

Codes

Color #9083C7 in popluar color models

9083C7
RGB144131199
HSL251°37.78%64.71%
HSB/HSV251°34.17%78.04%
CMYK27.64%34.17%0.00%
21.96%

Color #9083C7 in popluar number systems.

HEX9083C7
Decimal144131199
Binary100100001000001111000111
Octal220203307

Shades and tints

Shades of #9083C7

#9083C7
(144,131,199)
#8378B5
(131,120,181)
#766DA3
(118,109,163)
#696291
(105,98,145)
#5C577F
(92,87,127)
#4F4C6D
(79,76,109)
#42415B
(66,65,91)
#353649
(53,54,73)
#282B37
(40,43,55)
#1B2025
(27,32,37)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #9083C7

#9083C7
(144,131,199)
#9A8ECC
(154,142,204)
#A499D1
(164,153,209)
#AEA4D6
(174,164,214)
#B8AFDB
(184,175,219)
#C2BAE0
(194,186,224)
#CCC5E5
(204,197,229)
#D6D0EA
(214,208,234)
#E0DBEF
(224,219,239)
#EAE6F4
(234,230,244)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9083C7 color. Also use rgb(144,131,199) instead hex code.

Text Font Color

.myTextColor { color: #9083C7; }

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

This text font color is #9083C7.


Background Color

.myBgColor { background-color: #9083C7; }

<div style="background-color:#9083C7">Inner text</div>

This div background color is #9083C7.


Border color

.myBorderColor { border: 1px solid #9083C7; }

<div style="border:3px solid #9083C7">Div</div>

This div border color is #9083C7.


Opacity

.myOpacity80 { color: #9083C7; opacity: 0.8; }

<p style="color:#9083C7;opacity:0.8;">80%</p>

Text with #9083C7 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 #9083C7;}

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

This text has shadow with #9083C7 color.

.textShadow {text-shadow: 3px 3px 1px #9083C7, 3px 3px 1px red;}

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

This text has shadow with #9083C7 primary color and red secondary color.


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

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

This text has shadow with #9083C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9083C7 on black background.


Color preview on white background

This text has color #9083C7 on white background.



Black color preview on #9083C7 background

This text has black color on #9083C7 background.


White color preview on #9083C7 background

This text has white color on #9083C7 background.