COLOR #9B75D4

HEX: #9B75D4
RGB: (155,117,212)

Color info

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

RGB color model

#9B75D4 color RGB value is (155,117,212).

  • red value is 155;
  • green value is 117;
  • blue value is 212.
RGB:
(155,117,212)
(61%,46%,83%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 212 of 255 = 83%

155
117
212

R + G + B ~ 63%. #9B75D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 212 = 484 (100%)
R 155 of 484 ~ 32.02%
G 117 of 484 ~ 24.17%
B 212 of 484 ~ 43.8%

%32.02
%24.17
%43.8

CMYK color model

#9B75D4 color CMYK value is (27,45,0,17).

  • cyan value is 26.89%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(27,45,0,17)
C27M45Y0K17 
(27%,45%,0%,17%)
(0.27/0.45/0.00/0.17)	

CMYK percentages

%26.89
%44.81
%0
%16.86

Codes

Color #9B75D4 in popluar color models

9B75D4
RGB155117212
HSL264°52.49%64.51%
HSB/HSV264°44.81%83.14%
CMYK26.89%44.81%0.00%
16.86%

Color #9B75D4 in popluar number systems.

HEX9B75D4
Decimal155117212
Binary10011011111010111010100
Octal233165324

Shades and tints

Shades of #9B75D4

#9B75D4
(155,117,212)
#8D6BC1
(141,107,193)
#7F61AE
(127,97,174)
#71579B
(113,87,155)
#634D88
(99,77,136)
#554375
(85,67,117)
#473962
(71,57,98)
#392F4F
(57,47,79)
#2B253C
(43,37,60)
#1D1B29
(29,27,41)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #9B75D4

#9B75D4
(155,117,212)
#A481D7
(164,129,215)
#AD8DDA
(173,141,218)
#B699DD
(182,153,221)
#BFA5E0
(191,165,224)
#C8B1E3
(200,177,227)
#D1BDE6
(209,189,230)
#DAC9E9
(218,201,233)
#E3D5EC
(227,213,236)
#ECE1EF
(236,225,239)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B75D4 color. Also use rgb(155,117,212) instead hex code.

Text Font Color

.myTextColor { color: #9B75D4; }

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

This text font color is #9B75D4.


Background Color

.myBgColor { background-color: #9B75D4; }

<div style="background-color:#9B75D4">Inner text</div>

This div background color is #9B75D4.


Border color

.myBorderColor { border: 1px solid #9B75D4; }

<div style="border:3px solid #9B75D4">Div</div>

This div border color is #9B75D4.


Opacity

.myOpacity80 { color: #9B75D4; opacity: 0.8; }

<p style="color:#9B75D4;opacity:0.8;">80%</p>

Text with #9B75D4 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 #9B75D4;}

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

This text has shadow with #9B75D4 color.

.textShadow {text-shadow: 3px 3px 1px #9B75D4, 3px 3px 1px red;}

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

This text has shadow with #9B75D4 primary color and red secondary color.


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

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

This text has shadow with #9B75D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B75D4 on black background.


Color preview on white background

This text has color #9B75D4 on white background.



Black color preview on #9B75D4 background

This text has black color on #9B75D4 background.


White color preview on #9B75D4 background

This text has white color on #9B75D4 background.