COLOR #90648C

HEX: #90648C
RGB: (144,100,140)

Color info

#90648C contains red, green and blue colors in about the same proportion. Web safe color of #90648C is #996699 (or #969).

RGB color model

#90648C color RGB value is (144,100,140).

  • red value is 144;
  • green value is 100;
  • blue value is 140.
RGB:
(144,100,140)
(56%,39%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 100 of 255 = 39%
B 140 of 255 = 55%

144
100
140

R + G + B ~ 50%. #90648C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 100 + 140 = 384 (100%)
R 144 of 384 ~ 37.5%
G 100 of 384 ~ 26.04%
B 140 of 384 ~ 36.46%

%37.5
%26.04
%36.46

CMYK color model

#90648C color CMYK value is (0,31,3,44).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(0,31,3,44)
C0M31Y3K44 
(0%,31%,3%,44%)
(0.00/0.31/0.03/0.44)	

CMYK percentages

%0
%30.56
%2.78
%43.53

Codes

Color #90648C in popluar color models

90648C
RGB144100140
HSL305°18.03%47.84%
HSB/HSV305°30.56%56.47%
CMYK0.00%30.56%2.78%
43.53%

Color #90648C in popluar number systems.

HEX90648C
Decimal144100140
Binary10010000110010010001100
Octal220144214

Shades and tints

Shades of #90648C

#90648C
(144,100,140)
#835B80
(131,91,128)
#765274
(118,82,116)
#694968
(105,73,104)
#5C405C
(92,64,92)
#4F3750
(79,55,80)
#422E44
(66,46,68)
#352538
(53,37,56)
#281C2C
(40,28,44)
#1B1320
(27,19,32)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #90648C

#90648C
(144,100,140)
#9A7296
(154,114,150)
#A480A0
(164,128,160)
#AE8EAA
(174,142,170)
#B89CB4
(184,156,180)
#C2AABE
(194,170,190)
#CCB8C8
(204,184,200)
#D6C6D2
(214,198,210)
#E0D4DC
(224,212,220)
#EAE2E6
(234,226,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90648C color. Also use rgb(144,100,140) instead hex code.

Text Font Color

.myTextColor { color: #90648C; }

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

This text font color is #90648C.


Background Color

.myBgColor { background-color: #90648C; }

<div style="background-color:#90648C">Inner text</div>

This div background color is #90648C.


Border color

.myBorderColor { border: 1px solid #90648C; }

<div style="border:3px solid #90648C">Div</div>

This div border color is #90648C.


Opacity

.myOpacity80 { color: #90648C; opacity: 0.8; }

<p style="color:#90648C;opacity:0.8;">80%</p>

Text with #90648C 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 #90648C;}

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

This text has shadow with #90648C color.

.textShadow {text-shadow: 3px 3px 1px #90648C, 3px 3px 1px red;}

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

This text has shadow with #90648C primary color and red secondary color.


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

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

This text has shadow with #90648C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90648C on black background.


Color preview on white background

This text has color #90648C on white background.



Black color preview on #90648C background

This text has black color on #90648C background.


White color preview on #90648C background

This text has white color on #90648C background.