COLOR #9553D5

HEX: #9553D5 RGB: (149,83,213)

Color info

#9553D5 contains mainly blue color. Web safe color of #9553D5 is #9966CC (or #96C).

RGB color model

#9553D5 color RGB value is (149,83,213).

RGB: (149,83,213) (58%, 33%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 83 of 255 = 33%
B 213 of 255 = 84%

149
83
213

R + G + B ~ 58%. #9553D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 83 + 213 = 445 (100%)
R 149 of 445 ~ 33.48%
G 83 of 445 ~ 18.65%
B 213 of 445 ~ 47.87'%

%33.48
%18.65
%47.87

CMYK color model

#9553D5 color CMYK value is (30,61,0,16).

  • cyan value is 30.05%
  • magenta value is 61.03%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (30,61,0,16)
C30M61Y0K16 (30%, 61%, 0%, 16%)
(0.30 / 0.61 / 0.00 / 0.16)

CMYK percentages

%30.05
%61.03
%0
%16.47

Codes

Color #9553D5 in popluar color models

95 53 D5
RGB 149 83 213
HSL 270° 60.75% 58.04%
HSB/HSV 270° 61.03% 83.53%
CMYK 30.05% 61.03% 0.00%
16.47%

Color #9553D5 in popluar number systems.

HEX 95 53 D5
Decimal 149 83 213
Binary 10010101 1010011 11010101
Octal 225 123 325

Shades and tints

Shades of #9553D5

#9553D5
(149,83,213)
#884CC2
(136,76,194)
#7B45AF
(123,69,175)
#6E3E9C
(110,62,156)
#613789
(97,55,137)
#543076
(84,48,118)
#472963
(71,41,99)
#3A2250
(58,34,80)
#2D1B3D
(45,27,61)
#20142A
(32,20,42)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #9553D5

#9553D5
(149,83,213)
#9E62D8
(158,98,216)
#A771DB
(167,113,219)
#B080DE
(176,128,222)
#B98FE1
(185,143,225)
#C29EE4
(194,158,228)
#CBADE7
(203,173,231)
#D4BCEA
(212,188,234)
#DDCBED
(221,203,237)
#E6DAF0
(230,218,240)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9553D5 color. Also use rgb(149,83,213) instead hex code.

Text Font Color

.myTextColor { color: #9553D5; }

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

This text font color is #9553D5.

Background Color

.myBgColor { background-color: #9553D5; }

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

This div background color is #9553D5.

Border color

.myBorderColor { border: 1px solid #9553D5; }

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

This div border color is #9553D5.

Opacity

.myOpacity80 { color: #9553D5; opacity: 0.8; }

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

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

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

This text has shadow with #9553D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9553D5.

Preview

Color preview on black background

This text has color #9553D5 on black background.


Color preview on white background

This text has color #9553D5 on white background.


Black color preview on #9553D5 background

This text has black color on #9553D5 background.


White color preview on #9553D5 background

This text has white color on #9553D5 background.


Related colors

Complementary color

Complementary color for #hex is #6AAC2A.


I love getcolorcode.com

Triadic colors

1 #D59553 and #53D595 with #9553D5 are triadic colors.

2 #D55395 and #5395D5 with #9553D5 are triadic colors.