COLOR #9453AB

HEX: #9453AB
RGB: (148,83,171)

Color info

#9453AB contains mainly red and blue colors. Web safe color of #9453AB is #996699 (or #969).

RGB color model

#9453AB color RGB value is (148,83,171).

  • red value is 148;
  • green value is 83;
  • blue value is 171.
RGB:
(148,83,171)
(58%,33%,67%)

RGB channels and saturation

R 148 of 255 = 58%
G 83 of 255 = 33%
B 171 of 255 = 67%

148
83
171

R + G + B ~ 53%. #9453AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 83 + 171 = 402 (100%)
R 148 of 402 ~ 36.82%
G 83 of 402 ~ 20.65%
B 171 of 402 ~ 42.54%

%36.82
%20.65
%42.54

CMYK color model

#9453AB color CMYK value is (13,51,0,33).

  • cyan value is 13.45%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,51,0,33)
C13M51Y0K33 
(13%,51%,0%,33%)
(0.13/0.51/0.00/0.33)	

CMYK percentages

%13.45
%51.46
%0
%32.94

Codes

Color #9453AB in popluar color models

9453AB
RGB14883171
HSL284°34.65%49.80%
HSB/HSV284°51.46%67.06%
CMYK13.45%51.46%0.00%
32.94%

Color #9453AB in popluar number systems.

HEX9453AB
Decimal14883171
Binary10010100101001110101011
Octal224123253

Shades and tints

Shades of #9453AB

#9453AB
(148,83,171)
#874C9C
(135,76,156)
#7A458D
(122,69,141)
#6D3E7E
(109,62,126)
#60376F
(96,55,111)
#533060
(83,48,96)
#462951
(70,41,81)
#392242
(57,34,66)
#2C1B33
(44,27,51)
#1F1424
(31,20,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9453AB

#9453AB
(148,83,171)
#9D62B2
(157,98,178)
#A671B9
(166,113,185)
#AF80C0
(175,128,192)
#B88FC7
(184,143,199)
#C19ECE
(193,158,206)
#CAADD5
(202,173,213)
#D3BCDC
(211,188,220)
#DCCBE3
(220,203,227)
#E5DAEA
(229,218,234)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9453AB color. Also use rgb(148,83,171) instead hex code.

Text Font Color

.myTextColor { color: #9453AB; }

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

This text font color is #9453AB.


Background Color

.myBgColor { background-color: #9453AB; }

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

This div background color is #9453AB.


Border color

.myBorderColor { border: 1px solid #9453AB; }

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

This div border color is #9453AB.


Opacity

.myOpacity80 { color: #9453AB; opacity: 0.8; }

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

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

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

This text has shadow with #9453AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9453AB on black background.


Color preview on white background

This text has color #9453AB on white background.



Black color preview on #9453AB background

This text has black color on #9453AB background.


White color preview on #9453AB background

This text has white color on #9453AB background.