COLOR #9A00D7

HEX: #9A00D7
RGB: (154,0,215)

Color info

#9A00D7 contains mainly blue color. Web safe color of #9A00D7 is #9900CC (or #90C).

RGB color model

#9A00D7 color RGB value is (154,0,215).

  • red value is 154;
  • green value is 0;
  • blue value is 215.
RGB:
(154,0,215)
(60%,0%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 0 of 255 = 0%
B 215 of 255 = 84%

154
0
215

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

Portions of RGB colors in percentages

R + G + B =
154 + 0 + 215 = 369 (100%)
R 154 of 369 ~ 41.73%
G 0 of 369 ~ 0%
B 215 of 369 ~ 58.27%

%41.73
%58.27

CMYK color model

#9A00D7 color CMYK value is (28,100,0,16).

  • cyan value is 28.37%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,100,0,16)
C28M100Y0K16 
(28%,100%,0%,16%)
(0.28/1.00/0.00/0.16)	

CMYK percentages

%28.37
%100
%0
%15.69

Codes

Color #9A00D7 in popluar color models

9A00D7
RGB1540215
HSL283°100.00%42.16%
HSB/HSV283°100.00%84.31%
CMYK28.37%100.00%0.00%
15.69%

Color #9A00D7 in popluar number systems.

HEX9A00D7
Decimal1540215
Binary10011010011010111
Octal2320327

Shades and tints

Shades of #9A00D7

#9A00D7
(154,0,215)
#8C00C4
(140,0,196)
#7E00B1
(126,0,177)
#70009E
(112,0,158)
#62008B
(98,0,139)
#540078
(84,0,120)
#460065
(70,0,101)
#380052
(56,0,82)
#2A003F
(42,0,63)
#1C002C
(28,0,44)
#0E0019
(14,0,25)
#000000
(0,0,0)

Tints of #9A00D7

#9A00D7
(154,0,215)
#A317DA
(163,23,218)
#AC2EDD
(172,46,221)
#B545E0
(181,69,224)
#BE5CE3
(190,92,227)
#C773E6
(199,115,230)
#D08AE9
(208,138,233)
#D9A1EC
(217,161,236)
#E2B8EF
(226,184,239)
#EBCFF2
(235,207,242)
#F4E6F5
(244,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A00D7 color. Also use rgb(154,0,215) instead hex code.

Text Font Color

.myTextColor { color: #9A00D7; }

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

This text font color is #9A00D7.


Background Color

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

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

This div background color is #9A00D7.


Border color

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

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

This div border color is #9A00D7.


Opacity

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

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

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

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

This text has shadow with #9A00D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A00D7 on black background.


Color preview on white background

This text has color #9A00D7 on white background.



Black color preview on #9A00D7 background

This text has black color on #9A00D7 background.


White color preview on #9A00D7 background

This text has white color on #9A00D7 background.