COLOR #995FC0

HEX: #995FC0 RGB: (153,95,192)

Color info

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

RGB color model

#995FC0 color RGB value is (153,95,192).

RGB: (153,95,192) (60%, 37%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 192 of 255 = 75%

153
95
192

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

Portions of RGB colors in percentages

R + G + B = 153 + 95 + 192 = 440 (100%)
R 153 of 440 ~ 34.77%
G 95 of 440 ~ 21.59%
B 192 of 440 ~ 43.64'%

%34.77
%21.59
%43.64

CMYK color model

#995FC0 color CMYK value is (20,51,0,25).

  • cyan value is 20.31%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (20,51,0,25)
C20M51Y0K25 (20%, 51%, 0%, 25%)
(0.20 / 0.51 / 0.00 / 0.25)

CMYK percentages

%20.31
%50.52
%0
%24.71

Codes

Color #995FC0 in popluar color models

99 5F C0
RGB 153 95 192
HSL 276° 43.50% 56.27%
HSB/HSV 276° 50.52% 75.29%
CMYK 20.31% 50.52% 0.00%
24.71%

Color #995FC0 in popluar number systems.

HEX 99 5F C0
Decimal 153 95 192
Binary 10011001 1011111 11000000
Octal 231 137 300

Shades and tints

Shades of #995FC0

#995FC0
(153,95,192)
#8C57AF
(140,87,175)
#7F4F9E
(127,79,158)
#72478D
(114,71,141)
#653F7C
(101,63,124)
#58376B
(88,55,107)
#4B2F5A
(75,47,90)
#3E2749
(62,39,73)
#311F38
(49,31,56)
#241727
(36,23,39)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #995FC0

#995FC0
(153,95,192)
#A26DC5
(162,109,197)
#AB7BCA
(171,123,202)
#B489CF
(180,137,207)
#BD97D4
(189,151,212)
#C6A5D9
(198,165,217)
#CFB3DE
(207,179,222)
#D8C1E3
(216,193,227)
#E1CFE8
(225,207,232)
#EADDED
(234,221,237)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995FC0 color. Also use rgb(153,95,192) instead hex code.

Text Font Color

.myTextColor { color: #995FC0; }

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

This text font color is #995FC0.

Background Color

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

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

This div background color is #995FC0.

Border color

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

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

This div border color is #995FC0.

Opacity

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

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

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

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

This text has shadow with #995FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995FC0.

Preview

Color preview on black background

This text has color #995FC0 on black background.


Color preview on white background

This text has color #995FC0 on white background.


Black color preview on #995FC0 background

This text has black color on #995FC0 background.


White color preview on #995FC0 background

This text has white color on #995FC0 background.


Related colors

Complementary color

Complementary color for #hex is #66A03F.


I love getcolorcode.com

Triadic colors

1 #C0995F and #5FC099 with #995FC0 are triadic colors.

2 #C05F99 and #5F99C0 with #995FC0 are triadic colors.