COLOR #9058BF

HEX: #9058BF
RGB: (144,88,191)

Color info

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

RGB color model

#9058BF color RGB value is (144,88,191).

  • red value is 144;
  • green value is 88;
  • blue value is 191.
RGB:
(144,88,191)
(56%,35%,75%)

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 191 of 255 = 75%

144
88
191

R + G + B ~ 55%. #9058BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 88 + 191 = 423 (100%)
R 144 of 423 ~ 34.04%
G 88 of 423 ~ 20.8%
B 191 of 423 ~ 45.15%

%34.04
%20.8
%45.15

CMYK color model

#9058BF color CMYK value is (25,54,0,25).

  • cyan value is 24.61%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,54,0,25)
C25M54Y0K25 
(25%,54%,0%,25%)
(0.25/0.54/0.00/0.25)	

CMYK percentages

%24.61
%53.93
%0
%25.1

Codes

Color #9058BF in popluar color models

9058BF
RGB14488191
HSL273°44.59%54.71%
HSB/HSV273°53.93%74.90%
CMYK24.61%53.93%0.00%
25.10%

Color #9058BF in popluar number systems.

HEX9058BF
Decimal14488191
Binary10010000101100010111111
Octal220130277

Shades and tints

Shades of #9058BF

#9058BF
(144,88,191)
#8350AE
(131,80,174)
#76489D
(118,72,157)
#69408C
(105,64,140)
#5C387B
(92,56,123)
#4F306A
(79,48,106)
#422859
(66,40,89)
#352048
(53,32,72)
#281837
(40,24,55)
#1B1026
(27,16,38)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #9058BF

#9058BF
(144,88,191)
#9A67C4
(154,103,196)
#A476C9
(164,118,201)
#AE85CE
(174,133,206)
#B894D3
(184,148,211)
#C2A3D8
(194,163,216)
#CCB2DD
(204,178,221)
#D6C1E2
(214,193,226)
#E0D0E7
(224,208,231)
#EADFEC
(234,223,236)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9058BF color. Also use rgb(144,88,191) instead hex code.

Text Font Color

.myTextColor { color: #9058BF; }

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

This text font color is #9058BF.


Background Color

.myBgColor { background-color: #9058BF; }

<div style="background-color:#9058BF">Inner text</div>

This div background color is #9058BF.


Border color

.myBorderColor { border: 1px solid #9058BF; }

<div style="border:3px solid #9058BF">Div</div>

This div border color is #9058BF.


Opacity

.myOpacity80 { color: #9058BF; opacity: 0.8; }

<p style="color:#9058BF;opacity:0.8;">80%</p>

Text with #9058BF 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 #9058BF;}

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

This text has shadow with #9058BF color.

.textShadow {text-shadow: 3px 3px 1px #9058BF, 3px 3px 1px red;}

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

This text has shadow with #9058BF primary color and red secondary color.


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

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

This text has shadow with #9058BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9058BF on black background.


Color preview on white background

This text has color #9058BF on white background.



Black color preview on #9058BF background

This text has black color on #9058BF background.


White color preview on #9058BF background

This text has white color on #9058BF background.