COLOR #9585D0

HEX: #9585D0 RGB: (149,133,208)

Color info

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

RGB color model

#9585D0 color RGB value is (149,133,208).

RGB: (149,133,208) (58%, 52%, 82%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 208 of 255 = 82%

149
133
208

R + G + B ~ 64%. #9585D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 133 + 208 = 490 (100%)
R 149 of 490 ~ 30.41%
G 133 of 490 ~ 27.14%
B 208 of 490 ~ 42.45'%

%30.41
%27.14
%42.45

CMYK color model

#9585D0 color CMYK value is (28,36,0,18).

  • cyan value is 28.37%
  • magenta value is 36.06%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (28,36,0,18)
C28M36Y0K18 (28%, 36%, 0%, 18%)
(0.28 / 0.36 / 0.00 / 0.18)

CMYK percentages

%28.37
%36.06
%0
%18.43

Codes

Color #9585D0 in popluar color models

95 85 D0
RGB 149 133 208
HSL 253° 44.38% 66.86%
HSB/HSV 253° 36.06% 81.57%
CMYK 28.37% 36.06% 0.00%
18.43%

Color #9585D0 in popluar number systems.

HEX 95 85 D0
Decimal 149 133 208
Binary 10010101 10000101 11010000
Octal 225 205 320

Shades and tints

Shades of #9585D0

#9585D0
(149,133,208)
#8879BE
(136,121,190)
#7B6DAC
(123,109,172)
#6E619A
(110,97,154)
#615588
(97,85,136)
#544976
(84,73,118)
#473D64
(71,61,100)
#3A3152
(58,49,82)
#2D2540
(45,37,64)
#20192E
(32,25,46)
#130D1C
(19,13,28)
#000000
(0,0,0)

Tints of #9585D0

#9585D0
(149,133,208)
#9E90D4
(158,144,212)
#A79BD8
(167,155,216)
#B0A6DC
(176,166,220)
#B9B1E0
(185,177,224)
#C2BCE4
(194,188,228)
#CBC7E8
(203,199,232)
#D4D2EC
(212,210,236)
#DDDDF0
(221,221,240)
#E6E8F4
(230,232,244)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9585D0 color. Also use rgb(149,133,208) instead hex code.

Text Font Color

.myTextColor { color: #9585D0; }

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

This text font color is #9585D0.

Background Color

.myBgColor { background-color: #9585D0; }

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

This div background color is #9585D0.

Border color

.myBorderColor { border: 1px solid #9585D0; }

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

This div border color is #9585D0.

Opacity

.myOpacity80 { color: #9585D0; opacity: 0.8; }

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

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

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

This text has shadow with #9585D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9585D0.

Preview

Color preview on black background

This text has color #9585D0 on black background.


Color preview on white background

This text has color #9585D0 on white background.


Black color preview on #9585D0 background

This text has black color on #9585D0 background.


White color preview on #9585D0 background

This text has white color on #9585D0 background.


Related colors

Complementary color

Complementary color for #hex is #6A7A2F.


I love getcolorcode.com

Triadic colors

1 #D09585 and #85D095 with #9585D0 are triadic colors.

2 #D08595 and #8595D0 with #9585D0 are triadic colors.