COLOR #9593CF

HEX: #9593CF RGB: (149,147,207)

Color info

#9593CF contains mainly red and blue colors. Web safe color of #9593CF is #9999CC (or #99C).

RGB color model

#9593CF color RGB value is (149,147,207).

RGB: (149,147,207) (58%, 58%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 207 of 255 = 81%

149
147
207

R + G + B ~ 66%. #9593CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 147 + 207 = 503 (100%)
R 149 of 503 ~ 29.62%
G 147 of 503 ~ 29.22%
B 207 of 503 ~ 41.15'%

%29.62
%29.22
%41.15

CMYK color model

#9593CF color CMYK value is (28,29,0,19).

  • cyan value is 28.02%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (28,29,0,19)
C28M29Y0K19 (28%, 29%, 0%, 19%)
(0.28 / 0.29 / 0.00 / 0.19)

CMYK percentages

%28.02
%28.99
%0
%18.82

Codes

Color #9593CF in popluar color models

95 93 CF
RGB 149 147 207
HSL 242° 38.46% 69.41%
HSB/HSV 242° 28.99% 81.18%
CMYK 28.02% 28.99% 0.00%
18.82%

Color #9593CF in popluar number systems.

HEX 95 93 CF
Decimal 149 147 207
Binary 10010101 10010011 11001111
Octal 225 223 317

Shades and tints

Shades of #9593CF

#9593CF
(149,147,207)
#8886BD
(136,134,189)
#7B79AB
(123,121,171)
#6E6C99
(110,108,153)
#615F87
(97,95,135)
#545275
(84,82,117)
#474563
(71,69,99)
#3A3851
(58,56,81)
#2D2B3F
(45,43,63)
#201E2D
(32,30,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #9593CF

#9593CF
(149,147,207)
#9E9CD3
(158,156,211)
#A7A5D7
(167,165,215)
#B0AEDB
(176,174,219)
#B9B7DF
(185,183,223)
#C2C0E3
(194,192,227)
#CBC9E7
(203,201,231)
#D4D2EB
(212,210,235)
#DDDBEF
(221,219,239)
#E6E4F3
(230,228,243)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9593CF color. Also use rgb(149,147,207) instead hex code.

Text Font Color

.myTextColor { color: #9593CF; }

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

This text font color is #9593CF.

Background Color

.myBgColor { background-color: #9593CF; }

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

This div background color is #9593CF.

Border color

.myBorderColor { border: 1px solid #9593CF; }

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

This div border color is #9593CF.

Opacity

.myOpacity80 { color: #9593CF; opacity: 0.8; }

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

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

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

This text has shadow with #9593CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9593CF.

Preview

Color preview on black background

This text has color #9593CF on black background.


Color preview on white background

This text has color #9593CF on white background.


Black color preview on #9593CF background

This text has black color on #9593CF background.


White color preview on #9593CF background

This text has white color on #9593CF background.


Related colors

Complementary color

Complementary color for #hex is #6A6C30.


I love getcolorcode.com

Triadic colors

1 #CF9593 and #93CF95 with #9593CF are triadic colors.

2 #CF9395 and #9395CF with #9593CF are triadic colors.