COLOR #9088D1

HEX: #9088D1
RGB: (144,136,209)

Color info

#9088D1 contains mainly blue color. Web safe color of #9088D1 is #9999CC (or #99C).

RGB color model

#9088D1 color RGB value is (144,136,209).

  • red value is 144;
  • green value is 136;
  • blue value is 209.
RGB:
(144,136,209)
(56%,53%,82%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 209 of 255 = 82%

144
136
209

R + G + B ~ 64%. #9088D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 136 + 209 = 489 (100%)
R 144 of 489 ~ 29.45%
G 136 of 489 ~ 27.81%
B 209 of 489 ~ 42.74%

%29.45
%27.81
%42.74

CMYK color model

#9088D1 color CMYK value is (31,35,0,18).

  • cyan value is 31.10%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(31,35,0,18)
C31M35Y0K18 
(31%,35%,0%,18%)
(0.31/0.35/0.00/0.18)	

CMYK percentages

%31.1
%34.93
%0
%18.04

Codes

Color #9088D1 in popluar color models

9088D1
RGB144136209
HSL247°44.24%67.65%
HSB/HSV247°34.93%81.96%
CMYK31.10%34.93%0.00%
18.04%

Color #9088D1 in popluar number systems.

HEX9088D1
Decimal144136209
Binary100100001000100011010001
Octal220210321

Shades and tints

Shades of #9088D1

#9088D1
(144,136,209)
#837CBE
(131,124,190)
#7670AB
(118,112,171)
#696498
(105,100,152)
#5C5885
(92,88,133)
#4F4C72
(79,76,114)
#42405F
(66,64,95)
#35344C
(53,52,76)
#282839
(40,40,57)
#1B1C26
(27,28,38)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #9088D1

#9088D1
(144,136,209)
#9A92D5
(154,146,213)
#A49CD9
(164,156,217)
#AEA6DD
(174,166,221)
#B8B0E1
(184,176,225)
#C2BAE5
(194,186,229)
#CCC4E9
(204,196,233)
#D6CEED
(214,206,237)
#E0D8F1
(224,216,241)
#EAE2F5
(234,226,245)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9088D1 color. Also use rgb(144,136,209) instead hex code.

Text Font Color

.myTextColor { color: #9088D1; }

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

This text font color is #9088D1.


Background Color

.myBgColor { background-color: #9088D1; }

<div style="background-color:#9088D1">Inner text</div>

This div background color is #9088D1.


Border color

.myBorderColor { border: 1px solid #9088D1; }

<div style="border:3px solid #9088D1">Div</div>

This div border color is #9088D1.


Opacity

.myOpacity80 { color: #9088D1; opacity: 0.8; }

<p style="color:#9088D1;opacity:0.8;">80%</p>

Text with #9088D1 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 #9088D1;}

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

This text has shadow with #9088D1 color.

.textShadow {text-shadow: 3px 3px 1px #9088D1, 3px 3px 1px red;}

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

This text has shadow with #9088D1 primary color and red secondary color.


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

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

This text has shadow with #9088D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9088D1 on black background.


Color preview on white background

This text has color #9088D1 on white background.



Black color preview on #9088D1 background

This text has black color on #9088D1 background.


White color preview on #9088D1 background

This text has white color on #9088D1 background.