COLOR #995AF7

HEX: #995AF7
RGB: (153,90,247)

Color info

#995AF7 contains mainly blue color. Web safe color of #995AF7 is #9966FF (or #96F).

RGB color model

#995AF7 color RGB value is (153,90,247).

  • red value is 153;
  • green value is 90;
  • blue value is 247.
RGB:
(153,90,247)
(60%,35%,97%)

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 247 of 255 = 97%

153
90
247

R + G + B ~ 64%. #995AF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 247 = 490 (100%)
R 153 of 490 ~ 31.22%
G 90 of 490 ~ 18.37%
B 247 of 490 ~ 50.41%

%31.22
%18.37
%50.41

CMYK color model

#995AF7 color CMYK value is (38,64,0,3).

  • cyan value is 38.06%
  • magenta value is 63.56%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(38,64,0,3)
C38M64Y0K3 
(38%,64%,0%,3%)
(0.38/0.64/0.00/0.03)	

CMYK percentages

%38.06
%63.56
%0
%3.14

Codes

Color #995AF7 in popluar color models

995AF7
RGB15390247
HSL264°90.75%66.08%
HSB/HSV264°63.56%96.86%
CMYK38.06%63.56%0.00%
3.14%

Color #995AF7 in popluar number systems.

HEX995AF7
Decimal15390247
Binary10011001101101011110111
Octal231132367

Shades and tints

Shades of #995AF7

#995AF7
(153,90,247)
#8C52E1
(140,82,225)
#7F4ACB
(127,74,203)
#7242B5
(114,66,181)
#653A9F
(101,58,159)
#583289
(88,50,137)
#4B2A73
(75,42,115)
#3E225D
(62,34,93)
#311A47
(49,26,71)
#241231
(36,18,49)
#170A1B
(23,10,27)
#000000
(0,0,0)

Tints of #995AF7

#995AF7
(153,90,247)
#A269F7
(162,105,247)
#AB78F7
(171,120,247)
#B487F7
(180,135,247)
#BD96F7
(189,150,247)
#C6A5F7
(198,165,247)
#CFB4F7
(207,180,247)
#D8C3F7
(216,195,247)
#E1D2F7
(225,210,247)
#EAE1F7
(234,225,247)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995AF7 color. Also use rgb(153,90,247) instead hex code.

Text Font Color

.myTextColor { color: #995AF7; }

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

This text font color is #995AF7.


Background Color

.myBgColor { background-color: #995AF7; }

<div style="background-color:#995AF7">Inner text</div>

This div background color is #995AF7.


Border color

.myBorderColor { border: 1px solid #995AF7; }

<div style="border:3px solid #995AF7">Div</div>

This div border color is #995AF7.


Opacity

.myOpacity80 { color: #995AF7; opacity: 0.8; }

<p style="color:#995AF7;opacity:0.8;">80%</p>

Text with #995AF7 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 #995AF7;}

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

This text has shadow with #995AF7 color.

.textShadow {text-shadow: 3px 3px 1px #995AF7, 3px 3px 1px red;}

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

This text has shadow with #995AF7 primary color and red secondary color.


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

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

This text has shadow with #995AF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995AF7 on black background.


Color preview on white background

This text has color #995AF7 on white background.



Black color preview on #995AF7 background

This text has black color on #995AF7 background.


White color preview on #995AF7 background

This text has white color on #995AF7 background.