COLOR #971462

HEX: #971462
RGB: (151,20,98)

Color info

#971462 contains mainly red and blue colors. Web safe color of #971462 is #990066 (or #906).

RGB color model

#971462 color RGB value is (151,20,98).

  • red value is 151;
  • green value is 20;
  • blue value is 98.
RGB:
(151,20,98)
(59%,8%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 20 of 255 = 8%
B 98 of 255 = 38%

151
20
98

R + G + B ~ 35%. #971462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 20 + 98 = 269 (100%)
R 151 of 269 ~ 56.13%
G 20 of 269 ~ 7.43%
B 98 of 269 ~ 36.43%

%56.13
%36.43

CMYK color model

#971462 color CMYK value is (0,87,35,41).

  • cyan value is 0.00%
  • magenta value is 86.75%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(0,87,35,41)
C0M87Y35K41 
(0%,87%,35%,41%)
(0.00/0.87/0.35/0.41)	

CMYK percentages

%0
%86.75
%35.1
%40.78

Codes

Color #971462 in popluar color models

971462
RGB1512098
HSL324°76.61%33.53%
HSB/HSV324°86.75%59.22%
CMYK0.00%86.75%35.10%
40.78%

Color #971462 in popluar number systems.

HEX971462
Decimal1512098
Binary10010111101001100010
Octal22724142

Shades and tints

Shades of #971462

#971462
(151,20,98)
#8A135A
(138,19,90)
#7D1252
(125,18,82)
#70114A
(112,17,74)
#631042
(99,16,66)
#560F3A
(86,15,58)
#490E32
(73,14,50)
#3C0D2A
(60,13,42)
#2F0C22
(47,12,34)
#220B1A
(34,11,26)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #971462

#971462
(151,20,98)
#A02970
(160,41,112)
#A93E7E
(169,62,126)
#B2538C
(178,83,140)
#BB689A
(187,104,154)
#C47DA8
(196,125,168)
#CD92B6
(205,146,182)
#D6A7C4
(214,167,196)
#DFBCD2
(223,188,210)
#E8D1E0
(232,209,224)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #971462 color. Also use rgb(151,20,98) instead hex code.

Text Font Color

.myTextColor { color: #971462; }

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

This text font color is #971462.


Background Color

.myBgColor { background-color: #971462; }

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

This div background color is #971462.


Border color

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

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

This div border color is #971462.


Opacity

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

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

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

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

This text has shadow with #971462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971462 on black background.


Color preview on white background

This text has color #971462 on white background.



Black color preview on #971462 background

This text has black color on #971462 background.


White color preview on #971462 background

This text has white color on #971462 background.