COLOR #9B04EA

HEX: #9B04EA
RGB: (155,4,234)

Color info

#9B04EA contains mainly blue color. Web safe color of #9B04EA is #9900FF (or #90F).

RGB color model

#9B04EA color RGB value is (155,4,234).

  • red value is 155;
  • green value is 4;
  • blue value is 234.
RGB:
(155,4,234)
(61%,2%,92%)

RGB channels and saturation

R 155 of 255 = 61%
G 4 of 255 = 2%
B 234 of 255 = 92%

155
4
234

R + G + B ~ 52%. #9B04EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 4 + 234 = 393 (100%)
R 155 of 393 ~ 39.44%
G 4 of 393 ~ 1.02%
B 234 of 393 ~ 59.54%

%39.44
%59.54

CMYK color model

#9B04EA color CMYK value is (34,98,0,8).

  • cyan value is 33.76%
  • magenta value is 98.29%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(34,98,0,8)
C34M98Y0K8 
(34%,98%,0%,8%)
(0.34/0.98/0.00/0.08)	

CMYK percentages

%33.76
%98.29
%0
%8.24

Codes

Color #9B04EA in popluar color models

9B04EA
RGB1554234
HSL279°96.64%46.67%
HSB/HSV279°98.29%91.76%
CMYK33.76%98.29%0.00%
8.24%

Color #9B04EA in popluar number systems.

HEX9B04EA
Decimal1554234
Binary1001101110011101010
Octal2334352

Shades and tints

Shades of #9B04EA

#9B04EA
(155,4,234)
#8D04D5
(141,4,213)
#7F04C0
(127,4,192)
#7104AB
(113,4,171)
#630496
(99,4,150)
#550481
(85,4,129)
#47046C
(71,4,108)
#390457
(57,4,87)
#2B0442
(43,4,66)
#1D042D
(29,4,45)
#0F0418
(15,4,24)
#000000
(0,0,0)

Tints of #9B04EA

#9B04EA
(155,4,234)
#A41AEB
(164,26,235)
#AD30EC
(173,48,236)
#B646ED
(182,70,237)
#BF5CEE
(191,92,238)
#C872EF
(200,114,239)
#D188F0
(209,136,240)
#DA9EF1
(218,158,241)
#E3B4F2
(227,180,242)
#ECCAF3
(236,202,243)
#F5E0F4
(245,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B04EA color. Also use rgb(155,4,234) instead hex code.

Text Font Color

.myTextColor { color: #9B04EA; }

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

This text font color is #9B04EA.


Background Color

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

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

This div background color is #9B04EA.


Border color

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

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

This div border color is #9B04EA.


Opacity

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

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

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

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

This text has shadow with #9B04EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B04EA on black background.


Color preview on white background

This text has color #9B04EA on white background.



Black color preview on #9B04EA background

This text has black color on #9B04EA background.


White color preview on #9B04EA background

This text has white color on #9B04EA background.