COLOR #970BB0

HEX: #970BB0
RGB: (151,11,176)

Color info

#970BB0 contains mainly red and blue colors. Web safe color of #970BB0 is #990099 (or #909).

RGB color model

#970BB0 color RGB value is (151,11,176).

  • red value is 151;
  • green value is 11;
  • blue value is 176.
RGB:
(151,11,176)
(59%,4%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 11 of 255 = 4%
B 176 of 255 = 69%

151
11
176

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

Portions of RGB colors in percentages

R + G + B =
151 + 11 + 176 = 338 (100%)
R 151 of 338 ~ 44.67%
G 11 of 338 ~ 3.25%
B 176 of 338 ~ 52.07%

%44.67
%52.07

CMYK color model

#970BB0 color CMYK value is (14,94,0,31).

  • cyan value is 14.20%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(14,94,0,31)
C14M94Y0K31 
(14%,94%,0%,31%)
(0.14/0.94/0.00/0.31)	

CMYK percentages

%14.2
%93.75
%0
%30.98

Codes

Color #970BB0 in popluar color models

970BB0
RGB15111176
HSL291°88.24%36.67%
HSB/HSV291°93.75%69.02%
CMYK14.20%93.75%0.00%
30.98%

Color #970BB0 in popluar number systems.

HEX970BB0
Decimal15111176
Binary10010111101110110000
Octal22713260

Shades and tints

Shades of #970BB0

#970BB0
(151,11,176)
#8A0AA0
(138,10,160)
#7D0990
(125,9,144)
#700880
(112,8,128)
#630770
(99,7,112)
#560660
(86,6,96)
#490550
(73,5,80)
#3C0440
(60,4,64)
#2F0330
(47,3,48)
#220220
(34,2,32)
#150110
(21,1,16)
#000000
(0,0,0)

Tints of #970BB0

#970BB0
(151,11,176)
#A021B7
(160,33,183)
#A937BE
(169,55,190)
#B24DC5
(178,77,197)
#BB63CC
(187,99,204)
#C479D3
(196,121,211)
#CD8FDA
(205,143,218)
#D6A5E1
(214,165,225)
#DFBBE8
(223,187,232)
#E8D1EF
(232,209,239)
#F1E7F6
(241,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #970BB0 color. Also use rgb(151,11,176) instead hex code.

Text Font Color

.myTextColor { color: #970BB0; }

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

This text font color is #970BB0.


Background Color

.myBgColor { background-color: #970BB0; }

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

This div background color is #970BB0.


Border color

.myBorderColor { border: 1px solid #970BB0; }

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

This div border color is #970BB0.


Opacity

.myOpacity80 { color: #970BB0; opacity: 0.8; }

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

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

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

This text has shadow with #970BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #970BB0 on black background.


Color preview on white background

This text has color #970BB0 on white background.



Black color preview on #970BB0 background

This text has black color on #970BB0 background.


White color preview on #970BB0 background

This text has white color on #970BB0 background.