COLOR #9475E6

HEX: #9475E6
RGB: (148,117,230)

Color info

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

RGB color model

#9475E6 color RGB value is (148,117,230).

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

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 230 of 255 = 90%

148
117
230

R + G + B ~ 65%. #9475E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 230 = 495 (100%)
R 148 of 495 ~ 29.9%
G 117 of 495 ~ 23.64%
B 230 of 495 ~ 46.46%

%29.9
%23.64
%46.46

CMYK color model

#9475E6 color CMYK value is (36,49,0,10).

  • cyan value is 35.65%
  • magenta value is 49.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(36,49,0,10)
C36M49Y0K10 
(36%,49%,0%,10%)
(0.36/0.49/0.00/0.10)	

CMYK percentages

%35.65
%49.13
%0
%9.8

Codes

Color #9475E6 in popluar color models

9475E6
RGB148117230
HSL256°69.33%68.04%
HSB/HSV256°49.13%90.20%
CMYK35.65%49.13%0.00%
9.80%

Color #9475E6 in popluar number systems.

HEX9475E6
Decimal148117230
Binary10010100111010111100110
Octal224165346

Shades and tints

Shades of #9475E6

#9475E6
(148,117,230)
#876BD2
(135,107,210)
#7A61BE
(122,97,190)
#6D57AA
(109,87,170)
#604D96
(96,77,150)
#534382
(83,67,130)
#46396E
(70,57,110)
#392F5A
(57,47,90)
#2C2546
(44,37,70)
#1F1B32
(31,27,50)
#12111E
(18,17,30)
#000000
(0,0,0)

Tints of #9475E6

#9475E6
(148,117,230)
#9D81E8
(157,129,232)
#A68DEA
(166,141,234)
#AF99EC
(175,153,236)
#B8A5EE
(184,165,238)
#C1B1F0
(193,177,240)
#CABDF2
(202,189,242)
#D3C9F4
(211,201,244)
#DCD5F6
(220,213,246)
#E5E1F8
(229,225,248)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9475E6; }

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

This text font color is #9475E6.


Background Color

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

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

This div background color is #9475E6.


Border color

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

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

This div border color is #9475E6.


Opacity

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

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

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

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

This text has shadow with #9475E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9475E6 on black background.


Color preview on white background

This text has color #9475E6 on white background.



Black color preview on #9475E6 background

This text has black color on #9475E6 background.


White color preview on #9475E6 background

This text has white color on #9475E6 background.