COLOR #9758CA

HEX: #9758CA
RGB: (151,88,202)

Color info

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

RGB color model

#9758CA color RGB value is (151,88,202).

  • red value is 151;
  • green value is 88;
  • blue value is 202.
RGB:
(151,88,202)
(59%,35%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 88 of 255 = 35%
B 202 of 255 = 79%

151
88
202

R + G + B ~ 58%. #9758CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 88 + 202 = 441 (100%)
R 151 of 441 ~ 34.24%
G 88 of 441 ~ 19.95%
B 202 of 441 ~ 45.8%

%34.24
%19.95
%45.8

CMYK color model

#9758CA color CMYK value is (25,56,0,21).

  • cyan value is 25.25%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(25,56,0,21)
C25M56Y0K21 
(25%,56%,0%,21%)
(0.25/0.56/0.00/0.21)	

CMYK percentages

%25.25
%56.44
%0
%20.78

Codes

Color #9758CA in popluar color models

9758CA
RGB15188202
HSL273°51.82%56.86%
HSB/HSV273°56.44%79.22%
CMYK25.25%56.44%0.00%
20.78%

Color #9758CA in popluar number systems.

HEX9758CA
Decimal15188202
Binary10010111101100011001010
Octal227130312

Shades and tints

Shades of #9758CA

#9758CA
(151,88,202)
#8A50B8
(138,80,184)
#7D48A6
(125,72,166)
#704094
(112,64,148)
#633882
(99,56,130)
#563070
(86,48,112)
#49285E
(73,40,94)
#3C204C
(60,32,76)
#2F183A
(47,24,58)
#221028
(34,16,40)
#150816
(21,8,22)
#000000
(0,0,0)

Tints of #9758CA

#9758CA
(151,88,202)
#A067CE
(160,103,206)
#A976D2
(169,118,210)
#B285D6
(178,133,214)
#BB94DA
(187,148,218)
#C4A3DE
(196,163,222)
#CDB2E2
(205,178,226)
#D6C1E6
(214,193,230)
#DFD0EA
(223,208,234)
#E8DFEE
(232,223,238)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9758CA color. Also use rgb(151,88,202) instead hex code.

Text Font Color

.myTextColor { color: #9758CA; }

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

This text font color is #9758CA.


Background Color

.myBgColor { background-color: #9758CA; }

<div style="background-color:#9758CA">Inner text</div>

This div background color is #9758CA.


Border color

.myBorderColor { border: 1px solid #9758CA; }

<div style="border:3px solid #9758CA">Div</div>

This div border color is #9758CA.


Opacity

.myOpacity80 { color: #9758CA; opacity: 0.8; }

<p style="color:#9758CA;opacity:0.8;">80%</p>

Text with #9758CA 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 #9758CA;}

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

This text has shadow with #9758CA color.

.textShadow {text-shadow: 3px 3px 1px #9758CA, 3px 3px 1px red;}

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

This text has shadow with #9758CA primary color and red secondary color.


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

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

This text has shadow with #9758CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9758CA on black background.


Color preview on white background

This text has color #9758CA on white background.



Black color preview on #9758CA background

This text has black color on #9758CA background.


White color preview on #9758CA background

This text has white color on #9758CA background.