COLOR #952A93

HEX: #952A93 RGB: (149,42,147)

Color info

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

RGB color model

#952A93 color RGB value is (149,42,147).

RGB: (149,42,147) (58%, 16%, 58%)

RGB channels and saturation

R 149 of 255 = 58%
G 42 of 255 = 16%
B 147 of 255 = 58%

149
42
147

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

Portions of RGB colors in percentages

R + G + B = 149 + 42 + 147 = 338 (100%)
R 149 of 338 ~ 44.08%
G 42 of 338 ~ 12.43%
B 147 of 338 ~ 43.49'%

%44.08
%12.43
%43.49

CMYK color model

#952A93 color CMYK value is (0,72,1,42).

  • cyan value is 0.00%
  • magenta value is 71.81%
  • yellow value is 1.34%
  • key color value is 41.57%

CMYK: (0,72,1,42)
C0M72Y1K42 (0%, 72%, 1%, 42%)
(0.00 / 0.72 / 0.01 / 0.42)

CMYK percentages

%0
%71.81
%1.34
%41.57

Codes

Color #952A93 in popluar color models

95 2A 93
RGB 149 42 147
HSL 301° 56.02% 37.45%
HSB/HSV 301° 71.81% 58.43%
CMYK 0.00% 71.81% 1.34%
41.57%

Color #952A93 in popluar number systems.

HEX 95 2A 93
Decimal 149 42 147
Binary 10010101 101010 10010011
Octal 225 52 223

Shades and tints

Shades of #952A93

#952A93
(149,42,147)
#882786
(136,39,134)
#7B2479
(123,36,121)
#6E216C
(110,33,108)
#611E5F
(97,30,95)
#541B52
(84,27,82)
#471845
(71,24,69)
#3A1538
(58,21,56)
#2D122B
(45,18,43)
#200F1E
(32,15,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #952A93

#952A93
(149,42,147)
#9E3D9C
(158,61,156)
#A750A5
(167,80,165)
#B063AE
(176,99,174)
#B976B7
(185,118,183)
#C289C0
(194,137,192)
#CB9CC9
(203,156,201)
#D4AFD2
(212,175,210)
#DDC2DB
(221,194,219)
#E6D5E4
(230,213,228)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952A93 color. Also use rgb(149,42,147) instead hex code.

Text Font Color

.myTextColor { color: #952A93; }

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

This text font color is #952A93.

Background Color

.myBgColor { background-color: #952A93; }

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

This div background color is #952A93.

Border color

.myBorderColor { border: 1px solid #952A93; }

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

This div border color is #952A93.

Opacity

.myOpacity80 { color: #952A93; opacity: 0.8; }

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

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

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

This text has shadow with #952A93 color.


.textShadow {text-shadow: 3px 3px 1px #952A93', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #952A93; -webkit-box-shadow: 1px 1px 3px 2px #952A93; box-shadow:1px 1px 3px 2px #952A93;">
Div content here
</div>

This div box has shadow with color #952A93.

Preview

Color preview on black background

This text has color #952A93 on black background.


Color preview on white background

This text has color #952A93 on white background.


Black color preview on #952A93 background

This text has black color on #952A93 background.


White color preview on #952A93 background

This text has white color on #952A93 background.


Related colors

Complementary color

Complementary color for #hex is #6AD56C.


I love getcolorcode.com

Triadic colors

1 #93952A and #2A9395 with #952A93 are triadic colors.

2 #932A95 and #2A9593 with #952A93 are triadic colors.