COLOR #9475CC

HEX: #9475CC
RGB: (148,117,204)

Color info

#9475CC contains mainly red and blue colors. Web safe color of #9475CC is #9966CC (or #96C).

RGB color model

#9475CC color RGB value is (148,117,204).

  • red value is 148;
  • green value is 117;
  • blue value is 204.
RGB:
(148,117,204)
(58%,46%,80%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 204 of 255 = 80%

148
117
204

R + G + B ~ 61%. #9475CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 204 = 469 (100%)
R 148 of 469 ~ 31.56%
G 117 of 469 ~ 24.95%
B 204 of 469 ~ 43.5%

%31.56
%24.95
%43.5

CMYK color model

#9475CC color CMYK value is (27,43,0,20).

  • cyan value is 27.45%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(27,43,0,20)
C27M43Y0K20 
(27%,43%,0%,20%)
(0.27/0.43/0.00/0.20)	

CMYK percentages

%27.45
%42.65
%0
%20

Codes

Color #9475CC in popluar color models

9475CC
RGB148117204
HSL261°46.03%62.94%
HSB/HSV261°42.65%80.00%
CMYK27.45%42.65%0.00%
20.00%

Color #9475CC in popluar number systems.

HEX9475CC
Decimal148117204
Binary10010100111010111001100
Octal224165314

Shades and tints

Shades of #9475CC

#9475CC
(148,117,204)
#876BBA
(135,107,186)
#7A61A8
(122,97,168)
#6D5796
(109,87,150)
#604D84
(96,77,132)
#534372
(83,67,114)
#463960
(70,57,96)
#392F4E
(57,47,78)
#2C253C
(44,37,60)
#1F1B2A
(31,27,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #9475CC

#9475CC
(148,117,204)
#9D81D0
(157,129,208)
#A68DD4
(166,141,212)
#AF99D8
(175,153,216)
#B8A5DC
(184,165,220)
#C1B1E0
(193,177,224)
#CABDE4
(202,189,228)
#D3C9E8
(211,201,232)
#DCD5EC
(220,213,236)
#E5E1F0
(229,225,240)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9475CC color. Also use rgb(148,117,204) instead hex code.

Text Font Color

.myTextColor { color: #9475CC; }

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

This text font color is #9475CC.


Background Color

.myBgColor { background-color: #9475CC; }

<div style="background-color:#9475CC">Inner text</div>

This div background color is #9475CC.


Border color

.myBorderColor { border: 1px solid #9475CC; }

<div style="border:3px solid #9475CC">Div</div>

This div border color is #9475CC.


Opacity

.myOpacity80 { color: #9475CC; opacity: 0.8; }

<p style="color:#9475CC;opacity:0.8;">80%</p>

Text with #9475CC 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 #9475CC;}

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

This text has shadow with #9475CC color.

.textShadow {text-shadow: 3px 3px 1px #9475CC, 3px 3px 1px red;}

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

This text has shadow with #9475CC primary color and red secondary color.


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

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

This text has shadow with #9475CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9475CC on black background.


Color preview on white background

This text has color #9475CC on white background.



Black color preview on #9475CC background

This text has black color on #9475CC background.


White color preview on #9475CC background

This text has white color on #9475CC background.