COLOR #9675CF

HEX: #9675CF
RGB: (150,117,207)

Color info

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

RGB color model

#9675CF color RGB value is (150,117,207).

  • red value is 150;
  • green value is 117;
  • blue value is 207.
RGB:
(150,117,207)
(59%,46%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 207 of 255 = 81%

150
117
207

R + G + B ~ 62%. #9675CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 117 + 207 = 474 (100%)
R 150 of 474 ~ 31.65%
G 117 of 474 ~ 24.68%
B 207 of 474 ~ 43.67%

%31.65
%24.68
%43.67

CMYK color model

#9675CF color CMYK value is (28,43,0,19).

  • cyan value is 27.54%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,43,0,19)
C28M43Y0K19 
(28%,43%,0%,19%)
(0.28/0.43/0.00/0.19)	

CMYK percentages

%27.54
%43.48
%0
%18.82

Codes

Color #9675CF in popluar color models

9675CF
RGB150117207
HSL262°48.39%63.53%
HSB/HSV262°43.48%81.18%
CMYK27.54%43.48%0.00%
18.82%

Color #9675CF in popluar number systems.

HEX9675CF
Decimal150117207
Binary10010110111010111001111
Octal226165317

Shades and tints

Shades of #9675CF

#9675CF
(150,117,207)
#896BBD
(137,107,189)
#7C61AB
(124,97,171)
#6F5799
(111,87,153)
#624D87
(98,77,135)
#554375
(85,67,117)
#483963
(72,57,99)
#3B2F51
(59,47,81)
#2E253F
(46,37,63)
#211B2D
(33,27,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #9675CF

#9675CF
(150,117,207)
#9F81D3
(159,129,211)
#A88DD7
(168,141,215)
#B199DB
(177,153,219)
#BAA5DF
(186,165,223)
#C3B1E3
(195,177,227)
#CCBDE7
(204,189,231)
#D5C9EB
(213,201,235)
#DED5EF
(222,213,239)
#E7E1F3
(231,225,243)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9675CF color. Also use rgb(150,117,207) instead hex code.

Text Font Color

.myTextColor { color: #9675CF; }

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

This text font color is #9675CF.


Background Color

.myBgColor { background-color: #9675CF; }

<div style="background-color:#9675CF">Inner text</div>

This div background color is #9675CF.


Border color

.myBorderColor { border: 1px solid #9675CF; }

<div style="border:3px solid #9675CF">Div</div>

This div border color is #9675CF.


Opacity

.myOpacity80 { color: #9675CF; opacity: 0.8; }

<p style="color:#9675CF;opacity:0.8;">80%</p>

Text with #9675CF 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 #9675CF;}

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

This text has shadow with #9675CF color.

.textShadow {text-shadow: 3px 3px 1px #9675CF, 3px 3px 1px red;}

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

This text has shadow with #9675CF primary color and red secondary color.


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

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

This text has shadow with #9675CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9675CF on black background.


Color preview on white background

This text has color #9675CF on white background.



Black color preview on #9675CF background

This text has black color on #9675CF background.


White color preview on #9675CF background

This text has white color on #9675CF background.