COLOR #995ADA

HEX: #995ADA
RGB: (153,90,218)

Color info

#995ADA contains mainly blue color. Web safe color of #995ADA is #9966CC (or #96C).

RGB color model

#995ADA color RGB value is (153,90,218).

  • red value is 153;
  • green value is 90;
  • blue value is 218.
RGB:
(153,90,218)
(60%,35%,85%)

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 218 of 255 = 85%

153
90
218

R + G + B ~ 60%. #995ADA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 218 = 461 (100%)
R 153 of 461 ~ 33.19%
G 90 of 461 ~ 19.52%
B 218 of 461 ~ 47.29%

%33.19
%19.52
%47.29

CMYK color model

#995ADA color CMYK value is (30,59,0,15).

  • cyan value is 29.82%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,59,0,15)
C30M59Y0K15 
(30%,59%,0%,15%)
(0.30/0.59/0.00/0.15)	

CMYK percentages

%29.82
%58.72
%0
%14.51

Codes

Color #995ADA in popluar color models

995ADA
RGB15390218
HSL270°63.37%60.39%
HSB/HSV270°58.72%85.49%
CMYK29.82%58.72%0.00%
14.51%

Color #995ADA in popluar number systems.

HEX995ADA
Decimal15390218
Binary10011001101101011011010
Octal231132332

Shades and tints

Shades of #995ADA

#995ADA
(153,90,218)
#8C52C7
(140,82,199)
#7F4AB4
(127,74,180)
#7242A1
(114,66,161)
#653A8E
(101,58,142)
#58327B
(88,50,123)
#4B2A68
(75,42,104)
#3E2255
(62,34,85)
#311A42
(49,26,66)
#24122F
(36,18,47)
#170A1C
(23,10,28)
#000000
(0,0,0)

Tints of #995ADA

#995ADA
(153,90,218)
#A269DD
(162,105,221)
#AB78E0
(171,120,224)
#B487E3
(180,135,227)
#BD96E6
(189,150,230)
#C6A5E9
(198,165,233)
#CFB4EC
(207,180,236)
#D8C3EF
(216,195,239)
#E1D2F2
(225,210,242)
#EAE1F5
(234,225,245)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995ADA color. Also use rgb(153,90,218) instead hex code.

Text Font Color

.myTextColor { color: #995ADA; }

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

This text font color is #995ADA.


Background Color

.myBgColor { background-color: #995ADA; }

<div style="background-color:#995ADA">Inner text</div>

This div background color is #995ADA.


Border color

.myBorderColor { border: 1px solid #995ADA; }

<div style="border:3px solid #995ADA">Div</div>

This div border color is #995ADA.


Opacity

.myOpacity80 { color: #995ADA; opacity: 0.8; }

<p style="color:#995ADA;opacity:0.8;">80%</p>

Text with #995ADA 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 #995ADA;}

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

This text has shadow with #995ADA color.

.textShadow {text-shadow: 3px 3px 1px #995ADA, 3px 3px 1px red;}

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

This text has shadow with #995ADA primary color and red secondary color.


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

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

This text has shadow with #995ADA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995ADA on black background.


Color preview on white background

This text has color #995ADA on white background.



Black color preview on #995ADA background

This text has black color on #995ADA background.


White color preview on #995ADA background

This text has white color on #995ADA background.