COLOR #952DED

HEX: #952DED RGB: (149,45,237)

Color info

#952DED contains mainly blue color. Web safe color of #952DED is #9933FF (or #93F).

RGB color model

#952DED color RGB value is (149,45,237).

RGB: (149,45,237) (58%, 18%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 45 of 255 = 18%
B 237 of 255 = 93%

149
45
237

R + G + B ~ 56%. #952DED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 45 + 237 = 431 (100%)
R 149 of 431 ~ 34.57%
G 45 of 431 ~ 10.44%
B 237 of 431 ~ 54.99'%

%34.57
%54.99

CMYK color model

#952DED color CMYK value is (37,81,0,7).

  • cyan value is 37.13%
  • magenta value is 81.01%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (37,81,0,7)
C37M81Y0K7 (37%, 81%, 0%, 7%)
(0.37 / 0.81 / 0.00 / 0.07)

CMYK percentages

%37.13
%81.01
%0
%7.06

Codes

Color #952DED in popluar color models

95 2D ED
RGB 149 45 237
HSL 273° 84.21% 55.29%
HSB/HSV 273° 81.01% 92.94%
CMYK 37.13% 81.01% 0.00%
7.06%

Color #952DED in popluar number systems.

HEX 95 2D ED
Decimal 149 45 237
Binary 10010101 101101 11101101
Octal 225 55 355

Shades and tints

Shades of #952DED

#952DED
(149,45,237)
#8829D8
(136,41,216)
#7B25C3
(123,37,195)
#6E21AE
(110,33,174)
#611D99
(97,29,153)
#541984
(84,25,132)
#47156F
(71,21,111)
#3A115A
(58,17,90)
#2D0D45
(45,13,69)
#200930
(32,9,48)
#13051B
(19,5,27)
#000000
(0,0,0)

Tints of #952DED

#952DED
(149,45,237)
#9E40EE
(158,64,238)
#A753EF
(167,83,239)
#B066F0
(176,102,240)
#B979F1
(185,121,241)
#C28CF2
(194,140,242)
#CB9FF3
(203,159,243)
#D4B2F4
(212,178,244)
#DDC5F5
(221,197,245)
#E6D8F6
(230,216,246)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952DED color. Also use rgb(149,45,237) instead hex code.

Text Font Color

.myTextColor { color: #952DED; }

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

This text font color is #952DED.

Background Color

.myBgColor { background-color: #952DED; }

<div style="background-color:#952DED">Inner text</div>

This div background color is #952DED.

Border color

.myBorderColor { border: 1px solid #952DED; }

<div style="border:3px solid #952DED">Div</div>

This div border color is #952DED.

Opacity

.myOpacity80 { color: #952DED; opacity: 0.8; }

<p style="color:#952DED;opacity:0.8;">80%</p>

Text with #952DED 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 #952DED;}

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

This text has shadow with #952DED color.


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

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

This text has shadow with #952DED primary color and red secondary color.


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

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

This text has shadow with #952DED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #952DED.

Preview

Color preview on black background

This text has color #952DED on black background.


Color preview on white background

This text has color #952DED on white background.


Black color preview on #952DED background

This text has black color on #952DED background.


White color preview on #952DED background

This text has white color on #952DED background.


Related colors

Complementary color

Complementary color for #hex is #6AD212.


I love getcolorcode.com

Triadic colors

1 #ED952D and #2DED95 with #952DED are triadic colors.

2 #ED2D95 and #2D95ED with #952DED are triadic colors.