COLOR #963088

HEX: #963088
RGB: (150,48,136)

Color info

#963088 contains mainly red and blue colors. Web safe color of #963088 is #993399 (or #939).

RGB color model

#963088 color RGB value is (150,48,136).

  • red value is 150;
  • green value is 48;
  • blue value is 136.
RGB:
(150,48,136)
(59%,19%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 48 of 255 = 19%
B 136 of 255 = 53%

150
48
136

R + G + B ~ 44%. #963088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 48 + 136 = 334 (100%)
R 150 of 334 ~ 44.91%
G 48 of 334 ~ 14.37%
B 136 of 334 ~ 40.72%

%44.91
%14.37
%40.72

CMYK color model

#963088 color CMYK value is (0,68,9,41).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(0,68,9,41)
C0M68Y9K41 
(0%,68%,9%,41%)
(0.00/0.68/0.09/0.41)	

CMYK percentages

%0
%68
%9.33
%41.18

Codes

Color #963088 in popluar color models

963088
RGB15048136
HSL308°51.52%38.82%
HSB/HSV308°68.00%58.82%
CMYK0.00%68.00%9.33%
41.18%

Color #963088 in popluar number systems.

HEX963088
Decimal15048136
Binary1001011011000010001000
Octal22660210

Shades and tints

Shades of #963088

#963088
(150,48,136)
#892C7C
(137,44,124)
#7C2870
(124,40,112)
#6F2464
(111,36,100)
#622058
(98,32,88)
#551C4C
(85,28,76)
#481840
(72,24,64)
#3B1434
(59,20,52)
#2E1028
(46,16,40)
#210C1C
(33,12,28)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #963088

#963088
(150,48,136)
#9F4292
(159,66,146)
#A8549C
(168,84,156)
#B166A6
(177,102,166)
#BA78B0
(186,120,176)
#C38ABA
(195,138,186)
#CC9CC4
(204,156,196)
#D5AECE
(213,174,206)
#DEC0D8
(222,192,216)
#E7D2E2
(231,210,226)
#F0E4EC
(240,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963088 color. Also use rgb(150,48,136) instead hex code.

Text Font Color

.myTextColor { color: #963088; }

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

This text font color is #963088.


Background Color

.myBgColor { background-color: #963088; }

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

This div background color is #963088.


Border color

.myBorderColor { border: 1px solid #963088; }

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

This div border color is #963088.


Opacity

.myOpacity80 { color: #963088; opacity: 0.8; }

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

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

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

This text has shadow with #963088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963088 on black background.


Color preview on white background

This text has color #963088 on white background.



Black color preview on #963088 background

This text has black color on #963088 background.


White color preview on #963088 background

This text has white color on #963088 background.