COLOR #9975F2

HEX: #9975F2
RGB: (153,117,242)

Color info

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

RGB color model

#9975F2 color RGB value is (153,117,242).

  • red value is 153;
  • green value is 117;
  • blue value is 242.
RGB:
(153,117,242)
(60%,46%,95%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 242 of 255 = 95%

153
117
242

R + G + B ~ 67%. #9975F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 242 = 512 (100%)
R 153 of 512 ~ 29.88%
G 117 of 512 ~ 22.85%
B 242 of 512 ~ 47.27%

%29.88
%22.85
%47.27

CMYK color model

#9975F2 color CMYK value is (37,52,0,5).

  • cyan value is 36.78%
  • magenta value is 51.65%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,52,0,5)
C37M52Y0K5 
(37%,52%,0%,5%)
(0.37/0.52/0.00/0.05)	

CMYK percentages

%36.78
%51.65
%0
%5.1

Codes

Color #9975F2 in popluar color models

9975F2
RGB153117242
HSL257°82.78%70.39%
HSB/HSV257°51.65%94.90%
CMYK36.78%51.65%0.00%
5.10%

Color #9975F2 in popluar number systems.

HEX9975F2
Decimal153117242
Binary10011001111010111110010
Octal231165362

Shades and tints

Shades of #9975F2

#9975F2
(153,117,242)
#8C6BDC
(140,107,220)
#7F61C6
(127,97,198)
#7257B0
(114,87,176)
#654D9A
(101,77,154)
#584384
(88,67,132)
#4B396E
(75,57,110)
#3E2F58
(62,47,88)
#312542
(49,37,66)
#241B2C
(36,27,44)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #9975F2

#9975F2
(153,117,242)
#A281F3
(162,129,243)
#AB8DF4
(171,141,244)
#B499F5
(180,153,245)
#BDA5F6
(189,165,246)
#C6B1F7
(198,177,247)
#CFBDF8
(207,189,248)
#D8C9F9
(216,201,249)
#E1D5FA
(225,213,250)
#EAE1FB
(234,225,251)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9975F2 color. Also use rgb(153,117,242) instead hex code.

Text Font Color

.myTextColor { color: #9975F2; }

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

This text font color is #9975F2.


Background Color

.myBgColor { background-color: #9975F2; }

<div style="background-color:#9975F2">Inner text</div>

This div background color is #9975F2.


Border color

.myBorderColor { border: 1px solid #9975F2; }

<div style="border:3px solid #9975F2">Div</div>

This div border color is #9975F2.


Opacity

.myOpacity80 { color: #9975F2; opacity: 0.8; }

<p style="color:#9975F2;opacity:0.8;">80%</p>

Text with #9975F2 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 #9975F2;}

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

This text has shadow with #9975F2 color.

.textShadow {text-shadow: 3px 3px 1px #9975F2, 3px 3px 1px red;}

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

This text has shadow with #9975F2 primary color and red secondary color.


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

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

This text has shadow with #9975F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9975F2 on black background.


Color preview on white background

This text has color #9975F2 on white background.



Black color preview on #9975F2 background

This text has black color on #9975F2 background.


White color preview on #9975F2 background

This text has white color on #9975F2 background.