COLOR #9595F0

HEX: #9595F0
RGB: (149,149,240)

Color info

#9595F0 contains mainly blue color. Web safe color of #9595F0 is #9999FF (or #99F).

RGB color model

#9595F0 color RGB value is (149,149,240).

  • red value is 149;
  • green value is 149;
  • blue value is 240.
RGB:
(149,149,240)
(58%,58%,94%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 240 of 255 = 94%

149
149
240

R + G + B ~ 70%. #9595F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 240 = 538 (100%)
R 149 of 538 ~ 27.7%
G 149 of 538 ~ 27.7%
B 240 of 538 ~ 44.61%

%27.7
%27.7
%44.61

CMYK color model

#9595F0 color CMYK value is (38,38,0,6).

  • cyan value is 37.92%
  • magenta value is 37.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(38,38,0,6)
C38M38Y0K6 
(38%,38%,0%,6%)
(0.38/0.38/0.00/0.06)	

CMYK percentages

%37.92
%37.92
%0
%5.88

Codes

Color #9595F0 in popluar color models

9595F0
RGB149149240
HSL240°75.21%76.27%
HSB/HSV240°37.92%94.12%
CMYK37.92%37.92%0.00%
5.88%

Color #9595F0 in popluar number systems.

HEX9595F0
Decimal149149240
Binary100101011001010111110000
Octal225225360

Shades and tints

Shades of #9595F0

#9595F0
(149,149,240)
#8888DB
(136,136,219)
#7B7BC6
(123,123,198)
#6E6EB1
(110,110,177)
#61619C
(97,97,156)
#545487
(84,84,135)
#474772
(71,71,114)
#3A3A5D
(58,58,93)
#2D2D48
(45,45,72)
#202033
(32,32,51)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #9595F0

#9595F0
(149,149,240)
#9E9EF1
(158,158,241)
#A7A7F2
(167,167,242)
#B0B0F3
(176,176,243)
#B9B9F4
(185,185,244)
#C2C2F5
(194,194,245)
#CBCBF6
(203,203,246)
#D4D4F7
(212,212,247)
#DDDDF8
(221,221,248)
#E6E6F9
(230,230,249)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9595F0 color. Also use rgb(149,149,240) instead hex code.

Text Font Color

.myTextColor { color: #9595F0; }

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

This text font color is #9595F0.


Background Color

.myBgColor { background-color: #9595F0; }

<div style="background-color:#9595F0">Inner text</div>

This div background color is #9595F0.


Border color

.myBorderColor { border: 1px solid #9595F0; }

<div style="border:3px solid #9595F0">Div</div>

This div border color is #9595F0.


Opacity

.myOpacity80 { color: #9595F0; opacity: 0.8; }

<p style="color:#9595F0;opacity:0.8;">80%</p>

Text with #9595F0 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 #9595F0;}

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

This text has shadow with #9595F0 color.

.textShadow {text-shadow: 3px 3px 1px #9595F0, 3px 3px 1px red;}

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

This text has shadow with #9595F0 primary color and red secondary color.


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

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

This text has shadow with #9595F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9595F0 on black background.


Color preview on white background

This text has color #9595F0 on white background.



Black color preview on #9595F0 background

This text has black color on #9595F0 background.


White color preview on #9595F0 background

This text has white color on #9595F0 background.